From wiki.swiftlytilting.com
WinBinder Manual/wb set visible
Shows or hides a WinBinder object
Syntax
bool wb_set_visible (int wbobject, bool visible)
- wbobject - object to show or hide.
- visible - new visibility state of the object.
Returns
Returns TRUE on success or FALSE if an error occurs.
See also