|
The Gnome Chemistry Utils
0.13.7
|
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.
The default constructor.
| virtual gcu::UIManager::~UIManager | ( | ) | [virtual] |
The destructor.
Reimplemented in gcugtk::UIManager.
| virtual void gcu::UIManager::ActivateActionWidget | ( | char const * | path, |
| bool | activate | ||
| ) | [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.
1.7.6.1