mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
424 stars 140 forks source link

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

Open DeafMan1983 opened 3 years ago

DeafMan1983 commented 3 years ago

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!