ex: constant myFrame = create( wxFrame, {0, -- has no parent -1, -- wxWidgets will create an id "myFrame", -- will be dispayed as the caption -1, -- start at default x position -1, -- start at default y position 300, -- 300 wide 200}) -- 200 tall -- no style supplied means will be default styleIf there is only one child of a frame, that child will be automatically resized (by wxWidgets) to the client rect of the frame.
Bring a window to the front of the screen.
See Also: set_icon, show_fullscreen, show_window
See Also: raise_window, show_fullscreen, show_window
See Also: raise_window, set_icon, show_window
See Also: raise_window, set_icon, show_fullscreen