Re: Destroying widgets properly

2004-01-19 Thread The Surprises
I think I solved the problem, and it turned out to have nothing to do with GTK. I had static vars set up to cache the current canvas pointer. This was hanging around and causing the crash. Everything seems to be working fine now. On Sun, Jan 18, 2004 at 07:54:47PM +, Graham Swallow

Preventing size_allocate event from label widget?

2004-01-19 Thread The Surprises
I have a label packed into a Frame, which is packed into a table. It is a counter that tracks the mouse movement. Whenever the label changes, it causes a size_allocate event on the entire table (which subsequently refreshes my draw routines). Is there any way to prevent it from causing a

Create Makefile

2004-01-19 Thread Manoj tr
Hai How to create Makefile.am , Makefile and Makefile.in for a group of source programs in c Manoj -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by

Re: Create Makefile

2004-01-19 Thread Tristan Van Berkom
Manoj tr wrote: Hai How to create Makefile.am , Makefile and Makefile.in for a group of source programs in c You'll find it all here: http://www.gnu.org/manual/manual.html Cheers, -Tristan ___ gtk-list mailing list [EMAIL

RE: Destroying widgets properly

2004-01-19 Thread Murray . Cumming
Because you mentioned C++, I should mention that memory mangement is IMHO easier and more C++-like with gtkmm. Murray Cumming www.murrayc.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of The Surprises Sent: Montag, 19. Januar

Re: Create Makefile

2004-01-19 Thread Keith Sharp
On Mon, 2004-01-19 at 14:10, Manoj tr wrote: Hai How to create Makefile.am , Makefile and Makefile.in for a group of source programs in c Have a look at this tutorial: http://bo.majewski.name/bluear/gnu/GTK/plain/index.htm Keith. ___ gtk-list

Re: problems with glib installation

2004-01-19 Thread Chad A Daelhousen
At Mon, Jan 19, 2004 at 02:15:35PM -0800, Jeff Heath wrote: I'm trying to install gnome. Discovered that I needed to update gtk, then discovered that I need to update glib, and install pango and atk. First and foremost, read the installation guide if you haven't already:

GIOChannel

2004-01-19 Thread Harring Figueiredo
Folks, I am creating a GIOChannel, and I get the error: [Invalid UTF-8] üôÿ¿ How can I set up so that it does not fail. (Thanks -- se code below) NOTE: I don't even have a chance to write to it. socketfd = socket(PF_INET, SOCK_STREAM, 0); if(socketfd = 0 ){ *err =