[MacRuby] #264: HotCocoa table_view additions
#264: HotCocoa table_view additions ---------------------------------+------------------------------------------ Reporter: dj2@… | Owner: lsansonetti@… Type: enhancement | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ The attached patch adds: delegate= row_height= on_double_action= on_double_action {} to the table_view. The on_double_action is copied from the TargetActionConvenience. I'm not sure if it should go into a convenience or just in the table_view as I'm not sure if anything else has a setDoubleAction. -- Ticket URL: <http://www.macruby.org/trac/ticket/264> MacRuby <http://macruby.org/>
#264: HotCocoa table_view additions ---------------------------------+------------------------------------------ Reporter: dj2@… | Owner: lsansonetti@… Type: enhancement | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by rich@…): * status: new => closed * resolution: => fixed Comment: this has to make sure to not conflict with on_action, both the on_action and on_double_action now don't conflict with each other so you can set both action handlers and they will both be fired as approriate. -- Ticket URL: <http://www.macruby.org/trac/ticket/264#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby