RPR GetIconThemePointer

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(GetIconThemePointer())
(Examples)
 
(2 intermediate revisions not shown)
Line 9: Line 9:
  void* - a pointer to the Icon Theme, or NULL if the specified icon theme does not exist?
  void* - a pointer to the Icon Theme, or NULL if the specified icon theme does not exist?
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
-
{{SeeAlsoThemeFunctions}}
+
{{SeeAlso_theme}}
 +
 
 +
''(Section automatically generated, edits may be overwritten.)''
==Stuff==
==Stuff==

Latest revision as of 12:32, 28 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetIconThemePointer
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetIconThemePointer

Contents

GetIconThemePointer()

void* GetIconThemePointer(const char* name)

returns a named icontheme entry

Parameters

const char* name - the name of the Icon Theme you want

Returns

void* - a pointer to the Icon Theme, or NULL if the specified icon theme does not exist?

Examples

C++

 

Perl

 

Python

 

See Also

theme: GetColorThemeStruct, GetIconThemePointer, GetIconThemeStruct,

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetIconThemePointer
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetIconThemePointer

Personal tools