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
handleSqueezerPageHandle
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
constructArgumentsConstructArgument[]
SqueezerPage(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected SqueezerPage(CreationData data)
Parameters
dataCreationData
Fields
ChildPropertyDefinition
public static readonly Property<Widget?, SqueezerPage> ChildPropertyDefinition
Field Value
EnabledPropertyDefinition
public static readonly Property<bool, SqueezerPage> EnabledPropertyDefinition
Field Value
Properties
Child
public Widget? Child { get; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
Methods
GetChild()
public Widget GetChild()
Returns
GetEnabled()
public bool GetEnabled()
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed SqueezerPage instance for a given pointer.
public static SqueezerPage NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new SqueezerPage and sets the properties specified by the construct arguments.
public static SqueezerPage NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetEnabled(bool)
public void SetEnabled(bool enabled)
Parameters
enabledbool