[Gtk-sharp-list] (best practices) how to retrieve the output from the dialog
Maciej Pilichowski
bluedzins at wp.pl
Sun May 2 15:41:09 EDT 2010
On Sunday 02 May 2010 19:11:41 Maciej Pilichowski wrote:
> Normally I would write something like this:
>
> dlg.Show();
> if (dlg.Filter!=null)
> // do filtering
Ok, in a way I figured it out -- Run() instead of Show() makes the
difference -- but still didn't grasp the "internal" meaning, why
Show() is bad (after all dialog is still modal).
Cheers,
More information about the Gtk-sharp-list
mailing list