Table of Contents

Class SqueezerPage

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

Constructors

SqueezerPage(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

SqueezerPage(IntPtr, bool)

protected SqueezerPage(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, SqueezerPage> ChildPropertyDefinition

Field Value

Property<Widget, SqueezerPage>

EnabledPropertyDefinition

public static readonly Property<bool, SqueezerPage> EnabledPropertyDefinition

Field Value

Property<bool, SqueezerPage>

Properties

Child

public Widget? Child { get; }

Property Value

Widget

Enabled

public bool Enabled { get; set; }

Property Value

bool

Methods

GetChild()

public Widget GetChild()

Returns

Widget

GetEnabled()

public bool GetEnabled()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

SetEnabled(bool)

public void SetEnabled(bool enabled)

Parameters

enabled bool