Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > tk/entryライブラリ > TkEntryクラス

class TkEntry

要約

インスタンスメソッド

self[*args]

[TODO]

self[] = *args

[TODO]

bbox(index)

[TODO]

cursor
icursor

[TODO]

cursor=(index)
icursor=(index)

[TODO]

delete(first, last = Tk::None)

[TODO]

dragto(pos)

[TODO]

value
get

[TODO]

index(idx)

[TODO]

insert(pos, text)

[TODO]

invoke_validate

[TODO]

mark(pos)

[TODO]

selection_adjust(index)

[TODO]

selection_clear

[TODO]

selection_from(index)

[TODO]

selection_present

[TODO]

selection_range(s, e)

[TODO]

selection_to(index)

[TODO]

value=(val)
set(val)

[TODO]

validate(mode = nil)

[TODO]

定数

TkCommandNames

[TODO]

WidgetClassName

[TODO]

WidgetClassNames

[TODO]

class TkEntry