[Gtk-sharp-list] Save As dialog

Darwin Reynoso monouser at gmail.com
Wed Apr 30 21:43:58 EDT 2008


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)
		{
			//
		}


More information about the Gtk-sharp-list mailing list