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
handle
ToplevelLayoutOwnedHandle
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
other
ToplevelLayout
Returns
Equals(ToplevelLayout?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ToplevelLayout? other)
Parameters
other
ToplevelLayoutAn 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
obj
objectThe object to compare with the current object.
Returns
GetFullscreen(out bool)
public bool GetFullscreen(out bool fullscreen)
Parameters
fullscreen
bool
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
maximized
bool
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
maximized
bool
SetResizable(bool)
public void SetResizable(bool resizable)
Parameters
resizable
bool
Unref()
public void Unref()