AGW Logo

agw_title ToolBarHandler

Supports saving/restoring the AuiToolBar items state.

This class handles the following wxPython widgets:

Todo

Find a way to handle wx.ToolBar UI settings as it has been done for AuiToolBar: currently wx.ToolBar doesn’t seem to have easy access to the underlying toolbar tools.

hierarchy Inheritance Diagram

Inheritance diagram for: ToolBarHandler

Inheritance diagram of ToolBarHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ToolBarHandler(AbstractHandler)[source]

Supports saving/restoring the AuiToolBar items state.

This class handles the following wxPython widgets:

Todo

Find a way to handle wx.ToolBar UI settings as it has been done for AuiToolBar: currently wx.ToolBar doesn’t seem to have easy access to the underlying toolbar tools.



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

ToggleButtonHandler

Next topic

TreeCtrlHandler