Method |
Description |
|
GUIButton_GetUseAlphaChannel ( IntPtr button ) : bool |
|
|
GUIButton_IsPressed ( IntPtr button ) : bool |
|
|
GUIButton_SetImage ( IntPtr button, IntPtr image, int pos ) : void |
|
|
GUIButton_SetImageA ( IntPtr button, IntPtr image ) : void |
|
|
GUIButton_SetIsPushButton ( IntPtr button, bool ispush ) : void |
|
|
GUIButton_SetOverrideFont ( IntPtr button, IntPtr font ) : void |
|
|
GUIButton_SetPressed ( IntPtr button, bool pressed ) : void |
|
|
GUIButton_SetPressedImage ( IntPtr button, IntPtr image, int pos ) : void |
|
|
GUIButton_SetPressedImageA ( IntPtr button, IntPtr image ) : void |
|
|
GUIButton_SetUseAlphaChannel ( IntPtr button, bool use ) : void |
|
|