Re: gtk2 win32 and default font

2003-07-02 Thread Kiyoshi TAKAHASHI
That's strange because when I use this, the font is not changed and I have the error message: assertion GDK_IS_COLORMAP(colormap) failed. Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions proposed :( Kiyoshi - Original Message - From: Jiri

Re: gtk2 win32 and default font

2003-07-02 Thread Kiyoshi TAKAHASHI
I can't see any modification in the font... Could you send me a little program which use a different font (just a hello world program will be ok)? Kiyoshi - Original Message - From: Jiri Pavlovsky [EMAIL PROTECTED] To: Kiyoshi TAKAHASHI [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

Re: gtk2 win32 and default font

2003-07-02 Thread Sven Neumann
Hi, Kiyoshi TAKAHASHI [EMAIL PROTECTED] writes: That's strange because when I use this, the font is not changed and I have the error message: assertion GDK_IS_COLORMAP(colormap) failed. Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions

Re: gtk2 win32 and default font

2003-07-02 Thread Olaf Frczyk
On Wed, 2003-07-02 at 11:56, Sven Neumann wrote: Hi, Kiyoshi TAKAHASHI [EMAIL PROTECTED] writes: That's strange because when I use this, the font is not changed and I have the error message: assertion GDK_IS_COLORMAP(colormap) failed. Up to now, I still wasn't able to change the

gtk 2.2 for Windows with mingw32 hosted under Linux

2003-07-02 Thread Andreas Kostyrka
Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Andreas signature.asc Description: This is a digitally signed message part

Re: gtk 2.2 for Windows with mingw32 hosted under Linux

2003-07-02 Thread J. Ali Harlow
On 2003.07.02 15:20 Andreas Kostyrka wrote: Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Yes. I do this. I started top-down (ie., with Gtk+) using Tor's binaries for the low level

TreeView Selections - Multiple signals

2003-07-02 Thread Mark Howard
Hi, Whenever I select anything for the first time in a treeview (either by clicking on it or using gtk_tree_selection_select_iter, the changed signal is always called twice - once for the first item in the treeview and then again for the item I wanted selected. How do I stop the first of these?

Re: gtk2 win32 and default font

2003-07-02 Thread Jiri Pavlovsky
On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: - Original Message - From: Jiri Pavlovsky [EMAIL PROTECTED] To: Rastatter, Ken (OH32) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 12:41 AM Subject: Re: gtk2 win32 and default font On Tuesday 01 July

Re: gtk2 win32 and default font

2003-07-02 Thread Jiri Pavlovsky
I found the following to work too: - PangoFontDescription *pdf; GtkStyle *style; . . . style = gtk_style_new(); pdf = pango_font_description_from_string(Sans 9); style-font_desc = pdf; gtk_style_attach(style,

Re: problems with glibc -- please help

2003-07-02 Thread Joëlle Nakhlé
This is the config.log file after i do ./configure for pango-1.2.3: //- This file contains any messages produced by compilers while running configure, to aid debugging if configure

Re: gtk 2.2 for Windows with mingw32 hosted under Linux

2003-07-02 Thread Andreas Kostyrka
On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: On 2003.07.02 15:20 Andreas Kostyrka wrote: Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Yes. I do this. I started top-down (ie.,

Re: problems with glibc -- please help

2003-07-02 Thread Valdis . Kletnieks
On Wed, 02 Jul 2003 18:27:51 -, =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= [EMAIL PROTECTED] said: This is the config.log file after i do ./configure for pango-1.2.3: configure:20272: checking for pkg-config configure:20303: result: /usr/bin/pkg-config configure:20326: checking for GLIB -

C++ x GTK, where can i find good material?

2003-07-02 Thread Vinicius M. Romao
Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. Vinicius -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o

Re: C++ x GTK, where can i find good material?

2003-07-02 Thread Peter Gasper
I'm not exactly sure what your getting at but you could start at www.gtkmm.org, they've had lots of experience with that sort of thing. On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: Hello Friends, Somebody know where can I find a good material talking about interface

Re: C++ x GTK, where can i find good material?

2003-07-02 Thread Michael L Torrie
On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. see http://www.gtk.org and look for bindings. the 2 main bindings are GTKMM (or gtk--) at

GtkCellRenderer

2003-07-02 Thread Tudor Vinereanu
Hi All, I've been searching through the archives of the list, but I couldn't find an appropriate answer... Are there any other GtkCellRenderers planned for the next GTK version (2.4, or maybe 2.6)? I find TreeView great, but I'd like to use other cell renderers as well (for example

Re: Better accelerator keys support

2003-07-02 Thread edscott wilson garcia
El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: Hi, I am not sure if this is acutally a GTK+ or Gnome thing, but there's is really one thing with keyboard accelerators which could be massively improved. In GTK+, if you have a button Test (sorry, i am/was only a windows