[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[UI8] U8Toolbar

UI8Toolbar is responsible for showing the bottom toolbar of U8 applications.

By default it shows the following tools:
but you can override its behavior to show your own (see U8Toolbar>>#toolSpecs, using event ##initializeItems:, see also U8Toolbar>>#addDefaultItems).

Hierarchy

U8Toolbar inherits from [UI8] UI8Application.

Events


UIToolbar can handle the following events (besides the ones inherited from its superclass):

aboutToShowItems:-
aboutToHideItems:-
initializeMainView:style:-
initializeItems:Initialize the items to be shown. The argument (items) is a widget container of toolset (see U8Toolbar>>#addItemTool:)
needsToolSpecs:-
setBackground:-
message:from:-

References