Table of Contents

Class AssistantPage

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class AssistantPage : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AssistantPage
Implements
Inherited Members

Constructors

AssistantPage(bool, params ConstructArgument[])

protected AssistantPage(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

AssistantPage(IntPtr, bool)

protected AssistantPage(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, AssistantPage> ChildPropertyDefinition

Field Value

Property<Widget, AssistantPage>

CompletePropertyDefinition

public static readonly Property<bool, AssistantPage> CompletePropertyDefinition

Field Value

Property<bool, AssistantPage>

PageTypePropertyDefinition

public static readonly Property<AssistantPageType, AssistantPage> PageTypePropertyDefinition

Field Value

Property<AssistantPageType, AssistantPage>

TitlePropertyDefinition

public static readonly Property<string?, AssistantPage> TitlePropertyDefinition

Field Value

Property<string, AssistantPage>

Properties

Child

public Widget? Child { get; }

Property Value

Widget

Complete

public bool Complete { get; set; }

Property Value

bool

PageType

public AssistantPageType PageType { get; set; }

Property Value

AssistantPageType

Title

public string? Title { get; set; }

Property Value

string

Methods

GetChild()

public Widget GetChild()

Returns

Widget

GetGType()

public static Type GetGType()

Returns

Type