RPR GetIconThemePointer

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
()
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=void* GetIconThemePointer(const char* name)=
 +
returns a named icontheme entry
==Parameters==
==Parameters==
 +
const char* name - the name of the Icon Theme you want
==Returns==
==Returns==
 +
void* - a pointer to the Icon Theme, or NULL if the specified icon theme does not exist?
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 00:05, 30 October 2009

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

Contents

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

Perl


Python


See Also

Stuff

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

Personal tools