Re: g_value_new Macro?

2004-08-29 Thread James Henstridge
On 27/08/04 10:56, Ryan McDougall wrote: I spotted where the docs say it must be zero init'd, but I can't see in the source *why* thats needed. I guess so you don't call init on a value that has already been init'd without calling reset first. Well, the code in g_value_init() is checking whether

Re: gtk_font_selection widget

2002-06-25 Thread James Henstridge
Satyajit wrote: >Owen Taylor wrote: > > > >>It's a system specific or system configuration problem; while you >>could file a bug in GTK+ to track the problem, it's unlikely that the >>GTK+ team will be able to do anything to fix it. >> >>(Note that if a font has: >> >> - No roman characters >>

Re: New release of GTK+ libraries (1.3.11)

2001-11-24 Thread James Henstridge
Owen Taylor wrote: > > * Note: The API is frozen at this point. No additional API changes * > * are anticipated before GTK+-2.0 is released. * >

Re: [pygtk] alt vs MOD1, MOD2, etc

2001-07-09 Thread James Henstridge
On Mon, 9 Jul 2001, Skip Montanaro wrote: > > I'm still fiddling around with interpreting keyboard input. I have this > little key reader script: [snip] > > which prints out the event's state and keyval, then a printable version of > them. Output looks like > > state (0, 65513) : < > Alt_L

Re: [pygtk] everything's black...

2001-07-03 Thread James Henstridge
On Tue, 3 Jul 2001, Skip Montanaro wrote: > > It's been a week or two since I actually ran any Gtk code. Now, this > following simple Python script displays nothing but black: > > import gtk > > def quit(*args): > print args > print args[0].get_name() > gtk.mainquit() >

Re: [pygtk] can I watch all signals being emitted?

2001-06-18 Thread James Henstridge
On Mon, 18 Jun 2001, Skip Montanaro wrote: > > For debugging and tutorial purposes, is it possible to easily see all signal > emissions (or all signal emissions by a particular object)? There are some debug flags for the GType system, but at the moment the gobject module hard codes this to 0 (no

Re: [pygtk] examples of gtk new tree/list widget stuff?

2001-04-25 Thread James Henstridge
On Wed, 25 Apr 2001 [EMAIL PROTECTED] wrote: > > Are there any readable examples of the new gtk tree/list stuff floating > around? The gtk/tests/testgtk.c files still uses the old stuff and the > various gtk/tests/testtree*.c files don't really qualify as "readable", > especially since I have no

Re: glibwww2 patches, gtk object

2001-02-04 Thread James Henstridge
On Fri, 2 Feb 2001, Bibek Sahu wrote: > > Howdy, all, > > I've made some changes to glibwww2, since I intend to use it in the > upcoming future. However, since I will be moving across the Atlantic on > Friday, I figured I'd get as much done as I could now and release that work > to every

Re: Memory problem

2000-09-14 Thread James Henstridge
On Thu, 14 Sep 2000, Antony Stace wrote: > > Hi Folks > > I have a function which is eating up lots of memory. The function is > listed below and is called every 1 second with the same > > GtkWidget *widget > > being passed to it each time. > What do I need to do to stop it eating up memory.