Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb get class

Retrieves the class of a control, window or menu

Syntax

int wb_get_class (int wbobject)

Returns

Returns an integer that corresponds to the class of the object (control, window or menu) passed as the parameter. The class is passed as a parameter to functions <winterpostwiki>wb_create_control</winterpostwiki>() and <winterpostwiki>wb_create_window</winterpostwiki>().

See also

Winbinder Projects