| Top |
| GtkWidget * | gimp_font_select_button_new () |
| const gchar * | gimp_font_select_button_get_font () |
| void | gimp_font_select_button_set_font () |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GimpSelectButton
╰── GimpFontSelectButton
GimpFontSelectButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_font_select_button_new (const gchar *title,const gchar *font_name);
Since: GIMP 2.4
const gchar *
gimp_font_select_button_get_font (GimpFontSelectButton *button);
Since: GIMP 2.4
void gimp_font_select_button_set_font (GimpFontSelectButton *button,const gchar *font_name);
Since: GIMP 2.4
“font-name” property “font-name” gchar *
The name of the currently selected font.
Flags: Read / Write
Default value: "Sans"
Since: GIMP 2.4
“font-set” signalvoid user_function (GimpFontSelectButton *widget, gchar *font_name, gboolean dialog_closing, gpointer user_data)
Flags: Run First
Since: GIMP 2.4