![]() |
![]() |
![]() |
GIMP Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GtkWidget * gimp_font_select_widget_new (const gchar *title, const gchar *font_name, GimpRunFontCallback callback, gpointer data); void gimp_font_select_widget_close (GtkWidget *widget); void gimp_font_select_widget_set (GtkWidget *widget, const gchar *font_name);
GtkWidget * gimp_font_select_widget_new (const gchar *title, const gchar *font_name, GimpRunFontCallback callback, gpointer data);
gimp_font_select_widget_new
is deprecated and should not be used in newly-written code.
Creates a new GtkWidget that completely controls the selection of a font. This widget is suitable for placement in a table in a plug-in dialog.
void gimp_font_select_widget_close (GtkWidget *widget);
gimp_font_select_widget_close
is deprecated and should not be used in newly-written code.
Closes the popup window associated with widget
.
|
A font select widget. |