SkkContext

SkkContext — Main entry point of libskk.

Types and Values

Description

Context represents an input context with support for SKK kana-kanji conversion method.

Functions

Types and Values

SKK_TYPE_CONTEXT

#define SKK_TYPE_CONTEXT (skk_context_get_type ())

The type for SkkContext.


struct SkkContext

struct SkkContext {
	GObject parent_instance;
	SkkContextPrivate * priv;
};

Main entry point of libskk.

Context represents an input context with support for SKK kana-kanji conversion method.


struct SkkContextClass

struct SkkContextClass {
	GObjectClass parent_class;
};

The class structure for SKK_TYPE_CONTEXT. All the fields in this structure are private and should never be accessed directly.

Members


enum SkkInputMode

Type to specify input modes.

Members

SKK_INPUT_MODE_HIRAGANA

Hiragana like "あいう...".

 

SKK_INPUT_MODE_KATAKANA

Katakana like "アイウ...".

 

SKK_INPUT_MODE_HANKAKU_KATAKANA

Half-width katakana like "アイウ...".

 

SKK_INPUT_MODE_LATIN

Half-width latin like "abc...".

 

SKK_INPUT_MODE_WIDE_LATIN

Full-width latin like "abc...".

 

SKK_INPUT_MODE_LAST

   

SKK_INPUT_MODE_DEFAULT

The default.