RPR GetIconThemeStruct

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
(GetIconThemeStruct())
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
=GetIconThemeStruct()=
=GetIconThemeStruct()=
-
void* GetIconThemeStruct(int* sz)
+
'''void* GetIconThemeStruct(int* sz)'''
Gets a complete Icon Theme (icontheme.h) and its size.
Gets a complete Icon Theme (icontheme.h) and its size.
Line 7: Line 7:
  int* sz
  int* sz
==Returns==
==Returns==
-
  void* - Icon Theme
+
  An array, containing
-
int* sz - Size of Icon Theme - in param list
+
  void* - Icon Theme
 +
  int* sz - Size of Icon Theme - in param list
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 19:19, 10 November 2009

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

Contents

GetIconThemeStruct()

void* GetIconThemeStruct(int* sz)

Gets a complete Icon Theme (icontheme.h) and its size.

Parameters

int* sz

Returns

An array, containing
 void* - Icon Theme
 int* sz - Size of Icon Theme - in param list

Examples

Perl


Python


See Also

Theme functions: GetColorThemeStruct, GetIconThemePointer, GetIconThemeStruct

Stuff

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

Personal tools