|
The Gnome Chemistry Utils
0.13.7
|
A GtkUIManager wrapper. More...
#include <ui-manager.h>
Public Member Functions | |
| UIManager (GtkUIManager *ui) | |
| virtual | ~UIManager () |
| void | ActivateActionWidget (char const *path, bool activate) |
| GtkUIManager * | GetUIManager (void) const |
A GtkUIManager wrapper.
Implements gcu::UIManager using an associated GtkUIManager.
Definition at line 40 of file tk/ui-manager.h.
| gcugtk::UIManager::UIManager | ( | GtkUIManager * | ui | ) |
| ui | A GtkUIManager. |
The constructor. Associates ui with the new instance.
| virtual gcugtk::UIManager::~UIManager | ( | ) | [virtual] |
The destructor.
Reimplemented from gcu::UIManager.
| void gcugtk::UIManager::ActivateActionWidget | ( | char const * | path, |
| bool | activate | ||
| ) | [virtual] |
| path | a path describing a menu or tool item. |
| activate | whether to activate the item. |
Make the item associated to path active or inactive according to activate.
Reimplemented from gcu::UIManager.
| gcugtk::UIManager::GetUIManager | ( | void | ) | const [inline] |
Definition at line 65 of file tk/ui-manager.h.
1.7.6.1