Table of Contents

Class LeafletPage

Namespace
Adw
Assembly
Adw-1.dll
public sealed class LeafletPage : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
LeafletPage
Implements
Inherited Members

Constructors

LeafletPage(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

LeafletPage(IntPtr, bool)

protected LeafletPage(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, LeafletPage> ChildPropertyDefinition

Field Value

Property<Widget, LeafletPage>

NamePropertyDefinition

public static readonly Property<string?, LeafletPage> NamePropertyDefinition

Field Value

Property<string, LeafletPage>

NavigatablePropertyDefinition

public static readonly Property<bool, LeafletPage> NavigatablePropertyDefinition

Field Value

Property<bool, LeafletPage>

Properties

Child

public Widget? Child { get; }

Property Value

Widget

Name

public string? Name { get; set; }

Property Value

string

Navigatable

public bool Navigatable { get; set; }

Property Value

bool

Methods

GetChild()

public Widget GetChild()

Returns

Widget

GetGType()

public static Type GetGType()

Returns

Type

GetName()

public string? GetName()

Returns

string

GetNavigatable()

public bool GetNavigatable()

Returns

bool

SetName(string?)

public void SetName(string? name)

Parameters

name string

SetNavigatable(bool)

public void SetNavigatable(bool navigatable)

Parameters

navigatable bool