GtkEntry format

2006-11-28 Thread Anurag Chaudhary
Hi, I am porting an application's GUI from OS/2 presentation manager to GTK on linux. I have very specific requirement where I need a GtkEntry widget to display text as invisible character. But I need a space or - or any delimiter after every 4 characters. If I insert this delimiter manually i

Need to disable system menu

2006-12-08 Thread Anurag Chaudhary
I need to stop the popping up of the system menu that appears on right-clicking on the title bar. Any help?? Thanks Anurag _ Discover. Explore. Connect-Windows Live Spaces. Check out! http://www.msnspecials.in/windowslive/livespace

RE: GtkEntry format

2006-12-14 Thread Anurag Chaudhary
Any help on this: I want 12345678 to be displayed like From: "Anurag Chaudhary" <[EMAIL PROTECTED]> To: gtk-app-devel-list@gnome.org Subject: GtkEntry format Date: Wed, 29 Nov 2006 09:29:10 +0530 Hi, I am porting an application's GUI from OS/2 presentation man

GtkEntry text selection

2007-01-03 Thread Anurag Chaudhary
When I bring focus to a GtkEntry, all of its text gets selected by default. How can I disable this behaviour? I want the text to remain un-selected and cursor in the end. Thanks Anurag _ Tried the new MSN Messenger? ItÂ’s cool! Down

Re: GtkEntry text selection

2007-01-03 Thread Anurag Chaudhary
ject: Re: GtkEntry text selection >Date: Wed, 03 Jan 2007 13:06:17 -0800 > >You can use the "focus" signal to set the cursor position using >gtk_editable_set_position with a position of -1 to indicate the end of >the text. > >- Micah Carrick > http://www.micah

Re: GtkEntry text selection

2007-01-03 Thread Anurag Chaudhary
On Thu, Jan 04, 2007 at 10:31:15AM +0530, Anurag Chaudhary wrote: > The text should remain un-selected when focussed. gtk-entry-select-on-focus = 0 in gtkrc? Yeti -- http://physics.muni.cz/~yeti/pf2007.png ___ gtk-app-devel-list mailing list gtk-

Re: GtkEntry text selection

2007-01-04 Thread Anurag Chaudhary
NULL); Thanks Anurag From: "Anurag Chaudhary" <[EMAIL PROTECTED]> To: gtk-app-devel-list@gnome.org Subject: Re: GtkEntry text selection Date: Thu, 04 Jan 2007 12:53:54 +0530 This will change the behaviour for all the Gtkentry widgets system wide. Can something be done fo

Re: GtkEntry text selection

2007-01-04 Thread Anurag Chaudhary
Na, this also works the same way :( From: "Anurag Chaudhary" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], gtk-app-devel-list@gnome.org Subject: Re: GtkEntry text selection Date: Thu, 04 Jan 2007 14:13:37 +0530 Thanks for the help. I got idea from your solution and I found tha

memory leaks observed in gtk app.

2007-08-07 Thread Anurag Chaudhary
Hi, I am working on a gtk application which when used continuously exhibits memory leak. I have verified this by top output which shows continuous increase in memory used by it. After analysing the problem with valgrind, memprof and mpatrol, a couple of observations have been made: 1- program hea