Re: Question

2005-11-10 Thread Edward Liu
Surya Kiran Gullapalli wrote: I've developed a small application using gtkmm (2.8.0). the application runs fine, but the appearance is some what bothering me. Gnome-2.12 says, the default theme for gnome is clearlooks. when i run a different desktop (say kde, or fvwm) my application will not

Internet/Multimedia keyboard and gtk-2.0

2003-03-13 Thread Edward-Liu
The special function keys are defined in XFree86/XF86keysym.h XF86XK_AudioLowerVolume XF86XK_AudioRaiseVolume But gdkkeysyms.h doesn't have them. How can I read them ? -- Edward Liu ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnom

How to declare a protected region in a gtk window ?

2003-03-18 Thread Edward-Liu
Hi, I want to declare a region in gtk window so that it is not redrawn after window expose. The region is drawn by a TV card. Gtk thinks the region is blank (no widget), so Gtk just clears it with the color of background. Thanks in advance. Edward __

Re: How to declare a protected region in a gtk window ?

2003-03-20 Thread Edward-Liu
resize/grow the window and call the functions above, the regsion doesn't grow. Is it a bug ? I have to destroy and recreate the window to get around this problem. Regards, -- Edward Liu Springsoft Inc. ___ gtk-list mailing list [EMAIL PROTECTE