[Gtk-sharp-list] How to prevent custom dialog from initially showing up with main window?
Maciej Pilichowski
bluedzins at wp.pl
Sat May 1 15:51:56 EDT 2010
On Saturday 01 May 2010 20:02:26 Jacek Rużyczka wrote:
> Set the Visible property of the dialog to False, if possible,
> before calling the Show() method of the main window.
>
> Once you want the dialog to show up, set Visible to True.
Not far from my workaround :-) but it is better to keep such property
within designer, thank you, it works.
Cheers,
More information about the Gtk-sharp-list
mailing list