create window Args: windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen width = window width height = window height
Window w/o Resizable nor Fullscreen will be created with size based on measurement of its content widget
See Implementation
create window Args: windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen width = window width height = window height
Window w/o Resizable nor Fullscreen will be created with size based on measurement of its content widget