Previous focus

2006-10-26 Thread Tetim
How to focus widget previous, using the sign key_press_event?For the key tab, I am using:if( event->keyval == GDK_Tab) {    return FALSE;}And shift+tab?Thanks Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!

Error compiling glib glib-2.12.4 under cygwin 1.5.21

2006-10-26 Thread gnome . org
I downloaded the glib sources from the following URL: ftp://ftp.gtk.org/pub/glib/2.12/glib-2.12.4.tar.bz2 After extracting the source, I am able to run ./configure with no errors, however when I run make, I get the following error(s): gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\

Re: Memory Usage

2006-10-26 Thread Michael Natterer
On Thu, 2006-10-26 at 02:38 -0700, Andre Messerschmidt wrote: > David Neèas (Yeti) <[EMAIL PROTECTED]> wrote: > I doubt creation and desctruction of windows can be done > safely in a signal handler while Gtk+ main loop is running > and the program can be anywhere in Gtk+ cod

Re: Memory Usage

2006-10-26 Thread Andre Messerschmidt
David Neèas (Yeti) <[EMAIL PROTECTED]> wrote:I doubt creation and desctruction of windows can be donesafely in a signal handler while Gtk+ main loop is runningand the program can be anywhere in Gtk+ code at the time itis delivered.I changed my code to destroy the window by using g_signal_emit_by_na