TABLE OF CONTENTS


CoreUI/CoreUI [ Packages ]

[ Top ] [ Packages ]

FUNCTION

 Provide some variables common for the game UI

SOURCE

package CoreUI is

CoreUI/CoreUI.Close_Button [ Variables ]

[ Top ] [ CoreUI ] [ Variables ]

FUNCTION

 The button used to close screens in the game

SOURCE

   Close_Button: Ttk_Button;

HISTORY

 6.0 - Added

CoreUI/CoreUI.Paned [ Variables ]

[ Top ] [ CoreUI ] [ Variables ]

FUNCTION

 The main Tk paned widget of the game

SOURCE

   Main_Paned: Ttk_PanedWindow;

HISTORY

 6.0 - Added

CoreUI/Game_Header [ Variables ]

[ Top ] [ CoreUI ] [ Variables ]

FUNCTION

 The game frame used as header (with menu button, date, etc)

SOURCE

   Game_Header: Ttk_Frame;

HISTORY

 6.0 - Added