moving message on a gtk dialog

2010-10-19 Thread James Morris
On 19 October 2010 11:01, Guruprasad Bhat wrote: > Hi all, > I was thinking of a application for showing moving message. In gtk is it > possible to do that? I want a small gtk dialog displaying moving message. > Can any one suggest in this regard. > *Regards,* > *  Guruprasad Bhat.* The simplest

moving message on a gtk dialog

2010-10-19 Thread Guruprasad Bhat
Hi all, I was thinking of a application for showing moving message. In gtk is it possible to do that? I want a small gtk dialog displaying moving message. Can any one suggest in this regard. *Regards,* * Guruprasad Bhat.* ___ gtk-app-devel-list mailing l

RE: Memory management in gtk

2010-10-19 Thread Vishak V. Kurup
Thank you jhon..i have checked using Valgrind and it is not showing any memory leaks. So I was checking the memory usage using "top". I will check using ur suggestion. Thank you verymuch. -Original Message- From: jcup...@gmail.com [mailto:jcup...@gmail.com] Sent: Tuesday, October 19, 20

Re: Memory management in gtk

2010-10-19 Thread jcupitt
On 19 October 2010 06:22, Vishak V. Kurup wrote: > I am having a small problem related to GTK. My application is having > around 15 windows.  When I start my application and check the memory > usage using "top" utility it shows around 19MB. When a new window is > created it may increase upto 22 MB