| GIMP Library Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
void (*GimpHelpFunc) (gchar *help_data); void gimp_help_init (void); void gimp_help_free (void); void gimp_help_enable_tooltips (void); void gimp_help_disable_tooltips (void); void gimp_standard_help_func (gchar *help_data); void gimp_help_connect_help_accel (GtkWidget *widget, GimpHelpFunc help_func, gchar *help_data); void gimp_help_set_help_data (GtkWidget *widget, const gchar *tool_tip, gchar *help_data); void gimp_context_help (void); |
void gimp_help_connect_help_accel (GtkWidget *widget,
GimpHelpFunc help_func,
gchar *help_data); |
| widget : | |
| help_func : | |
| help_data : |
void gimp_help_set_help_data (GtkWidget *widget,
const gchar *tool_tip,
gchar *help_data); |
| widget : | |
| tool_tip : | |
| help_data : |