Re: Re: Makefile for GTK2 programs?

2010-08-18 Thread american . communist . party
On Aug 18, 2010 1:57am, Chris Vine ch...@cvine.freeserve.co.uk wrote: You probably just need to install the ubuntu development package containing the gtk2 headers. apt-get install libgtk2.0-dev? And maybe libglib2.0-dev? ___ gtk-list mailing list

Re: RE: Doubts about creating a new widget

2010-07-12 Thread american . communist . party
On Jul 12, 2010 11:51am, Jeff Hallock jhall...@wbanda.com wrote: Hmmm…. I able to find one immediately by googling “gtk expander screenshot”. Who'da thought… I monitor this list because I know I'll eventually learn something new, I am far from complete in my knowledge of stuff. For giggles I

Re: RE: gtkcombobox with self internal code to the options

2010-06-24 Thread american . communist . party
Woah, Like a commandment. Although I understand the sentiment. On Jun 24, 2010 11:41am, Jeff Hallock jhall...@wbanda.com wrote: You shall RTFM and try it out yourself. -Original Message- From: gtk-list-boun...@gnome.org [mailto:gtk-list-boun...@gnome.org] On Behalf Of John

Re: Re[6]: Does GTK leak memory

2010-06-03 Thread american . communist . party
On Jun 2, 2010 8:58pm, Lothar Scholz llot...@web.de wrote: is really just another toy? Looks like you are a cool arrogant nerd who can't handle serious critics. You should congratulate to anyone who gives constructive ideas. Some of your responses had elements of constructiveness in

Re: Re: Re[6]: Does GTK leak memory

2010-06-03 Thread american . communist . party
BTW- One quick look in google for memory leak tools linux gnome took me to this page, the first of many links; http://live.gnome.org/MemoryReduction_2fTools ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Re[4]: Does GTK leak memory

2010-06-02 Thread american . communist . party
On Jun 2, 2010 1:36pm, Lothar Scholz llot...@web.de wrote: Maybe GTK is really just another toy? Interesting way to ask for help. Best regards, Indeed. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: How to use the funcitons for internal use?

2010-04-19 Thread american . communist . party
I may be totally out of it here but it sounds like you want to create a window that cuts out your window manager? If that's correct, I don't think you can do that and still have resizeable windows. Can't you simply set the window borders to a zero thickness or summat? On Apr 19, 2010

Re: Re: PYGTK.org site is down?

2009-11-09 Thread american . communist . party
Looks like the server's offline. On Nov 6, 2009 7:48am, Donny Viszneki donny.viszn...@gmail.com wrote: doen't work for me, either On Fri, Nov 6, 2009 at 10:21 AM, Daniel B. Thurman d...@cdkkt.com wrote: Just wondered if it is just me, but I cannot seem to be able to connect to

Re: Re: Why there's still ONE element left after g_slist_free () ?

2009-05-14 Thread american . communist . party
Its old hat to C programmers that you set any object to NULL when you're done with it, which returns the memory used to the heap. That's not necessary with languages that have garbage collection like Java, Python, etc. On May 13, 2009 3:56am, PenT pen...@gmail.com wrote: Thanks to Yeti,

Re: Re: Why there's still ONE element left after g_slist_free () ?

2009-05-14 Thread american . communist . party
You should quote the object of the comment ENTIRELY before commenting, shouldn't you? The actual comment by PenT does state as much: to assign NULL to it after g_slist_free ()... AFTER g_slist_free. I don't see that I was mutually exclusive in my reply. On May 14, 2009 11:51am, Chris Moller