TomoeCharTable

TomoeCharTable

Functions

Signals

void selected Run Last

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── TomoeCharTable

Implemented Interfaces

TomoeCharTable implements AtkImplementorIface, GtkBuildable and TomoeScrollable.

Description

Functions

tomoe_char_table_new ()

GtkWidget *
tomoe_char_table_new (void);

Returns


tomoe_char_table_get_selected ()

TomoeChar *
tomoe_char_table_get_selected (TomoeCharTable *view);

Returns


tomoe_char_table_get_layout ()

TomoeCharTableLayout
tomoe_char_table_get_layout (TomoeCharTable *view);

Returns


tomoe_char_table_set_layout ()

void
tomoe_char_table_set_layout (TomoeCharTable *view,
                             TomoeCharTableLayout layout);


tomoe_char_table_set_model ()

void
tomoe_char_table_set_model (TomoeCharTable *view,
                            GtkTreeModel *model);


tomoe_char_table_get_model ()

GtkTreeModel *
tomoe_char_table_get_model (TomoeCharTable *view);

Returns


tomoe_char_table_set_canvas ()

void
tomoe_char_table_set_canvas (TomoeCharTable *view,
                             TomoeCanvas *canvas);

Types and Values

enum TomoeCharTableLayout

Members

TOMOE_CHAR_TABLE_LAYOUT_SINGLE_HORIZONTAL

   

TOMOE_CHAR_TABLE_LAYOUT_SINGLE_VERTICAL

   

TOMOE_CHAR_TABLE_LAYOUT_HORIZONTAL

   

TOMOE_CHAR_TABLE_LAYOUT_VERTICAL

   

struct TomoeCharTable

struct TomoeCharTable;

Signal Details

The “selected” signal

void
user_function (TomoeCharTable *tomoechartable,
               gpointer        user_data)

Parameters

tomoechartable

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last