bug/missing feature in gtk2

2002-02-23 Thread Ronald Bultje
Hello, I'm not sure whether to call this a bug or a missing feature... First of all, gtk-1.3.14 fixed the bug where my picture disappeared if I highlighted the button to which it was attached, thanks! Now, I've noticed something else that might be wrong. I have the following code: menu =

Re: gtk-deviceid How to use?

2002-02-23 Thread Sven Neumann
Hi, Lam Yick Yan [EMAIL PROTECTED] writes: I have just devleoped a X input driver for my small graphic tablet. And it is working Now I have cursor that will move according to mouse OR graphic tablet. Now I want to develope a gtk application that will ONLY respond the event

Re: bug/missing feature in gtk2

2002-02-23 Thread Owen Taylor
Ronald Bultje [EMAIL PROTECTED] writes: prefs-audio_recsrc is a GtkOptionMenu. The problem is that hat images *do* appear in the menu if it pops up, but not in the GtkOptionMenu itself with the selected item. I hope the following two screenshots can make clear what I mean:

Re: Interesting suid problem

2002-02-23 Thread Owen Taylor
[EMAIL PROTECTED] writes: On Thu, 21 Feb 2002 22:30:54 +0100, Vincent Arkesteijn [EMAIL PROTECTED] said: Why? Just put the password in the program, and give your users execute permission, but no read permission on the program. It may not be too elegant, and it's a bit clumsy when you

Re: bug/missing feature in gtk2

2002-02-23 Thread Ronald Bultje
On Sat, 2002-02-23 at 15:36, Owen Taylor wrote: I'd say it's a known limitation rather than either a bug or missing feature. I doubt we'll fix it in the context of GtkOpttionMenu, but if you want to file a bug report on the issue on bugzilla.gnome.org that will remind us to look at the issue

linking problem

2002-02-23 Thread Johnny B .
Greetings all! Ive installed glib and gtk from source, run ldconfig and so on and I think everything is installed ok (pertinent data below), yet I'm getting a few errors when linking and app: /tmp/ccOr5DPh.o(.text+0x80): undefined reference to `G_CALLBACK' /tmp/ccOr5DPh.o(.text+0x93): undefined

gtk-deviceid How to use?

2002-02-23 Thread Lam Yick Yan
Dear Sir, I have just devleoped a X input driver for my small graphic tablet. And it is working Now I have cursor that will move according to mouse OR graphic tablet. Now I want to develope a gtk application that will ONLY respond the event from my graphic tablet. I have a callback

Will GTKGlArea be included in GTK+ one day

2002-02-23 Thread Stephane SOPPERA
I was wondering if the GTK GlArea widget will be one day included in GTK+? Is it planned? -- Stephane SOPPERA http://stephane.soppera.free.fr ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK Background

2002-02-23 Thread Romain
Hi, For my application, I need a transparent background for a GtkText (not a white background). It is possible? And how can I do this if it is possible ?

Re: GTK and non-monospace fonts

2002-02-23 Thread Vlad Harchev
On Sat, 23 Feb 2002, Bartosz Neron Leper wrote: Hi, Hi, That was a bug in gdk fixed personally by me - the standard gtk-1.2.10 already contains the fix - so please upgrade your gtk to version 1.2.10. Best regards, -Vlad Thanks a lot. That was quite easy. I have