Function
GimpUihelp_connect
Declaration [src]
void
gimp_help_connect (
GtkWidget* widget,
GimpHelpFunc help_func,
const gchar* help_id,
gpointer help_data,
GDestroyNotify help_data_destroy
)
Description [src]
Note that this function is automatically called by all libgimp dialog constructors. You only have to call it for windows/dialogs you created “manually”.
Parameters
widget |
GtkWidget |
The widget you want to connect the help accelerator for.
Will be a |
|
The data is owned by the caller of the function. | |
help_func |
GimpHelpFunc |
The function which will be called if the user presses “F1”. |
|
help_id |
const gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
help_data |
gpointer |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
help_data_destroy |
GDestroyNotify |
Destroy function for |