The Gnome Chemistry Utils  0.14.15
Public Member Functions | List of all members
gcugtk::UIManager Class Reference

A GtkUIManager wrapper. More...

#include <ui-manager.h>

Inheritance diagram for gcugtk::UIManager:
gcu::UIManager

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 ()
 

Detailed Description

A GtkUIManager wrapper.

Implements gcu::UIManager using an associated GtkUIManager.

Definition at line 40 of file tk/ui-manager.h.

Constructor & Destructor Documentation

§ UIManager()

gcugtk::UIManager::UIManager ( GtkUIManager *  ui)
Parameters
uiA GtkUIManager.

The constructor. Associates ui with the new instance.

§ ~UIManager()

virtual gcugtk::UIManager::~UIManager ( )
virtual

The destructor.

Reimplemented from gcu::UIManager.

Member Function Documentation

§ ActivateActionWidget()

void gcugtk::UIManager::ActivateActionWidget ( char const *  path,
bool  activate 
)
virtual
Parameters
patha path describing a menu or tool item.
activatewhether to activate the item.

Make the item associated to path active or inactive according to activate.

Reimplemented from gcu::UIManager.

§ GetUIManager()

gcugtk::UIManager::GetUIManager ( void  ) const
inline
Returns
the associated GtkUIManager.

Definition at line 65 of file tk/ui-manager.h.


The documentation for this class was generated from the following file: