Ruby 2.1.0 リファレンスマニュアル > ライブラリ一覧 > tk/toplevelライブラリ > TkToplevelクラス

class TkToplevel

要約

目次

特異メソッド
bind bind_append bind_remove bindinfo database_class database_classname new
インスタンスメソッド
add_menu add_menubar specific_class
定数
TkCommandNames WidgetClassName

特異メソッド

bind(*args) { ... }

[TODO]

bind_append(*args) { ... }

[TODO]

bind_remove(*args)

[TODO]

bindinfo(*args)

[TODO]

database_class

[TODO]

database_classname

[TODO]

new(parent = nil, screen = nil, classname = nil, keys = nil)

[TODO]

インスタンスメソッド

add_menu(menu_info, tearoff = false, opts = nil)

[TODO]

add_menubar(menu_spec, tearoff = false, opts = nil)

[TODO]

specific_class

[TODO]

定数

TkCommandNames

[TODO]

WidgetClassName

[TODO]

class TkToplevel