Top Level Namespace
- Includes:
- TKXXS
Defined Under Namespace
Modules: TKXXS, TKXXS_CLASSES, Tk Classes: Conf, Hash, Object
Constant Summary collapse
- DIR_OF_TKXXS =
File.dirname( File.( __FILE__ ) ).gsub('\\', '/')
Constants included from TKXXS
Instance Method Summary collapse
-
#platform ⇒ Object
/ end.
-
#set_msg(x, y, bhelp, parent) ⇒ Object
CASE4b : command is a Method object and takes 4 arguemnts.
Methods included from TKXXS
#ask_single_line, #choose_dir, #messageBoxExamples, #multi_choice, #open_file, #open_files, #save_file, #single_choice, #todo
Instance Method Details
#set_msg(x, y, bhelp, parent) ⇒ Object
CASE4b : command is a Method object and takes 4 arguemnts
314 315 316 |
# File 'ext/tkballoonhelp.rb', line 314 def set_msg(x, y, bhelp, parent) bhelp.text "current index == #{parent.nearest(y)}" end |