Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > tk/textライブラリ > TkTextクラス

class TkText

要約

目次

特異メソッド
at new
インスタンスメソッド
__destroy_hook__ _addcmd _addtag add_tag addtag tag_add at backspace bbox clear erase compare count count_info current_image_configinfo debug debug= delete_tag deltag tag_delete destroy dlineinfo dump dump_all dump_image dump_mark dump_tag dump_text dump_window edit_redo edit_reset edit_separator edit_undo get_displaychars image_cget image_configinfo image_configure image_names index init_instance_variable insert mark_gravity mark_names mark_next next_mark mark_previous previous_mark mark_set set_mark mark_unset unset_mark modified modified= modified? peer_names replace rsearch rsearch_with_length search search_with_length set_current set_insert tag_bind tag_bind_append tag_bind_remove tag_bindinfo tag_lower tag_names tag_nextrange tag_prevrange tag_raise tag_ranges tag_remove tagid2obj text_copy text_cut text_paste tksearch tksearch_with_count value value= window_names xview_pickplace yview_pickplace
定数
ItemConfCMD TkCommandNames WidgetClassName

特異メソッド

at(x, y)[permalink][rdoc]

[TODO]

new(*args) { ... }[permalink][rdoc]

[TODO]

インスタンスメソッド

__destroy_hook__[permalink][rdoc]

[TODO]

_addcmd(cmd)[permalink][rdoc]

[TODO]

_addtag(name, obj)[permalink][rdoc]

[TODO]

tag_add(tag, index1, index2 = Tk::None)[permalink][rdoc]
addtag(tag, index1, index2 = Tk::None)
add_tag(tag, index1, index2 = Tk::None)

[TODO]

at(x, y)[permalink][rdoc]

[TODO]

backspace[permalink][rdoc]

[TODO]

bbox(index)[permalink][rdoc]

[TODO]

clear[permalink][rdoc]
erase

[TODO]

compare(idx1, op, idx2)[permalink][rdoc]

[TODO]

count(idx1, idx2, *opts)[permalink][rdoc]

[TODO]

count_info(idx1, idx2, update = true)[permalink][rdoc]

[TODO]

current_image_configinfo(index, slot = nil)[permalink][rdoc]

[TODO]

debug[permalink][rdoc]

[TODO]

debug=(boolean)[permalink][rdoc]

[TODO]

tag_delete(*tags)[permalink][rdoc]
deltag(*tags)
delete_tag(*tags)

[TODO]

destroy[permalink][rdoc]

[TODO]

dlineinfo(index)[permalink][rdoc]

[TODO]

dump(type_info, *index) { ... }[permalink][rdoc]

[TODO]

dump_all(*index) { ... }[permalink][rdoc]

[TODO]

dump_image(*index) { ... }[permalink][rdoc]

[TODO]

dump_mark(*index) { ... }[permalink][rdoc]

[TODO]

dump_tag(*index) { ... }[permalink][rdoc]

[TODO]

dump_text(*index) { ... }[permalink][rdoc]

[TODO]

dump_window(*index) { ... }[permalink][rdoc]

[TODO]

edit_redo[permalink][rdoc]

[TODO]

edit_reset[permalink][rdoc]

[TODO]

edit_separator[permalink][rdoc]

[TODO]

edit_undo[permalink][rdoc]

[TODO]

get_displaychars(*index)[permalink][rdoc]

[TODO]

image_cget(index, slot)[permalink][rdoc]

[TODO]

image_configinfo(index, slot = nil)[permalink][rdoc]

[TODO]

image_configure(index, slot, value = Tk::None)[permalink][rdoc]

[TODO]

image_names[permalink][rdoc]

[TODO]

index(idx)[permalink][rdoc]

[TODO]

init_instance_variable[permalink][rdoc]

[TODO]

insert(index, chars, *tags)[permalink][rdoc]

[TODO]

mark_gravity(mark, direction = nil)[permalink][rdoc]

[TODO]

mark_names[permalink][rdoc]

[TODO]

mark_next(index)[permalink][rdoc]
next_mark(index)

[TODO]

mark_previous(index)[permalink][rdoc]
previous_mark(index)

[TODO]

mark_set(mark, index)[permalink][rdoc]
set_mark(mark, index)

[TODO]

mark_unset(*marks)[permalink][rdoc]
unset_mark(*marks)

[TODO]

modified(mode)[permalink][rdoc]

[TODO]

modified=(mode)[permalink][rdoc]

[TODO]

modified?[permalink][rdoc]

[TODO]

peer_names[permalink][rdoc]

[TODO]

replace(idx1, idx2, *opts)[permalink][rdoc]

[TODO]

rsearch(pat, start, stop = Tk::None)[permalink][rdoc]

[TODO]

rsearch_with_length(pat, start, stop = Tk::None)[permalink][rdoc]

[TODO]

[TODO]

search_with_length(pat, start, stop = Tk::None)[permalink][rdoc]

[TODO]

set_current(index)[permalink][rdoc]

[TODO]

set_insert(index)[permalink][rdoc]

[TODO]

tag_bind(tag, seq, *args)[permalink][rdoc]

[TODO]

tag_bind_append(tag, seq, *args)[permalink][rdoc]

[TODO]

tag_bind_remove(tag, seq)[permalink][rdoc]

[TODO]

tag_bindinfo(tag, context = nil)[permalink][rdoc]

[TODO]

tag_lower(tag, below = Tk::None)[permalink][rdoc]

[TODO]

tag_names(index = Tk::None)[permalink][rdoc]

[TODO]

tag_nextrange(tag, first, last = Tk::None)[permalink][rdoc]

[TODO]

tag_prevrange(tag, first, last = Tk::None)[permalink][rdoc]

[TODO]

tag_raise(tag, above = Tk::None)[permalink][rdoc]

[TODO]

tag_ranges(tag)[permalink][rdoc]

[TODO]

tag_remove(tag, *indices)[permalink][rdoc]

[TODO]

tagid2obj(tagid)[permalink][rdoc]

[TODO]

text_copy[permalink][rdoc]

[TODO]

text_cut[permalink][rdoc]

[TODO]

text_paste[permalink][rdoc]

[TODO]

tksearch(*args)[permalink][rdoc]

[TODO]

tksearch_with_count(*args)[permalink][rdoc]

[TODO]

value[permalink][rdoc]

[TODO]

value=(val)[permalink][rdoc]

[TODO]

window_names[permalink][rdoc]

[TODO]

xview_pickplace(index)[permalink][rdoc]

[TODO]

yview_pickplace(index)[permalink][rdoc]

[TODO]

定数

ItemConfCMD[permalink][rdoc]

[TODO]

TkCommandNames[permalink][rdoc]

[TODO]

WidgetClassName[permalink][rdoc]

[TODO]