GTK: how to compile a project with a GTK embedded widget ???

2004-04-30 Thread jan . leynen
Hi, we are 2 students and we have to make a project. Can you give us some information please how we can compile a gtk project with a gtkmozembed widget in it??? We are trying to compile it with the g++ or gcc compiler ?? Can you please give us information how to do this,it's quite important for

New widgets and Glade

2004-04-30 Thread Diego Zuccato
Hello all. Just a quick question: is it possible to use Glade2 when new widgets (from 2.4) are needed? Tks, Diego. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Hello and Help Pleaseeeee :)

2004-04-30 Thread John Cupitt
Hi, NunO fELICIO wrote: But my problem is that the windows only appear as the program execution reach gtk_main :( i want just to do like this start: show_splash_window(); wait_5_seconds(); while(NO_KEY) show_inactive_window(); // window that show some thing like (Please press any key )

(no subject)

2004-04-30 Thread mj
hi when I start for example gedit I get this error. $ gedit gedit: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_threads_lock with google I found a tip to upgrade to 2.4 but after upgrade I get the same error. I also upgraded pango, atk, glib

Unable to Compile GTK 2.4.0 on Linux-AIX-HP-SUN-IRIX

2004-04-30 Thread Vincent Jamart
We try to validate GTK 2.4 on all our platforms before deciding to use it as the interface library for our program. I'm not a GTK developer. I downloaded the source of GTK+ 2.4.0 and its dependancies in order to compile it on: -Linux 2.4.21 with gcc-3.3.1 -IBM AIX 5.1 ML4 with VisualAge C++ 6.0

GTK+ Mac OS X port

2004-04-30 Thread Victor
Hi all, I am looking for a GTK+ port for Mac OS X. I've seen two projects: GTK+OSX and Gtk-Quartz. What I've understand is: - GTK+OSX is based on GTK+ version 1.2 or something. So I suppose this is not a GDK port. I uses Carbon, which is quite slow, since it was designed to port old Mac OS 9

GLib-2.4.1 released

2004-04-30 Thread Matthias Clasen
GLib-2.4.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ glib-2.4.1.tar.bz2 md5sum: 5cbc9249ae27eaf7c0ab4770302f54d8 glib-2.4.1.tar.gzmd5sum: e555c7cb185e704ca455a2cdee884993 GLib is the low-level core library that forms the basis for projects such as GTK+ and

GTK+-2.4.1 released

2004-04-30 Thread Matthias Clasen
GTK+-2.4.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ This is a bug fix release and is source and binary compatible with 2.4.0. There are a considerable number of fixes in this release as compared to 2.4.0, especially in the areas of GtkFileChooser, GtkComboBox and

treeview and left hand mouse

2004-04-30 Thread edscott wilson garcia
Is there any way to swap mouse buttons 1 and 3 for left hand people within a gtk2 app? In particular I'm looking to be able to expand/collapse treeview nodes without messing with the private gtk stuff used to determine if the click occurred on the expander symbol. TIA, Edscott Wilson Garcia