key release event

2002-11-26 Thread Marco Lettere
I' m creating a fullscreen popup on which I render an opengl screen. This popup is created upon a button press on the main application window which is a toplevel. I'm trying to catch keyboard strokes on the popup connetting to the signals "key-pressed" and "key-released" and I also grab the focus

Re: gtkfb and debian-installer

2002-11-26 Thread Michael Cardenas
On Mon, Nov 25, 2002 at 12:34:15PM +0100, Sven Neumann wrote: > Hi, > > Michael Cardenas <[EMAIL PROTECTED]> writes: > > > I am trying to make udebs of gtkfb for the debian-installer, because I > > have written a gtk frontend for d-i, which will require gtk, and the > > debian-installer team thin

Re: hate to bother again, gtk2 is causing errors that gtk1 didn't

2002-11-26 Thread Sven Neumann
Hi, Brandon McCombs <[EMAIL PROTECTED]> writes: > I'm still working on my lottery program. GTK2 doesn't seem to like > something that GTK1 had no problem with. > This code only works in GTK1.2.8 and is causing the errors below, along > with a segfault. > for (i=0; i<3; i++) >{ > pick3com

Re: key release event

2002-11-26 Thread Sven Neumann
Hi, Marco Lettere <[EMAIL PROTECTED]> writes: > I' m creating a fullscreen popup on which I render an opengl screen. This > popup is created upon a button press on the main application window which > is a toplevel. > I'm trying to catch keyboard strokes on the popup connetting to the > signals "

Re: gtkfb and debian-installer

2002-11-26 Thread Sven Neumann
Hi, Owen Taylor <[EMAIL PROTECTED]> writes: > Note that there is no actual requirement to use --with-included-modules=yes > with linux-fb, unless you need a standalone binary, which > you probably don't for your installer. I was assuming that he was trying to build a static binary in order to re

g_str_hash() problem

2002-11-26 Thread Brandon Corey
I'm having a problem while running a program named pan. It uses the entire gtk kit, and crashes while trying to read a null pointer in g_str_hash(). I'm running glib 2.0.6, atk 1.0.3, pango 1.0.4, and gtk 2.0.6. Here is the output from purify: Purify instrumented ./pan.pure (pid 17201)

Re: g_str_hash() problem

2002-11-26 Thread Owen Taylor
Brandon Corey <[EMAIL PROTECTED]> writes: > I'm having a problem while running a program named pan. It uses the > entire gtk kit, and crashes while trying to read a null pointer in > g_str_hash(). > > I'm running glib 2.0.6, atk 1.0.3, pango 1.0.4, and gtk 2.0.6. Here > is the output from puri

Re: g_str_hash() problem

2002-11-26 Thread Brandon Corey
Brandon Corey <[EMAIL PROTECTED]> writes: > I'm having a problem while running a program named pan. It uses the > entire gtk kit, and crashes while trying to read a null pointer in > g_str_hash(). > > I'm running glib 2.0.6, atk 1.0.3, pango 1.0.4, and gtk 2.0.6. Here > is the output from puri

Re: deprecated functions

2002-11-26 Thread Brandon McCombs
Owen Taylor wrote: > > Jeffrey Goddard <[EMAIL PROTECTED]> writes: > > > I was just looking at the docs for 2.0 and it stated that > > gtk_signal_connect is deprecated and should not be used in new > > code. However, I don't seem to be able to find a list of > > replacements for most of the thi