--
-- Copyright (c) 2012 Kevin Wellwood
-- All rights reserved.
--
-- This source code is distributed under the Modified BSD License. For terms and
-- conditions, see license.txt.
--
package Game_Views.Ked.Toolbar is
-- Builds the GUI for the tool bar.
procedure Make_Toolbar( view : not null A_Ked_View;
win : not null A_Window );
procedure Handle_New_Map( view : not null A_Ked_View );
-- Call this procedure when the active tool has changed.
procedure Handle_Tool_Changed( view : not null A_Ked_View;
tool : not null A_Tool );
-- Returns the width of the toolbar in pixels
function Get_Toolbar_Width return Natural;
end Game_Views.Ked.Toolbar;