Re: Arabic on win32

2007-03-07 Thread Fredrik Corneliusson
Thanks, I just did a quick test with the installer from gimp-win instead and it works! (http://gimp-win.sourceforge.net/) It's probably a Glade win32 build problem, but I have no clue what it is. Thanks Fredrik On 3/7/07, Tor Lillqvist <[EMAIL PROTECTED]> wrote: Fredrik Corneliusson writes: >

Re: Arabic on win32

2007-03-07 Thread Tor Lillqvist
Tor Lillqvist writes: > Do the gladewin32 people build Pango themselves without Uniscribe > support? That indeed is the case. Oh well, using Uniscribe is optional in Pango, so it's not entirely wrong, I guess. But there should be a warning about this on the gladewin32 site IMHO. Maybe I should

Re: Arabic on win32

2007-03-07 Thread Tor Lillqvist
Fredrik Corneliusson writes: > I got a problem with displaying Arabic text correctly on Win32 (Glade > Win32 runtime 2.10). There is no such problem with the binaries from ftp.gtk.org. Do the gladewin32 people build Pango themselves without Uniscribe support? Or do you use some font with broken

Re: How to show the same widget in several containers

2007-03-07 Thread Juan Antonio Alvarez
On 3/7/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > On Wed, Mar 07, 2007 at 12:21:33PM -0300, Juan Antonio Alvarez wrote: > > I'm building an application where I show some plots using gtk-extra > > > > I'd like to show the same plots on four different viewports, so the > > user can scroll to

GLib 2.12.10 released

2007-03-07 Thread Matthias Clasen
GLib 2.12.10 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.12/ http://download.gnome.org/sources/glib/2.12/ glib-2.12.10.tar.bz2 md5sum: 82d44a53690b0eff8f7a5dc65e592f61 glib-2.12.10.tar.gzmd5sum: 6bbf2372fa4b4e32015d6c31208e18e6 This is a bug fix release in the 2.12 ser

Re: How to show the same widget in several containers

2007-03-07 Thread Yeti
On Wed, Mar 07, 2007 at 12:21:33PM -0300, Juan Antonio Alvarez wrote: > I'm building an application where I show some plots using gtk-extra > > I'd like to show the same plots on four different viewports, so the > user can scroll to the plots he's interested in, and see them > simultaneously. > >

Re: How to show the same widget in several containers

2007-03-07 Thread Magnus Myrefors
onsdagen den 7 mars 2007 17.26 skrev Tristan Van Berkom: Hi, Have you called gtk_widget_show(widget(with picture)) ? /Magnus > On Wed, 2007-03-07 at 13:21 -0300, Juan Antonio Alvarez wrote: > [...] > > > The thing is that I don't know how to get a picture out of my > > widget... Is there any fu

Re: How to show the same widget in several containers

2007-03-07 Thread Tristan Van Berkom
On Wed, 2007-03-07 at 13:21 -0300, Juan Antonio Alvarez wrote: [...] > The thing is that I don't know how to get a picture out of my > widget... Is there any function that allow me to do this? or it should > be implemented in the specific widget? My assumptions are, if your widget has a picture, y

Re: How to show the same widget in several containers

2007-03-07 Thread Juan Antonio Alvarez
Richard, thanks for the reply, maybe I wasn't so clear, or I'm not fully understanding your sugestion. On 3/7/07, Richard Boaz <[EMAIL PROTECTED]> wrote: > Hi, > > Gtk+ explicitly disallows child widgets being parented more than > once, for good reason. > > Make four individual display widgets, an

Re: How to show the same widget in several containers

2007-03-07 Thread Richard Boaz
Hi, Gtk+ explicitly disallows child widgets being parented more than once, for good reason. Make four individual display widgets, and make one pixmap/pixbuf/ whatever to contain the picture. When you make your picture, explicitly draw it to each of your display widgets; there is nothing w

How to show the same widget in several containers

2007-03-07 Thread Juan Antonio Alvarez
Hi, I'm building an application where I show some plots using gtk-extra I'd like to show the same plots on four different viewports, so the user can scroll to the plots he's interested in, and see them simultaneously. It really doesn't have to be the same widget, maybe just a pixbuf of the first