Module: Tk::BWidget::Widget

Extended by:
Tk
Includes:
Tk
Defined in:
lib/tkextlib/bwidget/widget.rb,
lib/tkextlib/bwidget/widget.rb

Constant Summary

Constants included from Tk

AUTO_PATH, INTERP, JAPANIZED_TK, LIBRARY_PATH, MAINLOOP, PACKAGE_PATH, RELEASE_DATE, 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, TreeCtrl_Widget, X_Scrollable, Y_Scrollable

Constants included from Encoding

Encoding::BINARY, Encoding::BINARY_NAME, Encoding::DEFAULT_EXTERNAL_NAME, Encoding::DEFAULT_INTERNAL_NAME, Encoding::ENCODING_TABLE, Encoding::RubyEncoding, Encoding::TkCommandNames, Encoding::UNKNOWN, Encoding::UTF8_NAME

Constants included from TkCore

TkCore::EventFlag, TkCore::INTERP, TkCore::INTERP_MUTEX, TkCore::INTERP_ROOT_CHECK, TkCore::INTERP_THREAD, TkCore::INTERP_THREAD_STATUS, TkCore::RUN_EVENTLOOP_ON_MAIN_THREAD, TkCore::WIDGET_DESTROY_HOOK, TkCore::WITH_ENCODING, TkCore::WITH_RUBY_VM

Constants included from TkComm

TkComm::GET_CONFIGINFO_AS_ARRAY, TkComm::GET_CONFIGINFOwoRES_AS_ARRAY, TkComm::TkExtlibAutoloadModule, TkComm::Tk_CMDTBL, TkComm::Tk_IDs, TkComm::Tk_WINDOWS, TkComm::USE_TCLs_LIST_FUNCTIONS, TkComm::WidgetClassNames

Constants included from TkUtil

TkUtil::None, TkUtil::RELEASE_DATE

Class Method Summary collapse

Methods included from Tk

BinaryString, EncodedString, Grid, Pack, Place, UTF8_String, __create_widget_set__, __disable_toplevel_control__, __import_toplevel_aliases__, __regist_toplevel_aliases__, __remove_toplevel_aliases__, __reset_toplevel_owner__, __set_loaded_toplevel_aliases__, __set_toplevel_aliases__, __toplevel_alias_setup_proc__, add_kinsoku, bell, bell_on_display, const_missing, current_grabs, cursor_display, default_widget_set, default_widget_set=, delete_kinsoku, encoding, encoding=, errorCode, errorInfo, exit, focus, focus_lastfor, focus_to, fromUTF8, grid, grid_forget, has_mainwindow?, load_tcllibrary, load_tclscript, load_tclscript_rsrc, load_tclscript_rsrcid, lower_window, pack, pack_forget, pkgconfig_get, pkgconfig_list, place, place_forget, raise_window, root, show_kinsoku, sleep, strictMotif, subst_tk_backslash, subst_utf_backslash, tcl_pkgconfig_get, tcl_pkgconfig_list, thread_update, thread_update_idletasks, tk_pkgconfig_get, tk_pkgconfig_list, toUTF8, to_backslash_sequence, toplevel_aliases_on_widget_set, ungrid, unload_tcllibrary, unpack, unplace, update, update, update_idletasks, utf_to_backslash, utf_to_backslash_sequence, wakeup, widget_set_symbols

Methods included from Encoding

#default_encoding=, #encoding=, #encoding_convertfrom, #encoding_convertto, #encoding_dirs, #encoding_dirs=, #encoding_name, #encoding_names, #encoding_obj, #encoding_objs, #encoding_system=, #encoding_system_name, #encoding_system_obj, #force_default_encoding, #force_default_encoding=, #force_default_encoding?, #tk_encoding_names

Methods included from TkCore

