MucharmapChartable

MucharmapChartable

Synopsis

                    MucharmapChartablePrivate;
                    MucharmapChartable;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkDrawingArea
                           +----MucharmapChartable

Implemented Interfaces

MucharmapChartable implements AtkImplementorIface and GtkBuildable.

Properties

  "active-character"         guint                 : Read / Write
  "codepoint-list"           MucharmapCodepointList*  : Read / Write
  "font-desc"                PangoFontDescription*  : Read / Write
  "snap-power-2"             gboolean              : Read / Write
  "zoom-enabled"             gboolean              : Read / Write
  "zoom-showing"             gboolean              : Read

Signals

  "activate"                                       : Action
  "copy-clipboard"                                 : Action
  "move-cursor"                                    : Action
  "paste-clipboard"                                : Action
  "set-scroll-adjustments"                         : Run Last
  "status-message"                                 : Run First

Description

Details

MucharmapChartablePrivate

typedef struct _MucharmapChartablePrivate MucharmapChartablePrivate;


MucharmapChartable

typedef struct _MucharmapChartable MucharmapChartable;

Property Details

The "active-character" property

  "active-character"         guint                 : Read / Write

Allowed values: <= 1114111

Default value: 0


The "codepoint-list" property

  "codepoint-list"           MucharmapCodepointList*  : Read / Write


The "font-desc" property

  "font-desc"                PangoFontDescription*  : Read / Write


The "snap-power-2" property

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

Default value: FALSE


The "zoom-enabled" property

  "zoom-enabled"             gboolean              : Read / Write

Default value: FALSE


The "zoom-showing" property

  "zoom-showing"             gboolean              : Read

Default value: FALSE

Signal Details

The "activate" signal

void                user_function                      (MucharmapChartable *mucharmapchartable,
                                                        gpointer            user_data)               : Action

mucharmapchartable :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "copy-clipboard" signal

void                user_function                      (MucharmapChartable *mucharmapchartable,
                                                        gpointer            user_data)               : Action

mucharmapchartable :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "move-cursor" signal

gboolean            user_function                      (MucharmapChartable *mucharmapchartable,
                                                        GtkMovementStep     arg1,
                                                        gint                arg2,
                                                        gpointer            user_data)               : Action

mucharmapchartable :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "paste-clipboard" signal

void                user_function                      (MucharmapChartable *mucharmapchartable,
                                                        gpointer            user_data)               : Action

mucharmapchartable :

the object which received the signal.

user_data :

user data set when the signal handler was connected.

The "set-scroll-adjustments" signal

void                user_function                      (MucharmapChartable *horizontal,
                                                        GtkAdjustment      *vertical,
                                                        GtkAdjustment      *arg2,
                                                        gpointer            user_data)       : Run Last

Set the scroll adjustments for the text view. Usually scrolled containers like GtkScrolledWindow will emit this signal to connect two instances of GtkScrollbar to the scroll directions of the MucharmapChartable.

horizontal :

the horizontal GtkAdjustment

vertical :

the vertical GtkAdjustment

user_data :

user data set when the signal handler was connected.

The "status-message" signal

void                user_function                      (MucharmapChartable *mucharmapchartable,
                                                        gchar              *arg1,
                                                        gpointer            user_data)               : Run First

mucharmapchartable :

the object which received the signal.

user_data :

user data set when the signal handler was connected.