Get focus (for application) on a key combo (globally)

2007-11-02 Thread Sundaram
Hi, I am writing a dict. application, where the application sits as an icon in the system tray, when ever the user presses a predefined keycombo, say Ctrl + Alt + L, this application need to come to the foreground, or atleast registering in X11 for a signal or callback would do. Simply put, even wh

Re: TreeView scrolling and threads

2007-11-02 Thread Michael Lamothe
Did your thread modify any GTK UI? Sometimes you can just get lucky, Thanks, Michael On 03/11/2007, Yura <[EMAIL PROTECTED]> wrote: > > Michael Lamothe wrote: > > Hi Yura, > > > > Look at the new gdk_threads_add_timeout() instead of creating a > > thread. If you're not familiar with the thread