#_tk_call_to_list_core, #after, #after_cancel, #after_idle, #appname, #appsend, #appsend_deny, #appsend_displayof, callback, #callback_break, #callback_continue, #callback_return, #chooseColor, #chooseDirectory, #do_one_event, #event_generate, #getMultipleOpenFile, #getMultipleSaveFile, #getOpenFile, #getSaveFile, #get_eventloop_tick, #get_eventloop_weight, #get_no_event_wait, #inactive, #inactive_displayof, #info, #ip_eval, #ip_eval_with_enc, #ip_eval_without_enc, #ip_invoke, #ip_invoke_with_enc, #ip_invoke_without_enc, #is_mainloop?, #load_cmd_on_ip, #mainloop, #mainloop_exist?, #mainloop_thread?, #mainloop_watchdog, #messageBox, #rb_appsend, #rb_appsend_displayof, #reset_inactive, #reset_inactive_displayof, #restart, #scaling, #scaling_displayof, #set_eventloop_tick, #set_eventloop_weight, #set_no_event_wait, #tk_call, #tk_call_to_list, #tk_call_to_list_with_enc, #tk_call_to_list_without_enc, #tk_call_to_simplelist, #tk_call_to_simplelist_with_enc, #tk_call_to_simplelist_without_enc, #tk_call_with_enc, #tk_call_without_enc, #windowingsystem

Methods included from TkComm

_at, _callback_entry?, _callback_entry_class?, _curr_cmd_id, _fromUTF8, _genobj_for_tkwidget, _next_cmd_id, _toUTF8, array2tk_list, #bind, #bind_all, #bind_append, #bind_append_all, #bind_remove, #bind_remove_all, #bindinfo, #bindinfo_all, bool, image_obj, #install_cmd, install_cmd, list, num_or_nil, num_or_str, number, procedure, simplelist, slice_ary, string, #subst, tk_tcl2ruby, uninstall_cmd, #uninstall_cmd, window

Methods included from TkEvent

#install_bind, #install_bind_for_event_class

Methods included from TkUtil

#_conv_args, _conv_args, #_fromUTF8, #_get_eval_enc_str, _get_eval_enc_str, #_get_eval_string, _get_eval_string, _symbolkey2str, #_symbolkey2str, #_toUTF8, #bool, bool, callback, eval_cmd, #hash_kv, hash_kv, install_cmd, #num_or_nil, num_or_nil, num_or_str, #num_or_str, number, #number, string, #string, uninstall_cmd, untrust

Class Method Details

.__cget_cmdObject



24
25
26
# File 'lib/tkextlib/bwidget/widget.rb', line 24

def self.__cget_cmd
  ['Widget::cget']
end

.__config_cmdObject



28
29
30
# File 'lib/tkextlib/bwidget/widget.rb', line 28

def self.__config_cmd
  ['Widget::configure']
end

.__pathnameObject



20
21
22
# File 'lib/tkextlib/bwidget/widget.rb', line 20

def self.__pathname
  'Widget::configure'
end

.add_map(klass, subclass, subpath, opts) ⇒ Object



43
44
45
# File 'lib/tkextlib/bwidget/widget.rb', line 43

def self.add_map(klass, subclass, subpath, opts)
  tk_call('Widget::addmap', klass, subclass, subpath, opts)
end

.bwinclude(klass, subclass, subpath, *args) ⇒ Object



47
48
49
# File 'lib/tkextlib/bwidget/widget.rb', line 47

def self.bwinclude(klass, subclass, subpath, *args)
  tk_call('Widget::bwinclude', klass, subclass, subpath, *args)
end

.cget(slot) ⇒ Object



39
40
41
# File 'lib/tkextlib/bwidget/widget.rb', line 39

def self.cget(slot)
  self.current_configinfo(slot).values[0]
end

.cget_strict(slot) ⇒ Object



32
33
34
35
36
37
38
# File 'lib/tkextlib/bwidget/widget.rb', line 32

def self.cget_strict(slot)
  slot = slot.to_s
  info = {}
  self.current_configinfo.each{|k,v| info[k.to_s] = v if k.to_s == slot}
  fail RuntimeError, "unknown option \"-#{slot}\""  if info.empty?
  info.values[0]
end

.create(klass, path, rename = None, &b) ⇒ Object



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/tkextlib/bwidget/widget.rb', line 51

def self.create(klass, path, rename=None, &b)
  win = window(tk_call('Widget::create', klass, path, rename))
  if b
    if TkCore::WITH_RUBY_VM  ### Ruby 1.9 !!!!
      win.instance_exec(self, &b)
    else
      win.instance_eval(&b)
    end
  end
  win
