Method: Tk::Menu#postcascade

Defined in:
lib/tk/menu.rb

#postcascade(index) ⇒ Object



185
186
187
188
# File 'lib/tk/menu.rb', line 185

def postcascade(index)
  tk_send_without_enc('postcascade', _get_eval_enc_str(index))
  self
end