shifting focus between multiple text entries.

2007-07-02 Thread Prateek . Mathur
Hi all, i am working on an embeded application over the TI OMAP 2430 SDP and new to GTK. i have a window with multiple text entries over it. In my application since we dont have a keboard but only a keypad over the target.. i m handling all the key press events myself. while creating th

Dealing with workspaces

2007-07-02 Thread beginner.c
What is the best method of dealing with workspaces? I need my app to start up on a specific workspace. Im aware of gdk_window_stick which should place the window on ALL workspaces - just not quite what I need. Any information greatly appreciated. -- View this message in context: http://www.nabb

Re: new window from button

2007-07-02 Thread Matí­as Alejandro Torres
brad smith escribió: Hello everyone, I am trying to open a new window(that has a text view widget) from a button on the main window. I have looked for examples but could not find any.(or maybe I just do not know what I am looking for) Thanks in advance, Brad __

GTK+ 2.11.5 released

2007-07-02 Thread Matthias Clasen
GTK+ 2.11.5 is now available for download at: http://download.gnome.org/sources/gtk+/2.11/ gtk+-2.11.5.tar.bz2 md5sum: 45e8fb0ed2358bffee92ad796d313099 gtk+-2.11.5.tar.gzmd5sum: 5189cd0f5a7eea4122e1e269cb5863a6 This is another development release leading up to GTK+ 2.12. Notes: * This

Re: Draw event

2007-07-02 Thread Andrey Dubravin
В Sun, 1 Jul 2007 11:37:53 +0400 Andrey Dubravin <[EMAIL PROTECTED]> пишет: How can I get list of events with its paramters from current main context? -- Dubravin Andrey ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome

new window from button

2007-07-02 Thread brad smith
Hello everyone, I am trying to open a new window(that has a text view widget) from a button on the main window. I have looked for examples but could not find any.(or maybe I just do not know what I am looking for) Thanks in advance, Brad ___ gtk-app-devel

g_object_set / g_object_get and multi thread program

2007-07-02 Thread Tomasz Jankowski
Hello! Are functions above thread safe? Or maybe I need to provide some protection system on my own? If I do, can you tell me if something like that will be a good idea: static void socket_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { g_return_if_fail