Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > tkライブラリ > TkCoreモジュール

module TkCore

クラスの継承リスト: TkCore < TkComm < TkUtil < TkEvent
extend: TkComm

Abstract

特異メソッド

callback(*arg)

インスタンスメソッド

_tk_call_to_list_core(depth, arg_enc, val_enc, *args)
after(ms, cmd = Proc.new)
after_cancel(after_id)
after_idle(cmd = Proc.new)
appname(name = Tk::None)
appsend(interp, async, *args)
appsend_deny
appsend_displayof(interp, win, async, *args)
callback_break
callback_continue
callback_return
chooseColor(keys = nil)
chooseDirectory(keys = nil)
do_one_event(flag = TclTkLib::EventFlag::ALL)
event_generate(win, context, keys = nil)
getMultipleOpenFile(keys = nil)
getMultipleSaveFile(keys = nil)
getOpenFile(keys = nil)
getSaveFile(keys = nil)
get_eventloop_tick
get_eventloop_weight
get_no_event_wait
inactive
inactive_displayof(win)
info(*args)
ip_eval(cmd_string)
ip_eval_with_enc(cmd_string)
ip_eval_without_enc(cmd_string)
ip_invoke(*args)
ip_invoke_with_enc(*args)
ip_invoke_without_enc(*args)
is_mainloop?
load_cmd_on_ip(tk_cmd)
mainloop(check_root = true)
mainloop_exist?
mainloop_thread?
mainloop_watchdog(check_root = true)
messageBox(keys)
rb_appsend(interp, async, *args)
rb_appsend_displayof(interp, win, async, *args)
reset_inactive
reset_inactive_displayof(win)
restart(app_name = nil, keys = {})
scaling(scale = nil)
scaling_displayof(win, scale=nil)
set_eventloop_ticktimer_tick
set_eventloop_weight(loop_max, no_event_tick)
set_no_event_wait(wait)
tk_call(*args)
tk_call_to_list(*args)
tk_call_to_list_with_enc(*args)
tk_call_to_list_without_enc(*args)
tk_call_to_simplelist(*args)
tk_call_to_simplelist_with_enc(*args)
tk_call_to_simplelist_without_enc(*args)
tk_call_with_enc(*args)
tk_call_without_enc(*args)
windowingsystem

定数

EventFlag
INTERP [redefined by multi-tk]
INTERP
WIDGET_DESTROY_HOOK

Methods

Classes