GOFontSel

GOFontSel

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkHBox
                            ╰── GOFontSel

Implemented Interfaces

GOFontSel implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

GO_FONT_SEL()

#define GO_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_TYPE_FONT_SEL, GOFontSel))


GO_IS_FONT_SEL()

#define GO_IS_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_FONT_SEL))


go_font_sel_get_type ()

GType
go_font_sel_get_type (void);


go_font_sel_new ()

GtkWidget *
go_font_sel_new (void);


go_font_sel_set_font ()

void
go_font_sel_set_font (GOFontSel *fs,
                      GOFont const *font);


go_font_sel_get_font ()

GOFont const *
go_font_sel_get_font (GOFontSel const *fs);


go_font_sel_editable_enters ()

void
go_font_sel_editable_enters (GOFontSel *fs,
                             GtkWindow *dialog);


go_font_sel_set_sample_text ()

void
go_font_sel_set_sample_text (GOFontSel *fs,
                             char const *text);

Types and Values

GO_TYPE_FONT_SEL

#define GO_TYPE_FONT_SEL (go_font_sel_get_type ())


GOFontSel

typedef struct _GOFontSel GOFontSel;

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