From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: Aurelian Melinte Cc: sourcenav@sources.redhat.com Subject: Re: can I add two or more buttons in the toolbar Date: Mon, 18 Jun 2001 12:04:00 -0000 Message-id: References: <4.2.1.20010618111756.00ac5660@192.168.60.239> X-SW-Source: 2001-q2/msg00236.html 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