Main Window Class

Creates and displays the main interface window

package OpenSQLManager
subpackage Windows

 Methods

Create and display the main window on startup

__construct() 

Some cleanup for when the main window is closed

__destruct() : void

Exits the GTK loop

quit() : void

Create the menu for the program

_create_menu() : \GtkMenuBar

Returns

\GtkMenuBar

Layout the main interface Create menus, hboxes, vboxs and other widgets

_main_layout() : void

 Properties

 

Reference to connection sidebar instance

$connection_sidebar : \Connection_Sidebar

 

Reference to settings instance

$settings : \Settings