MucharmapCharmap

MucharmapCharmap

Synopsis

                    MucharmapCharmapPrivate;
                    MucharmapCharmap;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkPaned
                                 +----MucharmapCharmap

Implemented Interfaces

MucharmapCharmap implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Properties

  "active-chapter"           gchar*                : Read / Write
  "active-character"         guint                 : Read / Write
  "active-codepoint-list"    MucharmapCodepointList*  : Read
  "active-page"              guint                 : Read / Write
  "chapters-model"           MucharmapChaptersModel*  : Write / Construct
  "font-desc"                PangoFontDescription*  : Read / Write
  "snap-power-2"             gboolean              : Read / Write

Signals

  "link-clicked"                                   : Run First
  "status-message"                                 : Run First

Description

Details

MucharmapCharmapPrivate

typedef struct _MucharmapCharmapPrivate MucharmapCharmapPrivate;


MucharmapCharmap

typedef struct _MucharmapCharmap MucharmapCharmap;

Property Details

The "active-chapter" property

  "active-chapter"           gchar*                : Read / Write

Default value: NULL


The "active-character" property

  "active-character"         guint                 : Read / Write

Allowed values: <= 1114111

Default value: 0


The "active-codepoint-list" property

  "active-codepoint-list"    MucharmapCodepointList*  : Read


The "active-page" property

  "active-page"              guint                 : Read / Write

Default value: 0


The "chapters-model" property

  "chapters-model"           MucharmapChaptersModel*  : Write / Construct


The "font-desc" property

  "font-desc"                PangoFontDescription*  : Read / Write


The "snap-power-2" property

  "snap-power-2"             gboolean              : Read / Write

Default value: FALSE

Signal Details

The "link-clicked" signal

void                user_function                      (MucharmapCharmap *mucharmapcharmap,
                                                        guint             arg1,
                                                        guint             arg2,
                                                        gpointer          user_data)             : Run First

mucharmapcharmap :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "status-message" signal

void                user_function                      (MucharmapCharmap *mucharmapcharmap,
                                                        gchar            *arg1,
                                                        gpointer          user_data)             : Run First

mucharmapcharmap :

the object which received the signal.

user_data :

user data set when the signal handler was connected.