Class Tk::BLT::Treeview::FindExecFlagValue::ValidateArgs
In: tk/lib/tkextlib/blt/treeview.rb
Parent: TkUtil::CallbackSubst

Methods

ret_val  

Constants

KEY_TBL = [ [ ?W, ?w, :widget ], [ ?p, ?s, :name ], [ ?P, ?s, :fullpath ], [ ?#, ?x, :node_id ], nil
PROC_TBL = [ [ ?x, TkComm.method(:num_or_str) ], [ ?s, TkComm.method(:string) ], [ ?w, TkComm.method(:window) ], nil

Public Class methods

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 477
      def self.ret_val(val)
        val
      end

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.