Top | ![]() |
![]() |
![]() |
![]() |
#define | GO_FORMAT_SEL() |
#define | GO_IS_FORMAT_SEL() |
GType | go_format_sel_get_type () |
GtkWidget * | go_format_sel_new () |
GtkWidget * | go_format_sel_new_full () |
void | go_format_sel_set_focus () |
void | go_format_sel_set_style_format () |
void | go_format_sel_set_locale () |
GOFormat const * | go_format_sel_get_fmt () |
GODateConventions const * | go_format_sel_get_dateconv () |
void | go_format_sel_set_dateconv () |
void | go_format_sel_show_preview () |
void | go_format_sel_hide_preview () |
void | go_format_sel_editable_enters () |
char const * | go_format_sel_format_classification () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GOFormatSel
#define GO_FORMAT_SEL(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GO_TYPE_FORMAT_SEL, GOFormatSel))
#define GO_IS_FORMAT_SEL(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GO_TYPE_FORMAT_SEL))
GtkWidget *
go_format_sel_new (void
);
Creates a format selector widget, with general format selected
by default, and formats using pango markup disabled. See
go_format_sel_new_full
.
GtkWidget *
go_format_sel_new_full (gboolean use_markup
);
Creates a format selector widget, with general format selected
by default. When use_markup
is set to TRUE
, it shows additional
widgets for editing properties of formats using pango markup
(e.g. scientific format with superscripted exponent).
void go_format_sel_set_style_format (GOFormatSel *gfs
,GOFormat const *style_format
);
GODateConventions const *
go_format_sel_get_dateconv (GOFormatSel *gfs
);
void go_format_sel_set_dateconv (GOFormatSel *gfs
,GODateConventions const *date_conv
);
void go_format_sel_editable_enters (GOFormatSel *gfs
,GtkWindow *window
);
char const *
go_format_sel_format_classification (GOFormat const *style_format
);
“format-changed”
signalvoid user_function (GOFormatSel *goformatsel, gpointer arg1, gpointer user_data)
goformatsel |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“generate-preview”
signalgchar* user_function (GOFormatSel *goformatsel, gpointer arg1, gpointer user_data)
goformatsel |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last