RE: Loading application specific fonts

2008-11-06 Thread Shepherd, Jason F
Okay. Thank you for your help... Jason -Original Message- From: Behdad Esfahbod [mailto:[EMAIL PROTECTED] On Behalf Of Behdad Esfahbod Sent: Wednesday, November 05, 2008 2:49 PM To: Shepherd, Jason F Cc: gtk-app-devel-list@gnome.org Subject: Re: Loading application specific

pangowin32 .la - .lib

2008-11-06 Thread Ian Puleston
Hi, I'm trying to build the win32 version of pango so that I can run it with debug messages turned out to try to help track down a problem. I ran configure and make, and with a little hacking got the make to complete without errors (building in under msys). However what it has generated is:

Re: pangowin32 .la - .lib

2008-11-06 Thread Luiz Rafael Culik Guimaraes
Hi when you run the configure script , did you add --enable-static ? Regards Luiz - Original Message - From: Ian Puleston [EMAIL PROTECTED] To: gtk-list@gnome.org Sent: Wednesday, November 05, 2008 7:39 PM Subject: pangowin32 .la - .lib Hi, I'm trying to build the win32 version of

Re: pangowin32 .la - .lib

2008-11-06 Thread Tor Lillqvist
when you run the configure script , did you add --enable-static ? The .lib files in question here are not static libraries, but import libraries. Building any of the libraries in the GTK+ stack as static libraries is not really supported for Windows. --tml

Re: How to install GTK in linux

2008-11-06 Thread Michael Torrie
Ian Puleston wrote: Hi, What am I doing wrong here? I'm trying to install the latest GTK/GLIB on a Linux Fedora 9 system that currently has GTK 2.12 and GLIB 2.16, which are the versions yum installs. I downloaded the gtk 2.14 and glib 2.18 .tar.gz packages, unpacked them and ran

GtkComboBox problem

2008-11-06 Thread Ian Puleston
Hi again, I've just noticed another problem after upgrading to GTK 2.14.4. This one is with GtkComboBox and happens on both Windows and Linux. It doesn't happen with GTK 2.12.12. I have a combo box to which I add about 150 entries, and I see that the look of the combo box has changed between

Re: GtkComboBox problem

2008-11-06 Thread Carlos Pereira
I use ubuntu 7.10 (dont know gnome version, sorry), and allways see this behavior, when I use brasero. http://www.carlao2006.xpg.com.br/imagens/brasero.png Allways thought as a normal behaviour. Best regards, Carlos On Thu, Nov 6, 2008 at 9:15 PM, Ian Puleston [EMAIL PROTECTED]wrote: Hi

Fwd: GtkComboBox problem

2008-11-06 Thread Diego Jacobi
I had the same problem on ubuntu, but i dont have it now on debian lenny. 2008/11/6 Carlos Pereira [EMAIL PROTECTED]: I use ubuntu 7.10 (dont know gnome version, sorry), and allways see this behavior, when I use brasero. http://www.carlao2006.xpg.com.br/imagens/brasero.png Also your image

RE: GtkComboBox problem

2008-11-06 Thread Ian Puleston
-Original Message- From: Diego Jacobi Sent: Thursday, November 06, 2008 6:21 PM Allways thought as a normal behaviour. If it is annoying it is a bug. :P The fact that the blank space vanishes and it displays as one would expect after scrolling down and back up would indicate

get process pid from xwindow id with Gnome2::Wnck

2008-11-06 Thread zentara
Hi, I'm trying to work out a scheme, of being able to click on an xwindow, and get the pid of the process. My first thoughts were to try and use Gnome2::Wnck. It has a method $window-get_pid, but the tricky part is getting the window identified by clicking it with a mouse. Before I start

Re: get process pid from xwindow id with Gnome2::Wnck

2008-11-06 Thread Mario Kemper
Hi zentara, i am doing exactly what you want to do in my little Project GScrot - Screenshot Tool (https://launchpad.net/gscrot) . Maybe you want to have a look at the code: http://bazaar.launchpad.net/~mario-kemper/gscrot/devel/annotate/243?file_id=gscrot-20080901014936-h6hz6il8xlqwo9t5-1 Sub