-
Notifications
You must be signed in to change notification settings - Fork 0
Window
Várnagy Zoltán edited this page Sep 10, 2026
·
3 revisions
class Window extends Group
vygu Top level window Group
WINDOW Kind constant
Properties
TITLE Title of teh window (string)
MENU Top menu (Menu)
MAIN It is a main window (bool), shows up automatically
and exits application if closed
Handlers
CLOSING Called when window is about to close
Return true if closing is allowed
function menu($x=Tools::GET)
MENU property
function title($x=Tools::GET)
TITLE property