Method: Tk::Wm#wm_command

Defined in:
lib/tk/wm.rb

#wm_command(value = nil) ⇒ Object



94
95
96
# File 'lib/tk/wm.rb', line 94

def wm_command(value=nil)
  Wm.command(self, value)
end