On Mon, Jul 21, 2008 at 2:23 AM, baseman_2008 <[EMAIL PROTECTED]> 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
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to