Setting up gtk+ 2.0 on win32

2003-01-08 Thread Hammamur Rahman
Hi! Could someone please help me setup gtk+ on win32. I have read some instruction from previously posted questions of similar nature and have also tried to follow the instructions on the gtk+ site but I still can't get it setup. I've done the initial step which is to download the zip files

Cant compile GTK on RedHat-8.0.

2003-01-08 Thread Somsak RAKTHAI
Dear sir, I used RedHat-8.0 and gtk+-2.2.0. When I used command ./configure, it has messages below. checking for pkg-config... /usr/local/bin/pkg-config checking for glib-2.0 = 2.1.4 atk = 1.0.1 pango = 1.0.1... Package atk was no t found in the pkg-config search path. Perhaps you should add

Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
Hi, I have the following problem: If I set a Button (, CheckButton, OptionMenu, ...) to insensitive, the corresponding label will show its text with a white shadow. How can I change this behaviour? I already managed to change the text, change the color, but the shadow remains. Any ideas? TIA,

Re: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Sven Neumann
Hi, Kuth, Joachim Dr. [EMAIL PROTECTED] writes: I have the following problem: If I set a Button (, CheckButton, OptionMenu, ...) to insensitive, the corresponding label will show its text with a white shadow. How can I change this behaviour? why do you want to change it? It's the way GTK+

Re: Newbie Question: How to capture motion_notify_event in tables?

2003-01-08 Thread Paul Davis
why do you need a container? I need to add other widgets as well in the table. you need to use the GnomeCanvas (which in GTK+2 is independent of the rest of GNOME; it uses only the same GNOME libraries as GTK+ itself). --p ___ gtk-list mailing list

Re: Problems with fast timeouts

2003-01-08 Thread Krzysztof Dubowik
[ i am assuming that you are working on linux, which might be a big assumption. if not, then ignore all that i write here. ] you're using a multitasking, multiuser operating system with a scheduling granularity of 10ms. the kernel will to honor the 5ms request but will fail to

how to control drawing area?

2003-01-08 Thread Ana GUTIERREZ PASCUAL
Hi, I'm new in gtk. And after I make the differents drawing area, now how can I control them, with the mouse. thanks in advance. ana. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GtkOptionMenu

2003-01-08 Thread Matthew Metnetsky
I was wondering if someone could give me an example of an option menu's signal that is called when the user selects a new option from the list. I have the option menu loaded and viewing correctly, but when I try using the changed signal I get the following error: Gtk-WARNING **:

AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
why do you want to change it? It's the way GTK+ (or actually the theme you are using) shows that the label belongs to an insensitive widget. You shouldn't change this on the application level. If you personally would like a different look for insensitive labels, use a different theme. a. I

RE: Problems with fast timeouts

2003-01-08 Thread Torti, Richard A
You will not be able to guarantee 5ms intervals without patching the kernel in some manner. The exception, I believe, is Red Hat 8.0, which runs the kernel at 512 Hz (??? I think this is true, someone correct me if I'm wrong.). I think future versions of the kernel are supposed to run at 1kHz,

Re: Problems with fast timeouts

2003-01-08 Thread Paul Davis
I am poting my application from Windows MFC (where is does happily 5ms timeout s) to Linux. I would rather have my application to run on a standard kernel, s o what's the solution? Where do I learn about realtime scheduling? well, the standard kernel is about to move to HZ=1000 (2.5 changed this,

Re: Problems with fast timeouts

2003-01-08 Thread Guido Draheim
Krzysztof Dubowik schrieb: Hi, I wanted my timeout function to be called 200 times per second. Another words, my timeout function to be called every 5 miliseconds. why? what's the actual problem behind it? ___ gtk-list mailing list [EMAIL

error compiling a gtk tarball (please)

2003-01-08 Thread mauro
Hi after finished my work developed with anjuta 0.9.1 on a suse 8.1 i have done a tarball distro (gz file).the file runs fine on the suse. installing it on a redhat i receve a lot of error message ,for example: main.c: In function `main: main.c:127: parse error before `*' main.c:144: `window1'

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Valdis . Kletnieks
On Wed, 08 Jan 2003 14:38:40 +0100, Kuth, Joachim Dr. said: b. I want to change it on application level. Thus forcing *all* users of your application to wonder if a given widget is insensitive or not. *click* Why *click* isn't *click* this *CLICK*ing button *CLICK* DOING ANYTHING? There's a

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 8. Januar 2003 16:35 An: Kuth, Joachim Dr. Cc: '[EMAIL PROTECTED]' Betreff: Re: AW: Q: How to disable shadow text for insensitive widgets? On Wed, 08 Jan 2003 14:38:40 +0100, Kuth,

Re: Setting up gtk+ 2.0 on win32

2003-01-08 Thread FMorales
Hi! Could someone please help me setup gtk+ on win32. I have read some instruction from previously posted questions of similar nature and have also tried to follow the instructions on the gtk+ site but I still can't get it setup. I've done the initial step which is to download the zip

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Valdis . Kletnieks
On Wed, 08 Jan 2003 17:06:14 +0100, Kuth, Joachim Dr. said: I am not interested in religious wars about the best UI style. *Please* accept that *I* want to disable shadow for *my* application, and users will complain to *me* if they do not like the UI - but this will again be *my* problem -

configure: error: *** pkg-config too old; version 0.14 or better required.

2003-01-08 Thread Mauro Venanzi
checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. this message i receve when i try to upgrade my gtk version cause of the problem i said last time of course i have installed the pkgconfig-0.14 tarball but my redhat 7.1

Does gtk-2.0 support 4 bits per pixel graphical format?

2003-01-08 Thread James Su
Hi, I'm going to port DirectFB and GTK-DirectFB to a embedded board with a 4bpp LCD monitor, so I want to know if it's possible for gtk+-2.0.x? Regards James Su ___ gtk-list mailing list [EMAIL PROTECTED]