Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > tk/canvastagライブラリ > TkcTagAccessモジュール

module TkcTagAccess + TkComm + TkUtil

クラスの継承リスト: TkcTagAccess < TkComm < TkUtil < TkEvent < TkTreatTagFont

要約

特異メソッド

_at(x, y = nil)

[TODO]

_callback_entry?(obj)

[TODO]

_callback_entry_class?(klass)

[TODO]

_conv_args(*args)

[TODO]

_curr_cmd_id

[TODO]

_fromUTF8(str, encoding = nil)

[TODO]

_genobj_for_tkwidget(path)

[TODO]

_get_eval_enc_str(obj)

[TODO]

_get_eval_string(*args)

[TODO]

_next_cmd_id

[TODO]

_symbolkey2str(keys)

[TODO]

_toUTF8(str, encoding = nil)

[TODO]

array2tk_list(ary, enc = nil)

[TODO]

bool(value)

[TODO]

callback(*args)

[TODO]

eval_cmd(*args)

[TODO]

hash_kv(*args)

[TODO]

image_obj(val)

[TODO]

install_cmd(cmd)

[TODO]

install_cmd(*args)

[TODO]

list(val, depth = 0, enc = true)

[TODO]

num_or_str(value)

[TODO]

number(value)

[TODO]

procedure(val)

[TODO]

simplelist(val, src_enc = true, dst_enc = true)

[TODO]

string(value)

[TODO]

tk_tcl2ruby(val, enc_mode = false, listobj = true)

[TODO]

uninstall_cmd(id)

[TODO]

uninstall_cmd(cmd_id)

[TODO]

window(val)

[TODO]

インスタンスメソッド

self & tag

[TODO]

Following operators support logical expressions of canvas tags (for Tk8.3+). If tag1.path is 't1' and tag2.path is 't2', then

ltag = tag1 & tag2; ltag.path => "(t1)&&(t2)"
ltag = tag1 | tag2; ltag.path => "(t1)||(t2)"
ltag = tag1 ^ tag2; ltag.path => "(t1)^(t2)"
ltag = - tag1;      ltag.path => "!(t1)"
-

[TODO]

self ^ tag

[TODO]

_conv_args(*args)

[TODO]

_fromUTF8(*args)

[TODO]

_get_eval_enc_str(obj)

[TODO]

_get_eval_string(*args)

[TODO]

_symbolkey2str(keys)

[TODO]

_toUTF8(*args)

[TODO]

addtag(tag)

[TODO]

bbox

[TODO]

bind(seq, *args)

[TODO]

def bind(seq, cmd=Proc.new, *args)

  @c.itembind(@id, seq, cmd, *args)
  self

end
bind(tag_or_class, context, *args)

[TODO]

bind_all(context, *args)

[TODO]

bind_append(seq, *args)

[TODO]

def bind_append(seq, cmd=Proc.new, *args)

  @c.itembind_append(@id, seq, cmd, *args)
  self

end
bind_append(tag_or_class, context, *args)

[TODO]

bind_append_all(context, *args)

[TODO]

bind_remove(seq)

[TODO]

bind_remove(tag_or_class, context)

[TODO]

bind_remove_all(context)

[TODO]

bindinfo(seq = nil)

[TODO]

bindinfo(tag_or_class, context = nil)

[TODO]

bindinfo_all(context = nil)

[TODO]

bool(value)

[TODO]

cget(option)

[TODO]

configinfo(key = nil)

[TODO]

def configure(keys)

  @c.itemconfigure @id, keys

end
configure(key, value = Tk::None)

[TODO]

coords(*args)

[TODO]

current_configinfo(key = nil)

[TODO]

dchars(first, last = Tk::None)

[TODO]

dtag(tag_to_del = Tk::None)
deltag(tag_to_del = Tk::None)

[TODO]

find
list

[TODO]

focus

[TODO]

gettags

[TODO]

hash_kv(*args)

[TODO]

icursor(index)

[TODO]

index(idx)

[TODO]

insert(beforethis, string)

[TODO]

itemtype

[TODO]

lower(belowthis = Tk::None)

[TODO]

move(xamount, yamount)

[TODO]

num_or_str(value)

[TODO]

number(value)

[TODO]

raise(abovethis = Tk::None)

[TODO]

scale(xorigin, yorigin, xscale, yscale)

[TODO]

select_adjust(index)

[TODO]

select_from(index)

[TODO]

select_to(index)

[TODO]

string(value)

[TODO]

subst

[TODO]

self | tag

[TODO]

定数

GET_CONFIGINFO_AS_ARRAY

[TODO]

GET_CONFIGINFOwoRES_AS_ARRAY

[TODO]

None

[TODO]

RELEASE_DATE

[TODO]

TkExtlibAutoloadModule

[TODO]

Tk_CMDTBL

[TODO]

Tk_IDs

[TODO]

Tk_WINDOWS

[TODO]

USE_TCLs_LIST_FUNCTIONS

[TODO]

WidgetClassNames

[TODO]

module TkcTagAccess