Top | ![]() |
![]() |
![]() |
![]() |
void | go_font_sel_editable_enters () |
GOColor | go_font_sel_get_color () |
GOFont const * | go_font_sel_get_font () |
GtkWidget * | go_font_sel_new () |
void | go_font_sel_set_font () |
void | go_font_sel_set_sample_text () |
void | go_font_sel_set_color () |
void | go_font_sel_set_script () |
guint | color-default | Read / Write / Construct Only |
GOColorGroup * | color-group | Read / Write / Construct Only |
gchar * | color-unset-text | Read / Write / Construct Only |
gboolean | show-color | Read / Write / Construct Only |
gboolean | show-script | Read / Write / Construct Only |
gboolean | show-strikethrough | Read / Write / Construct Only |
gboolean | show-style | Read / Write / Construct Only |
gboolean | show-underline | Read / Write / Construct Only |
GtkWidget * | underline-picker | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GOFontSel
GOFontSel implements AtkImplementorIface, GtkBuildable, GtkOrientable and GtkFontChooser.
void go_font_sel_set_color (GOFontSel *gfs
,GOColor c
,gboolean is_default
);
“color-default”
property “color-default” guint
The color to show for an unset color.
Flags: Read / Write / Construct Only
Default value: 255
“color-group”
property“color-group” GOColorGroup *
The color group to use for the color picker.
Flags: Read / Write / Construct Only
“color-unset-text”
property “color-unset-text” gchar *
The text to show for selecting no color.
Flags: Read / Write / Construct Only
Default value: NULL
“show-color”
property “show-color” gboolean
Whether color is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
“show-script”
property “show-script” gboolean
Whether subscript/superscript is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
“show-strikethrough”
property “show-strikethrough” gboolean
Whether strikethrough is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
“show-style”
property “show-style” gboolean
Whether style is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
“show-underline”
property “show-underline” gboolean
Whether underlining is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
“font-changed”
signalvoid user_function (GOFontSel *gofontsel, gpointer arg1, gpointer user_data)
Flags: Run Last