gtk-sharp icon indicating copy to clipboard operation
gtk-sharp copied to clipboard

Where is getting started with Gtk.Assistant for GtkSharp 2.x

Open DeafMan1983 opened this issue 5 years ago • 0 comments

Hello everyone,

Can I have example of Gtk.Assistant?

I can't find google. But Mono Gtk website doesn't show about Gtk.Assistant since Gtk 2.10.

Is it correct or wrong?

class MyWizard : Gtk.Assistant
{
	public MyWizard()
	{
		// ...
	}
}

But where is example of page like back, next / finish and cancel? Since I know for Windows.Forms but I don't understand why do I need Dialog with Assistant since I checked MonoDevelop's source and It has not "Gtk.Assistant" Only Gtk.Dialog?

How do I understand that?

Thanks and stay safe and stay healthy!

DeafMan1983 avatar Oct 18 '20 10:10 DeafMan1983