Class ToplevelLayout
- Namespace
- Gdk
- Assembly
- Gdk-4.0.dll
public sealed class ToplevelLayout : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<ToplevelLayout>, IDisposable
- Inheritance
-
ToplevelLayout
- Implements
- Inherited Members
Constructors
ToplevelLayout(ToplevelLayoutOwnedHandle)
public ToplevelLayout(ToplevelLayoutOwnedHandle handle)
Parameters
handleToplevelLayoutOwnedHandle
Properties
Handle
public ToplevelLayoutOwnedHandle Handle { get; }
Property Value
Methods
Copy()
public ToplevelLayout Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equal(ToplevelLayout)
public bool Equal(ToplevelLayout other)
Parameters
otherToplevelLayout
Returns
Equals(ToplevelLayout?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ToplevelLayout? other)
Parameters
otherToplevelLayoutAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetFullscreen(out bool)
public bool GetFullscreen(out bool fullscreen)
Parameters
fullscreenbool
Returns
GetFullscreenMonitor()
public Monitor? GetFullscreenMonitor()
Returns
GetGType()
public static Type GetGType()
Returns
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
maximizedbool
Returns
GetResizable()
public bool GetResizable()
Returns
New()
public static ToplevelLayout New()
Returns
Ref()
public ToplevelLayout Ref()
Returns
SetFullscreen(bool, Monitor?)
public void SetFullscreen(bool fullscreen, Monitor? monitor)
Parameters
SetMaximized(bool)
public void SetMaximized(bool maximized)
Parameters
maximizedbool
SetResizable(bool)
public void SetResizable(bool resizable)
Parameters
resizablebool
Unref()
public void Unref()