Method: Tk::Tcllib::ChatWidget#hook_run
- Defined in:
- lib/tkextlib/tcllib/chatwidget.rb
#hook_run(type, *cmd_args) ⇒ Object
120 121 122 123 |
# File 'lib/tkextlib/tcllib/chatwidget.rb', line 120 def hook_run(type, *cmd_args) #type -> 'message', 'post', 'names_group', 'names_nick', 'chatstate', 'url' tk_send('hook', 'run', type, *cmd_args) end |