wondow always on top level..

2004-12-10 Thread Antônio Gomes
Hello all. How can I create an gtk_window and keep it always on top level: the parent window will be active again only when the user close new child window created .. like *window = gtk_window_new(GTK_WINDOW_TOPLEVEL); but always with focus in (until close it) thanks in advance -- Antôn

Re: how to give user feedback when he is typing something that is not in completion list

2004-12-06 Thread Antônio Gomes
Hi Kristof, I wanna know how to use this widget (gtkentrycompletion) . Do you have a mini-tutorial or an website ?! thanks in advance .. Kristof Vansant wrote: >I'm using gtkentrycompletion in combination with gtkComboxEntry. >A list contains all user names on the system. > >Now what I want i