Class CellRendererSpinner
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellRendererSpinner : CellRenderer, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
CellRendererSpinner
- Implements
- Inherited Members
Constructors
CellRendererSpinner(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public CellRendererSpinner(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
CellRendererSpinner(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CellRendererSpinner(CreationData data)
Parameters
dataCreationData
CellRendererSpinner(CellRendererSpinnerHandle)
protected CellRendererSpinner(CellRendererSpinnerHandle handle)
Parameters
handleCellRendererSpinnerHandle
Fields
ActivePropertyDefinition
public static readonly Property<bool, CellRendererSpinner> ActivePropertyDefinition
Field Value
PulsePropertyDefinition
public static readonly Property<uint, CellRendererSpinner> PulsePropertyDefinition
Field Value
SizePropertyDefinition
public static readonly Property<IconSize, CellRendererSpinner> SizePropertyDefinition
Field Value
Properties
Active
public bool Active { get; set; }
Property Value
Pulse
public uint Pulse { get; set; }
Property Value
Size
public IconSize Size { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New()
public static CellRendererSpinner New()
Returns
NewFromPointer(nint, bool)
Creates a new managed CellRendererSpinner instance for a given pointer.
public static CellRendererSpinner NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new CellRendererSpinner and sets the properties specified by the construct arguments.
public static CellRendererSpinner NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.