Class AssistantPage
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class AssistantPage : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
AssistantPage
- Implements
-
- Inherited Members
-
Constructors
AssistantPage(params ConstructArgument[])
public AssistantPage(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
AssistantPage(AssistantPageHandle)
public AssistantPage(AssistantPageHandle handle)
Parameters
handle
AssistantPageHandle
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()
Returns
- Widget
GetGType()
public static Type GetGType()
Returns
- Type