[Gtk-sharp-list] New Window

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Jul 22 13:16:50 EDT 2008


On Mon, Jul 21, 2008 at 2:23 AM, baseman_2008 <baseman_2001 at web.de> wrote:
>
> Thank you for your quick answer!
>
> Yeah, I know that! But isn't it possible to design this window with Stetic?

Of course. Static lets you create windows derived from Gtk.Window, so
if you create a Window called e.g. MySteticWindow, you can do
something like

MySteticWindow window = new MySteticWindow ();
window.ShowAll ();

--
Michael Hutchinson
http://mjhutchinson.com


More information about the Gtk-sharp-list mailing list