Function

GimpUiResourceWidgetCreator

Declaration

GtkWidget*
(* GimpResourceWidgetCreator) (
  const gchar* title,
  GimpResource* initial_resource
)

Description [src]

Function producing a chooser widget for a specific GimpResource object type. e.g. gimp_font_select_button_new Widgets for resource subclass choosers all have the same signature.

This function is not directly available to language bindings

Parameters

title const gchar*
 

Title of the popup chooser dialog.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
initial_resource GimpResource
 

Resource to show as initial choice.

 The data is owned by the caller of the function.

Return value

Returns: GtkWidget
  No description available.
 The data is owned by the called function.