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

module Tk

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

Abstract

特異メソッド

add_kinsoku(chars, mode = 'both')
bell(nice = false)
bell_on_display(win, nice = false)
const_missing(sym)
current_grabs(win = nil)
delete_kinsoku(chars, mode = 'both')
destroy(*wins)
errorCode
errorInfo
exit
focus(display = nil)
focus_lastfor(win)
focus_next(win)
focus_prev(win)
focus_to(win, force = false)
fromUTF8(str, encoding = nil)
grid(*args)
grid_forget(*args)
has_mainwindow?
load_tcllibrary(file, pkg_name = Tk::None, interp = Tk::None)
load_tclscript(file, enc = nil)
lower_window(win, below = Tk::None)
pack(*args)
pack_forget(*args)
pkgconfig_get(mod, key)
pkgconfig_list(mod)
place(*args)
place_forget(*args)
raise_window(win, above = Tk::None)
show_kinsoku(mode = 'both')
strictMotif(mode = Tk::None)
subst_tk_backslash(str)
subst_utf_backslash(str)
tcl_pkgconfig_get
tcl_pkgconfig_list(key)
thread_update(idle = nil)
thread_update_idletasks
tk_pkgconfig_get(key)
tk_pkgconfig_list
toUTF8(str, encoding = nil)
to_backslash_sequence(str)
ungrid(*args)
unload_tcllibrary(*args)
unpack(*args)
unplace(*args)
update(idle = nil)
update_idletasks
utf_to_backslash(str)
utf_to_backslash_sequence(str)

インスタンスメソッド

root
update(idle = nil)

only for backward compatibility (This never be recommended to use)

定数

AUTO_PATH
JAPANIZED_TK
LIBRARY_PATH
PACKAGE_PATH
TCL_LIBRARY_PATH
TCL_MAJOR_VERSION
TCL_MINOR_VERSION
TCL_PACKAGE_PATH
TCL_PATCHLEVEL
TCL_PRECISION
TCL_VERSION
TK_MAJOR_VERSION
TK_MINOR_VERSION
TK_PATCHLEVEL
TK_VERSION
Tkextlib_RELEASE_DATE

追加されるメソッド

BinaryString(str) [added by tk/autoload]

Tk::BinaryString.new と同じ

EncodedString(str, enc = nil) [added by tk/autoload]

Tk::EncodedString.new と同じ

UTF8_String(str) [added by tk/autoload]

Tk::UTF8_String.new と同じ

load_tclscript_rsrc(resource_name, file = Tk::None) [added by tk/macpkg]
load_tclscript_rsrcid(resource_id, file = Tk::None) [added by tk/macpkg]

Methods

Classes