Re: Re: Re: about button and tooltip in GTK_WINDOW_POPUP

2005-08-21 Thread Cai Qiang
Hi, > sorry I misunderstood your needs but again I don't understand if for > "toolbar" you mean the taskbar, if so otherwise my English is not good > enough :) > > http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-skip-taskbar-hint > Sorry for my poor english and not read

Re: Re: about button and tooltip in GTK_WINDOW_POPUP

2005-08-21 Thread Cai Qiang
Hi, > > Do I miss any setting procedure for POPUP type gtk_window? Or is there any method to let TOPLEVEL type gtk_window not shown in toolbar? > > maybe you want to use: > http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-decorated > But doesn't gtk-window-set-decorated

about button and tooltip in GTK_WINDOW_POPUP

2005-08-20 Thread Cai Qiang
Hi, I encounter below problem when using a GTK_WINDOW_POPUP type gtk_window(see the attached code): When I use GTK_WINDOW_TOPLEVEL,all work fine:when mouse on button, buuton will float; tooltip also will display; But in GTK_WINDOW_POPUP case, they don't work. Do I miss any setting proced