This is the mail archive of the
sourcenav@sources.redhat.com
mailing list for the Source Navigator.
Re: can I add two or more buttons in the toolbar
- To: irox at hell dot com
- Subject: Re: can I add two or more buttons in the toolbar
- From: Aurelian Melinte <amelinte at ALIS dot COM>
- Date: Mon, 18 Jun 2001 16:07:49 -0400
- Cc: sourcenav at sources dot redhat dot com
- References: <4.2.1.20010618111756.00ac5660@192.168.60.239>
At 12:01 PM 6/18/01 -0700, irox@hell.com wrote:
>On Mon, 18 Jun 2001, Aurelian Melinte wrote:
>
> > hello,
> >
> > I just tried to add two buttons in the sourcenav's toolbar, by declaring
> > two sn_rc_symbolbrowser procedures in rc.tcl (obviously wrong :))
> hoping to
> > end up with two buttons. Only the last one shows.
>
>declaring two procs with the same name deletes the first one.
>You need to put the code to add both buttons in the same
>sn_rc_symbolbrowser (or put them in seperate procs if you like
>and call them from sn_rc_symbolbrowser).
>
>Ian
Got things working fine! Thanks!
A.