The Gnome Chemistry Utils
0.14.0
|
base class for a user interface manager More...
#include <gcu/ui-manager.h>
Public Member Functions | |
UIManager () | |
virtual | ~UIManager () |
virtual void | ActivateActionWidget (char const *path, bool activate) |
base class for a user interface manager
Definition at line 33 of file ui-manager.h.
gcu::UIManager::UIManager | ( | ) |
The default constructor.
|
virtual |
The destructor.
Reimplemented in gcugtk::UIManager.
|
virtual |
path | a path describing a menu or tool. |
activate | whether to activate the item. |
Make the item associated to path active or inactive according to activate.
Reimplemented in gcugtk::UIManager.