Class: Tk::Iwidgets::Hierarchy::IndicatorCommand::ValidateArgs

Inherits:
TkUtil::CallbackSubst
  • Object
show all
Defined in:
lib/tkextlib/iwidgets/hierarchy.rb

Constant Summary collapse

KEY_TBL =
[
  [ ?n, ?s, :node ],
  [ ?s, ?b, :status ],
  nil
]
PROC_TBL =
[
  [ ?s, TkComm.method(:string) ],
  [ ?b, TkComm.method(:bool) ],
  nil
]

Class Method Summary collapse

Class Method Details

.ret_val(val) ⇒ Object



99
100
101
# File 'lib/tkextlib/iwidgets/hierarchy.rb', line 99

def self.ret_val(val)
  val
end