Constructor
StAdjustmentnew
Declaration [src]
StAdjustment*
st_adjustment_new (
  ClutterActor* actor,
  gdouble value,
  gdouble lower,
  gdouble upper,
  gdouble step_increment,
  gdouble page_increment,
  gdouble page_size
)
Parameters
- actor
- 
            Type: ClutterActorA ClutterActor.The argument can be NULL.The data is owned by the caller of the function. 
- value
- 
            Type: gdoubleThe initial value. 
- lower
- 
            Type: gdoubleThe minimum value. 
- upper
- 
            Type: gdoubleThe maximum value. 
- step_increment
- 
            Type: gdoubleThe step increment. 
- page_increment
- 
            Type: gdoubleThe page increment. 
- page_size
- 
            Type: gdoubleThe page size. 
Return value
Type: StAdjustment
A new StAdjustment.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |