Class EnumListItem
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class EnumListItem : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
EnumListItem
- Implements
- Inherited Members
Constructors
EnumListItem(bool, params ConstructArgument[])
protected EnumListItem(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
EnumListItem(IntPtr, bool)
protected EnumListItem(IntPtr ptr, bool ownedRef)
Parameters
Fields
NamePropertyDefinition
public static readonly Property<string?, EnumListItem> NamePropertyDefinition
Field Value
NickPropertyDefinition
public static readonly Property<string?, EnumListItem> NickPropertyDefinition
Field Value
ValuePropertyDefinition
public static readonly Property<int, EnumListItem> ValuePropertyDefinition
Field Value
Properties
Name
public string? Name { get; }
Property Value
Nick
public string? Nick { get; }
Property Value
Value
public int Value { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetName()
public string GetName()
Returns
GetNick()
public string GetNick()
Returns
GetValue()
public int GetValue()