Class LeafletPage
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class LeafletPage : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
LeafletPage
- Implements
- Inherited Members
Constructors
LeafletPage(LeafletPageHandle)
protected LeafletPage(LeafletPageHandle handle)
Parameters
handleLeafletPageHandle
LeafletPage(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public LeafletPage(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
LeafletPage(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected LeafletPage(CreationData data)
Parameters
dataCreationData
Fields
ChildPropertyDefinition
public static readonly Property<Widget?, LeafletPage> ChildPropertyDefinition
Field Value
NamePropertyDefinition
public static readonly Property<string?, LeafletPage> NamePropertyDefinition
Field Value
NavigatablePropertyDefinition
public static readonly Property<bool, LeafletPage> NavigatablePropertyDefinition
Field Value
Properties
Child
public Widget? Child { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Navigatable
public bool Navigatable { get; set; }
Property Value
Methods
GetChild()
public Widget GetChild()
Returns
GetGType()
public static Type GetGType()
Returns
GetName()
public string? GetName()
Returns
GetNavigatable()
public bool GetNavigatable()
Returns
NewFromPointer(nint, bool)
Creates a new managed LeafletPage instance for a given pointer.
public static LeafletPage NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new LeafletPage and sets the properties specified by the construct arguments.
public static LeafletPage NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetName(string?)
public void SetName(string? name)
Parameters
namestring
SetNavigatable(bool)
public void SetNavigatable(bool navigatable)
Parameters
navigatablebool