SG_GetGadgetToggleState | |||
Syntax: | |||
Result=SG_GetGadgetToggleState(SG_GadgetID_L.l) | |||
Parameters: | |||
| |||
Return Values: | |||
| |||
Description: | |||
This function does only work with ButtonGadget ButtonImageGadget with the Flag #PB_Button_Toggle set EndWith | |||
Example: | |||
| |||
Remarks: | |||
For Buttons this function returns the same value as SG_GetGadgetState() | |||
|