[Implemented] GetGadgetType(handle)
Posted: Fri May 20, 2005 10:09 am
Hi PureTeam and Fred!
It would be very nice to have a command that returns a Value that defines the type of the PB Gadget.
Example:
Value.l = GetGadgetType(handle)
Returns as Result
#PB_GadgetType_ComboBox
That would enable the user to do some common CallBack-Stuff for different GadgetTypes without holding these information in LinkesLists.
Just an Idea.
Cheers
Mike
It would be very nice to have a command that returns a Value that defines the type of the PB Gadget.
Example:
Value.l = GetGadgetType(handle)
Returns as Result
#PB_GadgetType_ComboBox
That would enable the user to do some common CallBack-Stuff for different GadgetTypes without holding these information in LinkesLists.
Just an Idea.
Cheers
Mike