Class Adjustment
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class Adjustment : InitiallyUnowned, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
Adjustment
- Implements
- Inherited Members
Constructors
Adjustment(params ConstructArgument[])
public Adjustment(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
Adjustment(AdjustmentHandle)
public Adjustment(AdjustmentHandle handle)
Parameters
handle
AdjustmentHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<Adjustment> ChangedSignal
Field Value
LowerPropertyDefinition
public static readonly Property<double, Adjustment> LowerPropertyDefinition
Field Value
PageIncrementPropertyDefinition
public static readonly Property<double, Adjustment> PageIncrementPropertyDefinition
Field Value
PageSizePropertyDefinition
public static readonly Property<double, Adjustment> PageSizePropertyDefinition
Field Value
StepIncrementPropertyDefinition
public static readonly Property<double, Adjustment> StepIncrementPropertyDefinition
Field Value
UpperPropertyDefinition
public static readonly Property<double, Adjustment> UpperPropertyDefinition
Field Value
ValueChangedSignal
Signal Descriptor for OnValueChanged.
public static readonly Signal<Adjustment> ValueChangedSignal
Field Value
ValuePropertyDefinition
public static readonly Property<double, Adjustment> ValuePropertyDefinition
Field Value
Properties
Lower
public double Lower { get; set; }
Property Value
PageIncrement
public double PageIncrement { get; set; }
Property Value
PageSize
public double PageSize { get; set; }
Property Value
StepIncrement
public double StepIncrement { get; set; }
Property Value
Upper
public double Upper { get; set; }
Property Value
Value
public double Value { get; set; }
Property Value
Methods
ClampPage(double, double)
public void ClampPage(double lower, double upper)
Parameters
Configure(double, double, double, double, double, double)
public void Configure(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)
Parameters
GetGType()
public static Type GetGType()
Returns
GetLower()
public double GetLower()
Returns
GetMinimumIncrement()
public double GetMinimumIncrement()
Returns
GetPageIncrement()
public double GetPageIncrement()
Returns
GetPageSize()
public double GetPageSize()
Returns
GetStepIncrement()
public double GetStepIncrement()
Returns
GetUpper()
public double GetUpper()
Returns
GetValue()
public double GetValue()
Returns
New(double, double, double, double, double, double)
public static Adjustment New(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)
Parameters
Returns
SetLower(double)
public void SetLower(double lower)
Parameters
lower
double
SetPageIncrement(double)
public void SetPageIncrement(double pageIncrement)
Parameters
pageIncrement
double
SetPageSize(double)
public void SetPageSize(double pageSize)
Parameters
pageSize
double
SetStepIncrement(double)
public void SetStepIncrement(double stepIncrement)
Parameters
stepIncrement
double
SetUpper(double)
public void SetUpper(double upper)
Parameters
upper
double
SetValue(double)
public void SetValue(double value)
Parameters
value
double
Events
OnChanged
public event SignalHandler<Adjustment> OnChanged
Event Type
OnValueChanged
public event SignalHandler<Adjustment> OnValueChanged