Re: GLib and Gtk+ branched for 2.15.0

2007-11-21 Thread Renato Araujo
://www.emmanuelebassi.net B: http://log.emmanuelebassi.net ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Renato Araujo Oliveira Filho Instituto Nokia de Tecnologia - INdT

Status about Offscreen windows and window redirection

2007-10-18 Thread Renato Araujo
Hi guys, I would like to know information about bug 318807[1]. Does anybody know why that patch wasn't applied yet? Have any problems with the patch? BR Renato [1]http://bugzilla.gnome.org/show_bug.cgi?id=318807 -- Renato Araujo Oliveira Filho Instituto Nokia de Tecnologia - INdT

operator overload

2005-05-18 Thread Renato Araujo
Hi, How to make the operator overload in gtk? Ex: X is a class Y whit 2 operators overload (GTK_BUTTON and GTK_LABEL) if (GTK_BUTTON(x)) return the gtk_button; if (GTK_LABEL(x)) return the gtk_label; ___ gtk-list mailing list gtk-list@gnome.org

gtkwidget grab focus

2005-05-16 Thread Renato Araujo
Hi, I need make the widget grab focus on click. I add event GDK_FOCUS_CHANGE_MASK on widget and set property can-focus to TRUE, but not work. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

problems with threads

2005-03-23 Thread Renato Araujo
Hi guys, I have a big problem, I create a aplication with gtkmm (C++) and the aplication start various threads and this threads interact with gtk and change the screen, but sometimes the aplication crash? what it is happening? Renato ___ gtk-list

application freeze in messagebox

2005-01-05 Thread Renato Araujo
Hi, I create a multithread application using Glib signal. When a signal is received, i create a modal GTK messagebox and whait for a user choice, but my application freeze and no display messagebox. what is happenning? ___ gtk-list mailing list

Re: pkg-config problem

2005-01-03 Thread Renato Araujo
hi, Verify if you have the file gdk-x11-2.0.pc in your directory /usr/lib/pkg-config or /usr/local/lib/pkg-config. If no have, try install gtk devel version package. Renato Araujo Brasileiro, forgive me for my english On Mon, 3 Jan 2005 16:39:41 +0100 (MET), garvin riensche [EMAIL

compile gnome CVS

2004-12-21 Thread Renato Araujo
hello, I have a problem while compiling gnome from cvs, the function g_return_if_fail_warning and g_assert_warning is not implemented in glib. How to solve this problem? ___ gtk-list mailing list gtk-list@gnome.org