The Gnome Chemistry Utils
0.14.0
|
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 |
Public Member Functions inherited from gcu::UIManager | |
UIManager () |
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 |
The destructor.
Reimplemented from gcu::UIManager.
|
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.
|
inline |
Definition at line 65 of file tk/ui-manager.h.