Table of Contents

Class SqueezerPage

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

Constructors

SqueezerPage(SqueezerPageHandle)

public SqueezerPage(SqueezerPageHandle handle)

Parameters

handle SqueezerPageHandle

SqueezerPage(params ConstructArgument[])

public SqueezerPage(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

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