Table of Contents

Class ListHeader

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class ListHeader : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ListHeader
Implements
Inherited Members

Constructors

ListHeader(bool, params ConstructArgument[])

protected ListHeader(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

ListHeader(IntPtr, bool)

protected ListHeader(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChildPropertyDefinition

public static readonly Property<Widget?, ListHeader> ChildPropertyDefinition

Field Value

Property<Widget, ListHeader>

EndPropertyDefinition

public static readonly Property<uint, ListHeader> EndPropertyDefinition

Field Value

Property<uint, ListHeader>

ItemPropertyDefinition

public static readonly Property<Object?, ListHeader> ItemPropertyDefinition

Field Value

Property<Object, ListHeader>

NItemsPropertyDefinition

public static readonly Property<uint, ListHeader> NItemsPropertyDefinition

Field Value

Property<uint, ListHeader>

StartPropertyDefinition

public static readonly Property<uint, ListHeader> StartPropertyDefinition

Field Value

Property<uint, ListHeader>

Properties

Child

public Widget? Child { get; set; }

Property Value

Widget

End

public uint End { get; }

Property Value

uint

Item

public Object? Item { get; }

Property Value

Object

NItems

public uint NItems { get; }

Property Value

uint

Start

public uint Start { get; }

Property Value

uint

Methods

GetChild()

[Version("4.12")]
public Widget? GetChild()

Returns

Widget

GetEnd()

[Version("4.12")]
public uint GetEnd()

Returns

uint

GetGType()

public static Type GetGType()

Returns

Type

GetItem()

[Version("4.12")]
public Object? GetItem()

Returns

Object

GetNItems()

[Version("4.12")]
public uint GetNItems()

Returns

uint

GetStart()

[Version("4.12")]
public uint GetStart()

Returns

uint

SetChild(Widget?)

[Version("4.12")]
public void SetChild(Widget? child)

Parameters

child Widget