GOCharmapSel

GOCharmapSel

Functions

Properties

guint TestDirection Read / Write

Signals

Types and Values

Object Hierarchy

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

Implemented Interfaces

GOCharmapSel implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

GO_CHARMAP_SEL()

#define GO_CHARMAP_SEL(obj)        (G_TYPE_CHECK_INSTANCE_CAST((obj), GO_TYPE_CHARMAP_SEL, GOCharmapSel))


GO_IS_CHARMAP_SEL()

#define GO_IS_CHARMAP_SEL(obj)     (G_TYPE_CHECK_INSTANCE_TYPE((obj), GO_TYPE_CHARMAP_SEL))


go_charmap_sel_get_type ()

GType
go_charmap_sel_get_type (void);


go_charmap_sel_new ()

GtkWidget *
go_charmap_sel_new (GOCharmapSelTestDirection test);


go_charmap_sel_get_encoding ()

gchar const *
go_charmap_sel_get_encoding (GOCharmapSel *cs);


go_charmap_sel_set_encoding ()

gboolean
go_charmap_sel_set_encoding (GOCharmapSel *cs,
                             const char *enc);


go_charmap_sel_get_encoding_name ()

const char *
go_charmap_sel_get_encoding_name (GOCharmapSel *cs,
                                  const char *enc);

Types and Values

GO_TYPE_CHARMAP_SEL

#define GO_TYPE_CHARMAP_SEL        (go_charmap_sel_get_type ())


GOCharmapSel

typedef struct _GOCharmapSel GOCharmapSel;


enum GOCharmapSelTestDirection

Members

GO_CHARMAP_SEL_TO_UTF8

   

GO_CHARMAP_SEL_FROM_UTF8

   

Property Details

The “TestDirection” property

  “TestDirection”            guint

This value determines which iconv test to perform.

Flags: Read / Write

Allowed values: <= 1

Default value: 0

Signal Details

The “charmap-changed” signal

void
user_function (GOCharmapSel *gocharmapsel,
               gpointer      arg1,
               gpointer      user_data)

Parameters

gocharmapsel

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last