| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GtkWidget* (*GimpToolOptionsGUIFunc) (GimpToolOptions *tool_options); void (*GimpToolRegisterCallback) (GType tool_type, GType tool_option_type, GimpToolOptionsGUIFunc options_gui_func, GimpContextPropMask context_props, const gchar *identifier, const gchar *blurb, const gchar *help, const gchar *menu_path, const gchar *menu_accel, const gchar *help_domain, const gchar *help_data, const gchar *stock_id, gpointer register_data); void (*GimpToolRegisterFunc) (GimpToolRegisterCallback callback, gpointer register_data);
GtkWidget* (*GimpToolOptionsGUIFunc) (GimpToolOptions *tool_options);
|
|
Returns : |
void (*GimpToolRegisterCallback) (GType tool_type, GType tool_option_type, GimpToolOptionsGUIFunc options_gui_func, GimpContextPropMask context_props, const gchar *identifier, const gchar *blurb, const gchar *help, const gchar *menu_path, const gchar *menu_accel, const gchar *help_domain, const gchar *help_data, const gchar *stock_id, gpointer register_data);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void (*GimpToolRegisterFunc) (GimpToolRegisterCallback callback, gpointer register_data);
|
|
|