Help on Glib and pango installations.

2003-09-04 Thread nkb
Hi. Beginner's question. I'm trying to install gtk2.2.3. I downloaded and installed glib-2.2.3. When installing pango-1.2.5, it reports an error that says Glib 2.1.3 or better is required. But I just installed successfully [without error] my glib 2.2.3! So, how do I check and confirm that my

Default font changed from gtk1.* to gtk2.*?

2003-09-04 Thread Sven Garbade
Hi all, I've just installed gtk 2.0 (on Debian testing) and recompiled an application I wrote with gtk 1.2. All went fine, except the fonts (in buttons, labels etc.) are extremly large and sometimes they don't fit into the widget. How can I change the default font used by a gtk 2.0 application?

gtkhtml2 on win32

2003-09-04 Thread Bernhard . Rumpler
Hi, Has anyone ever tried to build gtkhtml2 on MS Windows? thanks, Bernhard ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Help on Glib and pango installations.

2003-09-04 Thread Russell Shaw
nkb wrote: Hi. Beginner's question. I'm trying to install gtk2.2.3. I downloaded and installed glib-2.2.3. When installing pango-1.2.5, it reports an error that says Glib 2.1.3 or better is required. But I just installed successfully [without error] my glib 2.2.3! So, how do I check and confirm

Re: Help on Glib and pango installations.

2003-09-04 Thread nkb
Hi. I did what was shown below. But it doesnt seemt to help in anyway. I still get the same error. Is there something missing? Thanks. Russell Shaw wrote: locate *.pc|sort /usr/lib/pkgconfig/glib-2.0.pc /usr/lib/pkgconfig/glib.pc pkg-config --modversion glib-2.0 2.2.2 pkg-config

gtk+-2.2.2 and pango-1.2.5

2003-09-04 Thread xavier dumur
Hello, I compile pamgo statically and install it with no problem, but when i run gtk-demo in the bin directory of gtk+ which is dinamically compiled, I have an error about pango.modules, and this file contains no module definition, theses modules are in a directory of pango,

Re: gtk+-2.2.2 and pango-1.2.5

2003-09-04 Thread Melvin Hadasht
I compile pamgo statically and install it with no problem, but when i run gtk-demo in the bin directory of gtk+ which is dinamically compiled, I have an error about pango.modules, and this file contains no module definition, theses modules are in a directory of pango, lib/pango/1.2.0/modules

Re: gtk+-2.2.2 and pango-1.2.5

2003-09-04 Thread xavier dumur
--- Melvin Hadasht [EMAIL PROTECTED] a écrit : I compile pamgo statically and install it with no problem, but when i run gtk-demo in the bin directory of gtk+ which is dinamically compiled, I have an error about pango.modules, and this file contains no module definition, theses

Re: Re: gtk+-2.2.2 and pango-1.2.5

2003-09-04 Thread Melvin Hadasht
ok, I did this, but I have the same problem when running gtk-demo, the message is : ** (gtk-demo:9153): WARNING **: No builtin or dynamically loaded modules were found. Pango will not work correctly. This probably means there was an error in the creation of:

Re: XIM key interpretation fix for 2.2.x?

2003-09-04 Thread TOKUNAGA Hiroyuki
On Wed, 3 Sep 2003 20:43:35 -0700 Ken Deeter [EMAIL PROTECTED] wrote: 1. add active (this means while inputing) im context variable to each toplevel window From a application behaviour point of view (as opposed to the code's point of view) I think we want the im to steal events only

GTK+-2.2.4 released

2003-09-04 Thread Kristian Rietveld
GTK+-2.2.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.2/ gtk+-2.2.4.tar.bz2 md5sum: 605332199533e73bc6eec481fb4f1671 gtk+-2.2.4.tar.gz md5sum: b31ccf43feea5321049bd56d03c28386 This is a bug fix release and is source and binary compatible with previous releases

Re: XIM key interpretation fix for 2.2.x?

2003-09-04 Thread Takuro Ashie
Hi all. I'm also considering about this problem. I don't have complete solutions yet, but at least I agree with Tokunaga-san's opinion mostoly. At Fri, 5 Sep 2003 04:37:40 +0900, TOKUNAGA Hiroyuki wrote: I agree with you that IM want keystrokes only when inputting. So active im context

focused widget within an application

2003-09-04 Thread Cole Anstey
Could someone pleasehelp mein finding the way to get the currently focused widget within an application.I'm after the equivalent of GetFocus(...) in win32. Is the solutionto get all toplevel windows... gtk_window_list_toplevels(...) ...and then to iterate through then doing a...