TomoeHandwriting

TomoeHandwriting

Functions

Properties

GtkWidget * button-area Read
GtkWidget * canvas Read
GtkWidget * char-table Read
TomoeContext * tomoe-context Write / Construct Only

Signals

void selected Run Last

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkTable
                        ╰── TomoeHandwriting

Implemented Interfaces

TomoeHandwriting implements AtkImplementorIface and GtkBuildable.

Description

Functions

tomoe_handwriting_new ()

GtkWidget *
tomoe_handwriting_new (TomoeContext *context);

tomoe_handwriting_get_canvas ()

GtkWidget *
tomoe_handwriting_get_canvas (TomoeHandwriting *handwriting);

tomoe_handwriting_get_button_area ()

GtkWidget *
tomoe_handwriting_get_button_area (TomoeHandwriting *handwriting);

tomoe_handwriting_get_char_table ()

GtkWidget *
tomoe_handwriting_get_char_table (TomoeHandwriting *handwriting);

tomoe_handwriting_get_selected_char ()

const gchar *
tomoe_handwriting_get_selected_char (TomoeHandwriting *handwriting);

tomoe_handwriting_get_selected_tomoe_char ()

TomoeChar *
tomoe_handwriting_get_selected_tomoe_char
                               (TomoeHandwriting *handwriting);

Types and Values

struct TomoeHandwriting

struct TomoeHandwriting;

Property Details

The “button-area” property

  “button-area”              GtkWidget *

The button area widget inside of the TomoeHandwriting container.

Owner: TomoeHandwriting

Flags: Read


The “canvas” property

  “canvas”                   GtkWidget *

The TomoeCavas widget inside of the TomoeHandwriting container.

Owner: TomoeHandwriting

Flags: Read


The “char-table” property

  “char-table”               GtkWidget *

A candidates view widget inside of the TomoeHandwriting container.

Owner: TomoeHandwriting

Flags: Read


The “tomoe-context” property

  “tomoe-context”            TomoeContext *

A TomoeContext which stores handwriting dictionaries.

Owner: TomoeHandwriting

Flags: Write / Construct Only

Signal Details

The “selected” signal

void
user_function (TomoeHandwriting *tomoehandwriting,
               gpointer          user_data)

Flags: Run Last