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.expand_path( __FILE__ ) ).gsub('\\', '/')

Constants included from TKXXS

TKXXS::VERSION

Instance Method Summary collapse

Methods included from TKXXS

#ask_single_line, #choose_dir, #messageBoxExamples, #multi_choice, #open_file, #open_files, #save_file, #single_choice, #todo

Instance Method Details

#platformObject

/ end



26
# File 'lib/tkxxs.rb', line 26

require 'platform'

#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