On Mon, 18 Aug 2014 06:48:38 -0500
Kent Tenney <[email protected]> wrote:

> I have tried a number of variations on the following
> 
> @buttons
>   @rclick nodecontent
>      @rclick left
>      @rclick right
> 
> which
> http://comments.gmane.org/gmane.comp.python.leo.general/27192
> seems to prescribe. It hasn't worked so far.

I think you need a button in there, so either

@buttons
  @button Tools
  @rclick nodecontent
    @rclick left
    @rclick right

Or

@buttons
  @button Tools
    @rclick nodecontent
       @rclick left
       @rclick right

I think might be equivalent, the second form makes more sense though.

Cheers -Terry

> update:
> I clicked <script-button> on @rclick nodecontent and the button
> with menu appeared and works as expected ...
> 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to