Top |
Functions
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 () |
Properties
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 |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GOFontSel
Implemented Interfaces
GOFontSel implements AtkImplementorIface, GtkBuildable, GtkOrientable and GtkFontChooser.
Functions
go_font_sel_set_color ()
void go_font_sel_set_color (GOFontSel *gfs
,GOColor c
,gboolean is_default
);
Property Details
The “color-default”
property
“color-default” guint
The color to show for an unset color.
Flags: Read / Write / Construct Only
Default value: 255
The “color-group”
property
“color-group” GOColorGroup *
The color group to use for the color picker.
Flags: Read / Write / Construct Only
The “color-unset-text”
property
“color-unset-text” gchar *
The text to show for selecting no color.
Flags: Read / Write / Construct Only
Default value: NULL
The “show-color”
property
“show-color” gboolean
Whether color is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
The “show-script”
property
“show-script” gboolean
Whether subscript/superscript is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
The “show-strikethrough”
property
“show-strikethrough” gboolean
Whether strikethrough is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
The “show-style”
property
“show-style” gboolean
Whether style is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
The “show-underline”
property
“show-underline” gboolean
Whether underlining is part of the font being selected.
Flags: Read / Write / Construct Only
Default value: FALSE
Signal Details
The “font-changed”
signal
void user_function (GOFontSel *gofontsel, gpointer arg1, gpointer user_data)
Parameters
gofontsel |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last