Table of Contents

Class TabArray

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class TabArray : BoxedRecord, IEquatable<TabArray>
Inheritance
TabArray
Implements
Inherited Members

Constructors

TabArray(TabArrayOwnedHandle)

public TabArray(TabArrayOwnedHandle handle)

Parameters

handle TabArrayOwnedHandle

Properties

Handle

public TabArrayOwnedHandle Handle { get; }

Property Value

TabArrayOwnedHandle

Methods

Copy()

public TabArray Copy()

Returns

TabArray

Equals(TabArray?)

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

public bool Equals(TabArray? other)

Parameters

other TabArray

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.

Free()

public void Free()

FromString(string)

[Version("1.50")]
public static TabArray? FromString(string text)

Parameters

text string

Returns

TabArray

GetDecimalPoint(int)

[Version("1.50")]
public uint GetDecimalPoint(int tabIndex)

Parameters

tabIndex int

Returns

uint

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.

GetPositionsInPixels()

public bool GetPositionsInPixels()

Returns

bool

GetSize()

public int GetSize()

Returns

int

New(int, bool)

public static TabArray New(int initialSize, bool positionsInPixels)

Parameters

initialSize int
positionsInPixels bool

Returns

TabArray

Resize(int)

public void Resize(int newSize)

Parameters

newSize int

SetDecimalPoint(int, uint)

[Version("1.50")]
public void SetDecimalPoint(int tabIndex, uint decimalPoint)

Parameters

tabIndex int
decimalPoint uint

SetPositionsInPixels(bool)

[Version("1.50")]
public void SetPositionsInPixels(bool positionsInPixels)

Parameters

positionsInPixels bool

SetTab(int, TabAlign, int)

public void SetTab(int tabIndex, TabAlign alignment, int location)

Parameters

tabIndex int
alignment TabAlign
location int

Sort()

[Version("1.50")]
public void Sort()

ToString()

[Version("1.50")]
public string ToString()

Returns

string