keysnooping

2007-05-15 Thread chabayo
Hi,... ...i want my application to react on some special KeyKombination/Keystrokes. How to work out that these implemenation has the capability to have these changeable!? For example, to make o (GTK_MOD1_MASK, GTK_O = open) become l (GTK_CONTROL_MASK, GTK_L = load ) ? thx chab __

GtkTreeView style elements

2007-05-15 Thread Dale Mellor
I want to change the colour of the headers on a GTK tree view in the rc file. What path should I be using to the widget on which I need to set the fg and bg colours? What is the proper way to go about finding out this information (without bothering this list ;-) ) ? Thanks, Dale __

Re: Alternative GTK widgets

2007-05-15 Thread beginner.c
Perhaps we should all put in some links - this would be beneficial for everybody I think (not all are still active/useful): http://dev.investorsidekick.com/begtkextra/ http://libbit.sf.net/ http://www.curlyankles.com/ http://kornelix.squarespace.com/utilities/ http://sourceforge.net/projects/enli

Re: How to create a simple multilingual GUI

2007-05-15 Thread Michelle Konzack
Am 2007-05-14 20:43:42, schrieb David Ne?as (Yeti): > On Mon, May 14, 2007 at 08:04:09PM +0200, Michelle Konzack wrote: > > > > Does > > setlocale("LC_ALL", "de_DE"); > > > > not work? > > It works. Future locale-dependent calls will use the new > locale. > > So if you do this while your a

GTK+ - hide window when minimized

2007-05-15 Thread Przemek
Hello, i'd like to hide my top level window, when user minimizes it. I mean, i don't want the window to be in the task bar - i want to hide it (not minimize it). Can someone help me with this? I've already managed to do that when user closes the window - but with this, i just can't do it. I tri

Re: How to create a simple multilingual GUI

2007-05-15 Thread Yeti
On Mon, May 14, 2007 at 12:30:14PM +0200, John Zoidberg wrote: > Well, it's possible to change the language in Firefox and in a lot of other > programs. That does not make it a good idea. Firefox is designed for Microsoft Windows -- where one had to reinstall the system it to switch languages. A

Re: "drag-leave" signal

2007-05-15 Thread Dominique Würtz
I think your drag target widgets need to create their own GdkWindows. GtkContainers are windowless and thus inherit their parent widget's window. Consequently, D'n'D can't distinguish between those nested containers. Regards, Dominique Johannes Schmid schrieb: > Hi! > > I have a question regar

Re: How to create a simple multilingual GUI

2007-05-15 Thread John Zoidberg
Well, it's possible to change the language in Firefox and in a lot of other programs. I don't mind having to restart the program to do it. I just don't want to have to change the system's local language to do it. I know that gettext is mostly used for internationalisation. However, I have problems

Re: serial ports

2007-05-15 Thread Fontana Nicola
On Monday 14 May 2007 20:49, Pavel A. da Mek wrote: > When I want to use serial ports, shall I write separate code for Windows > and for Linux, or is there some library function which would allow to do it > in the platform independent way? I hit the same problem in 2004, and I wrote an abstractio

Re: serial ports

2007-05-15 Thread Andreas Stricker
Pavel A. da Mek wrote: > When I want to use serial ports, shall I write separate code for Windows and > for Linux, or is there some library function which would allow to do it in > the platform independent way? I have written portable code for this with timeouts for read and write operations.

AW: Gtk+ and multithreating

2007-05-15 Thread chabayo
Hi list,... ...im sorry if i missunderstand something... Am 14.05.2007 19:53:44 schrieb(en) Michelle Konzack: Hello *, I am new on this list, but have already codes some VERY simple admin GUI's... Now I have a bigger problem/Application which need definitiv multithreading since it must poll s