The Gnome Chemistry Utils
0.14.15
|
#include <application.h>
Public Attributes | |
char const * | name |
char const * | tip |
unsigned | bar |
unsigned | group |
char const * | icon_name |
GtkWidget * | widget |
Structure to use as button descriptors for tools. See gcp::Application::AddTools() for information about its use.
Definition at line 58 of file gcp/application.h.
unsigned gcp::ToolDesc::bar |
The tool bar number
Definition at line 71 of file gcp/application.h.
unsigned gcp::ToolDesc::group |
The tool group inside the toolbar. This field helps merging toolbars with tools from different plugins.
Definition at line 76 of file gcp/application.h.
char const* gcp::ToolDesc::icon_name |
The name of the icon to add to the button.
Definition at line 80 of file gcp/application.h.
char const* gcp::ToolDesc::name |
The tool name.
Definition at line 63 of file gcp/application.h.
char const* gcp::ToolDesc::tip |
The tool tip.
Definition at line 67 of file gcp/application.h.
GtkWidget* gcp::ToolDesc::widget |
The widget to add to the tool button, if NULL the icon with icon_name will be used. If both are NULL, the tool button will not be added.
Definition at line 85 of file gcp/application.h.