Main Page   Modules   Data Structures   Globals   Appendix  

MInputMethod Struct Reference
[入力メソッド (基本部分)]

入力メソッドの構造体. More...


Data Fields

MSymbol language
MSymbol name
MInputDriver driver
void * arg
void * info


Detailed Description

MInputMethod は、入力メソッドオブジェクト用の構造体の型である。


Field Documentation

MSymbol MInputMethod::language
 

どの言語用の入力メソッドか。 入力メソッドが外部のものである場合の値は Mnil

MSymbol MInputMethod::name
 

入力メソッドの名前。外部メソッドである場合には、Minput_driver をキーとするプロパティを持ち、その値は適切な入力メソッドドライバへのポインタでなくてはならない。

MInputDriver MInputMethod::driver
 

その入力メソッド用の入力メソッドドライバ。

void* MInputMethod::arg
 

minput_open_im() に渡される引数。

void* MInputMethod::info
 

<driver>.open_im() が設定する追加情報へのポインタ。


このページの先頭

Main Page   Modules   Data Structures   Globals   Appendix  

mulemark mule-aist@m17n.org