Method
GimpProcedureadd_font_argument
since: 3.0
Declaration [src]
void
gimp_procedure_add_font_argument (
GimpProcedure* procedure,
const gchar* name,
const gchar* nick,
const gchar* blurb,
gboolean none_ok,
GimpFont* default_value,
gboolean default_to_context,
GParamFlags flags
)
Parameters
name
-
Type:
const gchar*
The name of the argument to be created.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. nick
-
Type:
const gchar*
The label used in
GimpProcedureDialog
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. blurb
-
Type:
const gchar*
A more detailed help description.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. none_ok
-
Type:
gboolean
Whether
NULL
is a valid value. default_value
-
Type:
GimpFont
Default value.
The argument can be NULL
.The data is owned by the caller of the function. default_to_context
-
Type:
gboolean
Use the context’s font as default value.
flags
-
Type:
GParamFlags
Argument flags.