25 #ifndef GCHEMPAINT_TOOLS_H 26 #define GCHEMPAINT_TOOLS_H 62 void Show (
bool visible);
68 void AddToolbar (std::string &name);
82 void SetPage (
Tool *tool,
int i);
89 void OnSelectTool (
Tool *tool);
96 void RegisterTool (GtkWidget *w);
102 void OnElementChanged (
int Z);
109 void SetElement (
int Z);
117 GtkGrid *m_ButtonsGrid;
118 std::map<Tool*, int> m_Pages;
126 #endif // GCHEMPAINT_TOOLS_H The Gtk using base classes.
GChemPaint specific C++ classes.
GChemPaint application base class.