| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpToolInfo;
GimpToolInfo* gimp_tool_info_new (Gimp *gimp,
GType tool_type,
GType tool_options_type,
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_id,
const gchar *paint_core_name,
const gchar *stock_id);
void gimp_tool_info_set_standard (Gimp *gimp,
GimpToolInfo *tool_info);
GimpToolInfo* gimp_tool_info_get_standard (Gimp *gimp);
GimpToolInfo* gimp_tool_info_new (Gimp *gimp, GType tool_type, GType tool_options_type, 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_id, const gchar *paint_core_name, const gchar *stock_id);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
void gimp_tool_info_set_standard (Gimp *gimp, GimpToolInfo *tool_info);
|
|
|
GimpToolInfo* gimp_tool_info_get_standard (Gimp *gimp);
|
|
Returns : |