Hi, how do i open a save as dialog. thanks this doesn't work
Gtk.FileChooserDialog fc=
new Gtk.FileChooserDialog("Save file",
this,
FileChooserAction.Save,
Gtk.Stock.Cancel,ResponseType.Cancel,
Gtk.Stock.Open,ResponseType.Accept);
if (fc.Run() == (int)ResponseType.Accept)
{
//
}
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
