Class AssistantPage
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class AssistantPage : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
AssistantPage
- Implements
- Inherited Members
Constructors
AssistantPage(params ConstructArgument[])
public AssistantPage(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
AssistantPage(AssistantPageHandle)
public AssistantPage(AssistantPageHandle handle)
Parameters
handleAssistantPageHandle
Fields
ChildPropertyDefinition
public static readonly Property<Widget?, AssistantPage> ChildPropertyDefinition
Field Value
CompletePropertyDefinition
public static readonly Property<bool, AssistantPage> CompletePropertyDefinition
Field Value
PageTypePropertyDefinition
public static readonly Property<AssistantPageType, AssistantPage> PageTypePropertyDefinition
Field Value
TitlePropertyDefinition
public static readonly Property<string?, AssistantPage> TitlePropertyDefinition
Field Value
Properties
Child
public Widget? Child { get; }
Property Value
Complete
public bool Complete { get; set; }
Property Value
PageType
public AssistantPageType PageType { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Methods
GetChild()
public Widget GetChild()
Returns
GetGType()
public static Type GetGType()