Constructor
GimpUiPatternSelectButtonnew
since: 2.4
Declaration [src]
GtkWidget*
gimp_pattern_select_button_new (
const gchar* title,
const gchar* pattern_name
)
Description [src]
Creates a new GtkWidget
that completely controls the selection of
a pattern. This widget is suitable for placement in a table in a
plug-in dialog.
Available since: 2.4
Parameters
title
-
Type:
const gchar*
Title of the dialog to use or
NULL
to use the default title.The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. pattern_name
-
Type:
const gchar*
Initial pattern name or
NULL
to use current selection.The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
A GtkWidget
that you can use in your UI.
The data is owned by the called function. |