Method: Tk::Menu#postcommand

Defined in:
lib/tk/menu.rb

#postcommand(cmd = Proc.new) ⇒ Object



189
190
191
192
# File 'lib/tk/menu.rb', line 189

def postcommand(cmd=Proc.new)
  configure_cmd 'postcommand', cmd
  self
end