25 #ifndef GCHEMPAINT_TOOLS_H 26 #define GCHEMPAINT_TOOLS_H 63 void Show (
bool visible);
69 void AddToolbar (std::string &name);
83 void SetPage (
Tool *tool,
int i);
90 void OnSelectTool (
Tool *tool);
97 void RegisterTool (GtkWidget *w);
103 void OnElementChanged (
int Z);
110 void SetElement (
int Z);
117 GtkGrid *m_ButtonsGrid;
118 std::map < Tool *, int > m_Pages;
119 std::map < std::string, GtkWidget *> m_Widgets;
128 #endif // GCHEMPAINT_TOOLS_H The Gtk using base classes.
GChemPaint specific C++ classes.
GChemPaint application base class.