[Gtk-sharp-list] Dialog in a Taskbar

Chris Howie cdhowie at gmail.com
Fri May 23 08:37:57 EDT 2008


On Fri, May 23, 2008 at 7:18 AM, Marc Glenn <mjamon at ntsp.nec.co.jp> wrote:
> Hello guys,
>
>      I wanted to create a Pop-Up dialog for my application.
>      But I want this pop-up dialog also to be accessible through the
> taskbar.
>
>      I tried searching for the properties of Gtk.Window and Gtk.Dialog on
> how to do this but I can't find any.
>
>      Does anyone know how I can do this in gtk-sharp?
>
>      Btw, im using mono 1.2.6 and gtk-sharp 2.10 on Windows Xp.

You might try:

yourDialog.SkipTaskbarHint = false;

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Gtk-sharp-list mailing list