Index

Package: Toolbar

Description

package Game_Views.Ked.Toolbar is

Constants & Global variables

TOOLBAR_WIDTH

TOOLBAR_WIDTH : constant := 22;

Subprograms & Entries

Make_Toolbar

procedure Make_Toolbar
( view: not null A_Ked_View;
win: not null A_Window );
Builds the GUI for the tool bar.

Handle_New_Map

procedure Handle_New_Map
( view: not null A_Ked_View );

Handle_Tool_Changed

procedure Handle_Tool_Changed
( view: not null A_Ked_View;
tool: not null A_Tool );
Call this procedure when the active tool has changed.