[Gtk-sharp-list] Gtk.InputDialog

Brad Langhorst brad at langhorst.com
Sat Mar 8 19:35:45 EST 2008


On Mon, 2008-03-10 at 19:08 -0400, Darwin Reynoso wrote:
> Hi,
> Does anybody know how to use the inputdialog.
> 
> this is how i tried it
> 
> Gtk.InputDialog inputbox = new InputDialog();
> 
> but it doesn't work when i try inputbox.run();
I don't think inputdialog is what you think it is...
You'll need to make your own dialog if you want to acquire user input.


brad



More information about the Gtk-sharp-list mailing list