end

.declare(klass, optlist) ⇒ Object



63
64
65
# File 'lib/tkextlib/bwidget/widget.rb', line 63

def self.declare(klass, optlist)
  tk_call('Widget::declare', klass, optlist)
end

.define(klass, filename, *args) ⇒ Object



67
68
69
# File 'lib/tkextlib/bwidget/widget.rb', line 67

def self.define(klass, filename, *args)
  tk_call('Widget::define', klass, filename, *args)
end

.destroy(win) ⇒ Object



71
72
73
# File 'lib/tkextlib/bwidget/widget.rb', line 71

def self.destroy(win)
  tk_call('Widget::destroy', _epath(win))
end

.focus_next(win) ⇒ Object



75
76
77
# File 'lib/tkextlib/bwidget/widget.rb', line 75

def self.focus_next(win)
  tk_call('Widget::focusNext', win)
end

.focus_ok(win) ⇒ Object



79
80
81
# File 'lib/tkextlib/bwidget/widget.rb', line 79

def self.focus_ok(win)
  tk_call('Widget::focusOk', win)
end

.focus_prev(win) ⇒ Object



83
84
85
# File 'lib/tkextlib/bwidget/widget.rb', line 83

def self.focus_prev(win)
  tk_call('Widget::focusPrev', win)
end

.generate_doc(dir, widgetlist) ⇒ Object



87
88
89
# File 'lib/tkextlib/bwidget/widget.rb', line 87

def self.generate_doc(dir, widgetlist)
  tk_call('Widget::generate-doc', dir, widgetlist)
end

.generate_widget_doc(klass, iscmd, file) ⇒ Object



91
92
93
# File 'lib/tkextlib/bwidget/widget.rb', line 91

def self.generate_widget_doc(klass, iscmd, file)
  tk_call('Widget::generate-widget-doc', klass, iscmd, file)
end

.get_option(win, option) ⇒ Object



95
96
97
# File 'lib/tkextlib/bwidget/widget.rb', line 95

def self.get_option(win, option)
  tk_call('Widget::getoption', win, option)
end

.get_variable(win, varname, my_varname = None) ⇒ Object



99
100
101
# File 'lib/tkextlib/bwidget/widget.rb', line 99

def self.get_variable(win, varname, my_varname=None)
  tk_call('Widget::getVariable', win, varname, my_varname)
end

.has_changed(win, option, pvalue) ⇒ Object



103
104
105
# File 'lib/tkextlib/bwidget/widget.rb', line 103

def self.has_changed(win, option, pvalue)
  tk_call('Widget::hasChanged', win, option, pvalue)
end

.init(klass, win, options) ⇒ Object



107
108
109
# File 'lib/tkextlib/bwidget/widget.rb', line 107

def self.init(klass, win, options)
  tk_call('Widget::init', klass, win, options)
end

.set_option(win, option, value) ⇒ Object



111
112
113
# File 'lib/tkextlib/bwidget/widget.rb', line 111

def self.set_option(win, option, value)
  tk_call('Widget::setoption', win, option, value)
end

.sub_cget(win, subwidget) ⇒ Object



118
119
120
# File 'lib/tkextlib/bwidget/widget.rb', line 118

def self.sub_cget(win, subwidget)
  self.sub_cget_strict(win, subwidget)
end

.sub_cget_strict(win, subwidget) ⇒ Object



115
116
117
# File 'lib/tkextlib/bwidget/widget.rb', line 115

def self.sub_cget_strict(win, subwidget)
  tk_call('Widget::subcget', win, subwidget)
end

.sync_options(klass, subclass, subpath, options) ⇒ Object



122
123
124
# File 'lib/tkextlib/bwidget/widget.rb', line 122

def self.sync_options(klass, subclass, subpath, options)
  tk_call('Widget::syncoptions', klass, subclass, subpath, options)
end

.tkinclude(klass, tkwidget, subpath, *args) ⇒ Object



126
127
128
# File 'lib/tkextlib/bwidget/widget.rb', line 126

def self.tkinclude(klass, tkwidget, subpath, *args)
  tk_call('Widget::tkinclude', klass, tkwidget, subpath, *args)
end