Re: drawing in a for-loop

2005-02-25 Thread Carlo Agrusti
Ian Strascina ha scritto lo scorso 24/02/2005 23:18: OK, this is probably the stupidest post ever, but I need help drawing in a for-loop within a callback function... I've done this before, but for some reason, I'm not getting expose events to refresh my GtkDrawingArea... My code looks like thi

GnomeCanvas

2005-02-25 Thread sinsedrix
Hi, I saw that now GnomeCanvas belongs to libgnomecanvas-2.0, and no longer to libgnomeui, so it's a bit more independant.. Does anyone know if this library is now portable and can be compiled on any OS that supports gtk+-2.0 as any set of gtkwidgets and gtkobjects ? Thanks in advance. --

CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Stephane Raimbault
Hi, I previously did a report about this problem (august 04). The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new check in gdk/x11/gdkwindow-x11.c -> gdk_window_set_icon() : g_return_if_fail (GDK_WINDOW_TYPE (window) != GDK_WINDOW_CHILD); Now this simple code shows a warning :

Trouble Compiling GLib 2.6.2 on Win98

2005-02-25 Thread Jeffery To
Hi, I'm trying to compile GLib 2.6.2, as a prelude to compiling GTK+, on Windows 98 (I know, not a very good idea), and I'm running into this error: if /bin/bash ../libtool --mode=compile gcc -mcpu=pentium3 -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DIS

Re: how to get transparent background with tint

2005-02-25 Thread Paul Davis
>What do I need to do to my .gtrc-2.0 file, if I want to get a background and/o >r >base, that is transparent, with some degree of tint, maybe? you don't. X servers and widget toolkits that support transparency are bleeding edge right now. --p ___ gtk-

Re: Trouble Compiling GLib 2.6.2 on Win98

2005-02-25 Thread Benjamin
Jeffery To wrote: Hi, I'm trying to compile GLib 2.6.2, as a prelude to compiling GTK+, on Windows 98 (I know, not a very good idea), and I'm running into this error: if /bin/bash ../libtool --mode=compile gcc -mcpu=pentium3 -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I.

Re: Newbie Question about installing GTK+-2.6

2005-02-25 Thread Antonio Gomes
> Is there a binary package for GTK+-2.6, how can I install it? What distro are you using ?! If SuSE or Debian, RH, or FC I'm sure there is GTK 2.4.x (and its dependencies) binaries available by its respectively FTP sites ... but I don't not if the 2.6.X banaries are available ... > Do I have t

Re: Newbie Question about installing GTK+-2.6

2005-02-25 Thread stian
> I was using root account, but I got "-bash: ./configure: Permission > denied", why could this happen? You have uncompressed it onto a partition that is mounted noexec. Or to a filesystem that doesn't have filemodes like fat. Or you are not the same user as uncompressed it (but it should not be

ATK installing problem

2005-02-25 Thread haimin
I have installed glib succesfully, and set the path PKG-CONFIG-PATH, then I began to install atk, the configure works fine, but I got the following error when I tried to install it. Can anybody help me? Thanks in advance   Making install in atkmake[1]: Entering directory `/space/haimin/inde

Pango Error...

2005-02-25 Thread Your Guardian Angel
I try to install PANGO for GTK, but get the error configure: WARNING: X development libraries not found checking for pkg-config... /usr/bin/pkg-config checking for fontconfig >= 1.0.1... Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory contain

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Antonio Gomes
Could you paste the warnning here !? Best Regards Antonio Gomes On Fri, 25 Feb 2005 11:32:15 +0100, Stephane Raimbault <[EMAIL PROTECTED]> wrote: > Hi, > > I previously did a report about this problem (august 04). > > The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new > check

Re: Pango Error...

2005-02-25 Thread Antonio Gomes
Hi ... type the command: pkg-config --modversion fontconfig what's it returns ?! What distro are you using !? What is the pango version you trying install !? Best Regards Antonio Gomes PS: Please, it's a gerenal comment: when anyone gets compile errors (configure, make, make install), explict

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Manish Singh
On Fri, 25 Feb 2005 11:32:15 +0100, Stephane Raimbault wrote: > Hi, > > I previously did a report about this problem (august 04). > > The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new > check in gdk/x11/gdkwindow-x11.c -> gdk_window_set_icon() : > > g_return_if_fail (GDK_WINDOW

context menu when right clicking on a TreeViewColumn header

2005-02-25 Thread Lorenzo Gil Sanchez
Hi, I wonder how can I detect right click mouse button events on the header of a TreeView so I can display a context popup menu (like Evolution does). Button events on the rest of the TreeView are ok, it just I don't get them when clicking on the button headers. Regards Lorenzo Gil Sanchez ___

got it...

2005-02-25 Thread Your Guardian Angel
Thanks for the Help, but i got it up... I failed to read deeper and the GTK compile reason was PAngo was 1.6.0 and it needed 1.7.0, so i'm updating and it works. Thanks for the Help -- In three words I can sum up all i have learned about life, "It Goes On". -Robert Frost

Re: GnomeCanvas

2005-02-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: > I saw that now GnomeCanvas belongs to libgnomecanvas-2.0, > and no longer to libgnomeui, so it's a bit more independant.. > Does anyone know if this library is now portable and can be > compiled on any OS that supports gtk+