[Mono-list] Gtk Fixed Z-order

nickstaves at codesnippersteam.com nickstaves at codesnippersteam.com
Fri Dec 12 05:32:35 EST 2008


> On Fri, Dec 12, 2008 at 4:44 AM,  <nickstaves at codesnippersteam.com> wrote:
>> I'm trying to show custom popup widget over the main window (for example
>> in the case of error). I have used Fixed widget and placed there hidden
>> popup VBox and main VBox which is contain all the main win widgets.
>
> The Gtk.Dialog class exists for a reason...
>
> --
> Chris Howie
> http://www.chrishowie.com
> http://en.wikipedia.org/wiki/User:Crazycomputers
>

Yes. Exists. But for my case I need dialog without frame, that cannot be
moved and main window should not have an ability to be activated while
dialog is shown. Now when I show modal dialog I could click on the main
window under and it will cover popup.

Perhaps someone know how to attribute the dialog with mentioned behaviour?

BR
nickstaves




More information about the Mono-list mailing list