![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
GOFontSel; void go_font_sel_editable_enters (GOFontSel *fs
,GtkWindow *dialog
); GOFont const * go_font_sel_get_font (GOFontSel const *fs
); GtkWidget * go_font_sel_new (void
); void go_font_sel_set_font (GOFontSel *fs
,GOFont const *font
); void go_font_sel_set_sample_text (GOFontSel *fs
,char const *text
); void go_font_sel_set_color (GOFontSel *gfs
,GOColor c
,gboolean is_default
); void go_font_sel_set_script (GOFontSel *fs
,GOFontScript script
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GOFontSel
GOFontSel implements AtkImplementorIface, GtkBuildable, GtkOrientable and GtkFontChooser.
"color-default" guint : Read / Write / Construct Only "color-group" GOColorGroup* : Read / Write / Construct Only "color-unset-text" gchar* : Read / Write / Construct Only "show-color" gboolean : Read / Write / Construct Only "show-script" gboolean : Read / Write / Construct Only "show-strikethrough" gboolean : Read / Write / Construct Only "show-style" gboolean : Read / Write / Construct Only "show-underline" gboolean : Read / Write / Construct Only "underline-picker" GtkWidget* : Read / Write / Construct Only
void go_font_sel_set_color (GOFontSel *gfs
,GOColor c
,gboolean is_default
);
"color-default"
property "color-default" guint : Read / Write / Construct Only
The color to show for an unset color.
Default value: 255
"color-group"
property"color-group" GOColorGroup* : Read / Write / Construct Only
The color group to use for the color picker.
"color-unset-text"
property "color-unset-text" gchar* : Read / Write / Construct Only
The text to show for selecing no color.
Default value: NULL
"show-color"
property "show-color" gboolean : Read / Write / Construct Only
Whether color is part of the font being selected.
Default value: FALSE
"show-script"
property "show-script" gboolean : Read / Write / Construct Only
Whether subscript/superscript is part of the font being selected.
Default value: FALSE
"show-strikethrough"
property "show-strikethrough" gboolean : Read / Write / Construct Only
Whether strikethrough is part of the font being selected.
Default value: FALSE
"show-style"
property "show-style" gboolean : Read / Write / Construct Only
Whether style is part of the font being selected.
Default value: FALSE
"show-underline"
property "show-underline" gboolean : Read / Write / Construct Only
Whether underlining is part of the font being selected.
Default value: FALSE
"font-changed"
signalvoid user_function (GOFontSel *gofontsel,
gpointer arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |