TBUTTON tuple(iBitmap, idCommand, fsState, fsStyle, userob, iString)
Describes a TBUTTON tuple, used by the PyCToolBarCtrl AddButtons method
Parameters
iBitmap : int
Zero-based index of button imageidCommand : int
Command to be sent when button pressedfsState : int
Button state. Can be any of the TBSTATE values defined in win32confsStyle : int
Button style. Can be any of the TBSTYLE values defined in win32conuserob : object
Arbitrary Python objectiString : int
Zero-based index of button label stringComments
Userob is any Python object at all, but no reference count is kept, so you must ensure the object remains
referenced throughout.