Re: .. gdk_open_display_foreign()

2003-11-18 Thread Paul Davis
is there any chance that we could get a tiny modification made to gdk so that it would support an X Display opened outside of gdk? i've already written the code, and it involves a totally insignificant modification to gdk_open_display() in gdkdisplay-x11.c. rather than call XOpenDisplay(), we just

problem in running gtk+2.2.4 applns for frame buffer

2003-11-18 Thread bheemesh
Hi , I am having problem in running any gtk+2.2.4 related application programs which are frame buffer enabled. Currently i am working with RedHat linux 7.2, linux-2.4.7-10. I have installed gtk+2.2.4, with all it's necessary dependencies comprising pkg-config-0.14.0, glib-2.2.3, atk-1.2.4,

dialog from within a thread

2003-11-18 Thread Peter Van Osta
Hi, I would like to do a gnome_dialog_run_and_close( GNOME_DIALOG( gnome_ok_dialog( TEXT ) ) ) from within a thread created detached ( pthread_attr_setdetachstate( thread_attr, PTHREAD_CREATE_DETACHED ) ). But this does not seem possible as I get an error that only 1 main can exist ? The

Colormap and drawing_area widget

2003-11-18 Thread Luc . Maurette
Hi everybody, I have a little pb with gtk_drawing_area. I read tutorial and API documentation but i don't find the answer : why i obtain this error message when using the code below ? *Code* GtkWidget *ZoneDessin; GdkColormap *colormap; ZoneDessin =

Re: Colormap and drawing_area widget

2003-11-18 Thread Mathieu Lacage
On Tue, 2003-11-18 at 11:14, [EMAIL PROTECTED] wrote: Hi everybody, I have a little pb with gtk_drawing_area. I read tutorial and API documentation but i don't find the answer : why i obtain this error message when using the code below ? because the window field of the GtkWidget is valid only

problem in running gtk+2.2 appln for frame buffer

2003-11-18 Thread bheemesh
Hi , I am having problem in running any gtk+2.2.4 related application programs which are frame buffer enabled. Currently i am working with RedHat linux 7.2, linux-2.4.7-10. I have installed gtk+2.2.4, with all it's necessary dependencies comprising pkg-config-0.14.0, glib-2.2.3, atk-1.2.4,

Re: problem in running gtk+2.2 appln for frame buffer

2003-11-18 Thread Sven Neumann
Hi, bheemesh [EMAIL PROTECTED] writes: I am having problem in running any gtk+2.2.4 related application programs which are frame buffer enabled. All though the installation with all the dependencies necessary packages went on fine, whenever i try to run even a simple demp helloworld

uninstall

2003-11-18 Thread root
i have installed gkt+ 2.x.x but my aplication need only 1.x.x so how to uninstall gtk+ 2.x.x ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK Install Problem (..Xft backend is required)

2003-11-18 Thread Tim Johnson
More problems with contingencies here. :-) When running configure for gtk+-2.3.0 (on RH 9.0): I get the following config error message Pango 1.2.0 and Xft backend is required for x11 target Pange 1.2.5 is installed. Below is snipped from pango.pc

Re: GtkTreeView alignment

2003-11-18 Thread Andrej Prsa
Hi! See http://mail.gnome.org/archives/gtk-list/2003-October/thread.html I am following this list closely and I was aware of your discussion about aligning *text* cells. However, I was wondering if there is generic way to align whatever contents of the cell, e.g. toggle-buttons and pixbufs.

glib-2.2.3 install on FreeBSD

2003-11-18 Thread Peter kryszkiewicz
I'm trying to install Gtkmm and get this error when running .configure in /usr.local/glib-2.2.3 checking for iconv_open... no checking for libiconv_open in -liconv... no checking for iconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv

Re: glib-2.2.3 install on FreeBSD

2003-11-18 Thread Valdis . Kletnieks
On Tue, 18 Nov 2003 13:42:33 PST, Peter kryszkiewicz [EMAIL PROTECTED] said: I'm trying to install Gtkmm and get this error when running .configure in /usr.local/glib-2.2.3 checking for iconv_open... no checking for libiconv_open in -liconv... no checking for iconv_open in

Re: GTK Install Problem (..Xft backend is required)

2003-11-18 Thread Sven Neumann
Hi, Tim Johnson [EMAIL PROTECTED] writes: More problems with contingencies here. :-) When running configure for gtk+-2.3.0 (on RH 9.0): I get the following config error message Pango 1.2.0 and Xft backend is required for x11 target Pange 1.2.5 is installed. Below is snipped from

Re: glib-2.2.3 install on FreeBSD

2003-11-18 Thread Sven Neumann
Hi, Peter kryszkiewicz [EMAIL PROTECTED] writes: libiconv is installed in a standard location: /modules/libiconv.ko /usr/local/lib/libiconv.a /usr/local/lib/libiconv.la /usr/local/lib/libiconv.so /usr/local/lib/libiconv.so.3 /usr/local/lib/libiconv.so.4 That isn't exactly a standard

Re: GTK Install Problem (..Xft backend is required)

2003-11-18 Thread Tim Johnson
* Sven Neumann [EMAIL PROTECTED] [031118 12:33]: Thanks Sven -- I'm a little less confused now, however: I'm afraid that I will need some more information. The pango README makes numerous to references to Xftp but: * Sven Neumann [EMAIL PROTECTED] [031118 12:33]: you will have to make

Re: GTK Install Problem (..Xft backend is required)

2003-11-18 Thread Sven Neumann
Hi, Tim Johnson [EMAIL PROTECTED] writes: there is no explicit information on _how to_ compile Xft with pango. Because there is no explicit information since it works automatically if your build environment is correctly setup. Make sure that xft.pc is in your PKG_CONFIG_PATH. configure

Re: glib-2.2.3 install on FreeBSD

2003-11-18 Thread Peter kryszkiewicz
On 18 Nov 2003 22:20:26 +0100, Sven Neumann [EMAIL PROTECTED] wrote: Hi, Peter kryszkiewicz [EMAIL PROTECTED] writes: libiconv is installed in a standard location: /modules/libiconv.ko /usr/local/lib/libiconv.a /usr/local/lib/libiconv.la /usr/local/lib/libiconv.so /usr/local/lib/libiconv.so.3

Re: GTK Install Problem (..Xft backend is required)

2003-11-18 Thread Tim Johnson
* Sven Neumann [EMAIL PROTECTED] [031118 15:12]: Hi, Tim Johnson [EMAIL PROTECTED] writes: there is no explicit information on _how to_ compile Xft with pango. Because there is no explicit information since it works automatically if your build environment is correctly setup. Make