- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class ListHeader : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
ListHeader
- Implements
-
- Inherited Members
-
Constructors
protected ListHeader(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
bool
constructArguments
ConstructArgument[]
protected ListHeader(IntPtr ptr, bool ownedRef)
Parameters
ptr
IntPtr
ownedRef
bool
Fields
public static readonly Property<Widget?, ListHeader> ChildPropertyDefinition
Field Value
- Property<Widget, ListHeader>
public static readonly Property<uint, ListHeader> EndPropertyDefinition
Field Value
- Property<uint, ListHeader>
public static readonly Property<Object?, ListHeader> ItemPropertyDefinition
Field Value
- Property<Object, ListHeader>
public static readonly Property<uint, ListHeader> NItemsPropertyDefinition
Field Value
- Property<uint, ListHeader>
public static readonly Property<uint, ListHeader> StartPropertyDefinition
Field Value
- Property<uint, ListHeader>
Properties
public Widget? Child { get; set; }
Property Value
- Widget
Property Value
- uint
public Object? Item { get; }
Property Value
- Object
public uint NItems { get; }
Property Value
- uint
public uint Start { get; }
Property Value
- uint
Methods
[Version("4.12")]
public Widget? GetChild()
Returns
- Widget
[Version("4.12")]
public uint GetEnd()
Returns
- uint
public static Type GetGType()
Returns
- Type
[Version("4.12")]
public Object? GetItem()
Returns
- Object
[Version("4.12")]
public uint GetNItems()
Returns
- uint
[Version("4.12")]
public uint GetStart()
Returns
- uint
[Version("4.12")]
public void SetChild(Widget? child)
Parameters
child
Widget