Re: Disabling menu And Modal dialog boxes!

2005-03-29 Thread Stefan Kost
hi, Everything you seen on screen is a widget. The probelm is lies in theay of the context menu create. Normal gtk apps create menus it self and not from xml. Thus we have the widget pointers. I've not writte applets do far, so I don't know the function that can help you. Maybe you can find it b

Re: Disabling menu And Modal dialog boxes!

2005-03-28 Thread Iago Rubio
On Tue, 2005-03-29 at 10:29 +0530, APR Trainees wrote: > hi, > > atually the approach we've folowed is slightly diff.. > we referred > www.gnome.org/projectc/ORBit2/appletstutorial.html I got a 404 here. Could you send me privately the full sources to this email address or post a link t

Re: Disabling menu And Modal dialog boxes!

2005-03-28 Thread APR Trainees
hi, atually the approach we've folowed is slightly diff.. we referred www.gnome.org/projectc/ORBit2/appletstutorial.html to answer ur questions: 1)callbacks for interacting with the menu that has 3items are get_request,display_about and set_request(Ive not shown them here).We associate t

Re: Disabling menu And Modal dialog boxes!

2005-03-28 Thread Iago Rubio
On Mon, 2005-03-28 at 12:30 +0530, APR Trainees wrote: > hi again, > > Thanx for the help... > as u mentioned here id tried using this earlier too.Irwin had > suggested set_sensitive also. > The problem is when i try to use these it says that the 1st argument > if from an incompatible pointer type

Re: Disabling menu And Modal dialog boxes!

2005-03-27 Thread APR Trainees
On Wed, 23 Mar 2005 11:16:33 +0100, Iago Rubio <[EMAIL PROTECTED]> wrote: > On Wed, 2005-03-23 at 14:34 +0530, APR Trainees wrote: > > Hello, > > > > We're making an application using gnome 2.0 that adds an icon on the > > statusbar.We've added a context menu to display the menu when the icon > > i

Re: Disabling menu And Modal dialog boxes!

2005-03-23 Thread Iago Rubio
On Wed, 2005-03-23 at 14:34 +0530, APR Trainees wrote: > Hello, > > We're making an application using gnome 2.0 that adds an icon on the > statusbar.We've added a context menu to display the menu when the icon > is clicked using the right mouse button. > tride to do the follwoing in glade too but