Table of Contents

Class SqueezerPage

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

Constructors

SqueezerPage(SqueezerPageHandle)

protected SqueezerPage(SqueezerPageHandle handle)

Parameters

handle SqueezerPageHandle

SqueezerPage(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 SqueezerPage(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

SqueezerPage(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected SqueezerPage(CreationData data)

Parameters

data CreationData

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

NewFromPointer(nint, bool)

Creates a new managed SqueezerPage instance for a given pointer.

public static SqueezerPage NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

SqueezerPage

NewWithProperties(ConstructArgument[])

Creates a new SqueezerPage and sets the properties specified by the construct arguments.

public static SqueezerPage NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

SqueezerPage

SetEnabled(bool)

public void SetEnabled(bool enabled)

Parameters

enabled bool