SG_GetGadgetAttribute | |||
Syntax: | |||
Result=SG_GetGadgetAttribute(SG_GadgetID_L.l) | |||
Parameters: | |||
| |||
Return Values: | |||
| |||
Description: | |||
Gets the 'Attribute' value of the specified #Gadget. This function is available for all gadgets which support attributes. See the individual gadget for the supported attributes. | |||
Example: | |||
Flag = SG_GetGadgetFlag(#Text_0) if Flag & #PB_Text_Center debug "text centered" Endif | |||
Remarks: | |||
| |||
|