GTK_IS_WIDGET Errors

2003-02-26 Thread David Swiston
! =) Also I get spuratic similar errors for other windows once created through user interaction. Thanks guys, David Swiston __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com

Re: GTK_IS_WIDGET Errors

2003-02-26 Thread David Swiston
/gtk1.2.10, glib1.2.10, and gcc 3.2.1. If ANYONE has some suggestions please let me know. If you need any more info about my system also ask. Thanks guys! David Swiston --- David Swiston [EMAIL PROTECTED] wrote: Hello all. I recently got an itch to update GCC from 2.9.5 to 3.2.2. In doing so I

Clist Titles - Pixmaps

2002-10-16 Thread David Swiston
Alright, so I have stuck a widget (pixmap)into my title, but it still has the annoying button background. How do I get rid of that, is therefunction where I cangive the Clist title shadow a property, say likeGTK_SHADOW_NONE as you can w/labels and buttons? I basically want to make a slick

GdkEvenButton - spacebar?

2002-09-12 Thread David Swiston
Hi guys. I've ran into a quirk in a program of mine where I have a double click callback for a clist. The double click works fine, however, if I tab and select an item in the list with the spacebar I get a seg fault. For some reason, the spacebar is seen as some type of mouse click, however, when