Table of Contents

Class ToplevelLayout

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class ToplevelLayout : BoxedRecord, IEquatable<ToplevelLayout>
Inheritance
ToplevelLayout
Implements
Inherited Members

Constructors

ToplevelLayout(ToplevelLayoutOwnedHandle)

public ToplevelLayout(ToplevelLayoutOwnedHandle handle)

Parameters

handle ToplevelLayoutOwnedHandle

Properties

Handle

public ToplevelLayoutOwnedHandle Handle { get; }

Property Value

ToplevelLayoutOwnedHandle

Methods

Copy()

public ToplevelLayout Copy()

Returns

ToplevelLayout

Equal(ToplevelLayout)

public bool Equal(ToplevelLayout other)

Parameters

other ToplevelLayout

Returns

bool

Equals(ToplevelLayout?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ToplevelLayout? other)

Parameters

other ToplevelLayout

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetFullscreen(out bool)

public bool GetFullscreen(out bool fullscreen)

Parameters

fullscreen bool

Returns

bool

GetFullscreenMonitor()

public Monitor? GetFullscreenMonitor()

Returns

Monitor

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMaximized(out bool)

public bool GetMaximized(out bool maximized)

Parameters

maximized bool

Returns

bool

GetResizable()

public bool GetResizable()

Returns

bool

New()

public static ToplevelLayout New()

Returns

ToplevelLayout

Ref()

public ToplevelLayout Ref()

Returns

ToplevelLayout

SetFullscreen(bool, Monitor?)

public void SetFullscreen(bool fullscreen, Monitor? monitor)

Parameters

fullscreen bool
monitor Monitor

SetMaximized(bool)

public void SetMaximized(bool maximized)

Parameters

maximized bool

SetResizable(bool)

public void SetResizable(bool resizable)

Parameters

resizable bool

Unref()

public void Unref()