Class CssSection
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public sealed class CssSection : BoxedRecord, IEquatable<CssSection>
- Inheritance
-
CssSection
- Implements
- Inherited Members
Constructors
CssSection(CssSectionOwnedHandle)
public CssSection(CssSectionOwnedHandle handle)
Parameters
handle
CssSectionOwnedHandle
Properties
Handle
public CssSectionOwnedHandle Handle { get; }
Property Value
Methods
Equals(CssSection?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(CssSection? other)
Parameters
other
CssSectionAn 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
GetEndLocation()
public CssLocation GetEndLocation()
Returns
GetFile()
public File? GetFile()
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.
GetParent()
public CssSection? GetParent()
Returns
GetStartLocation()
public CssLocation GetStartLocation()
Returns
New(File?, CssLocation, CssLocation)
public static CssSection New(File? file, CssLocation start, CssLocation end)
Parameters
file
Filestart
CssLocationend
CssLocation
Returns
Print(String)
public void Print(String @string)
Parameters
string
String
Ref()
public CssSection Ref()
Returns
ToString()
public string ToString()
Returns
Unref()
public void Unref()