User's Guide > User Interface: Dialogs > Spinbox > Spinbox Operations
Spinbox Operations
Functions Introduced
Use the function ProUISpinboxAnchorSet() to set the position of the spinbox with respect to a given anchor location. This function is applicable only if the parent of the Spinbox is a drawing area.
Use the function ProUISpinboxSizeSet() to set the size of the spinbox. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments width or height.
Use the function ProUISpinboxMinimumsizeGet() to retrieve the minimum size of the width and height of the spin box in pixels. Use this function only if the parent is a drawing area.
Use the function ProUISpinboxPositionSet() to set the position to the spinbox with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUISpinboxPositionGet() to get the position to the spinbox with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUISpinboxSizeGet() to get the size of the spinbox. This field is used only if the parent is a drawing area.
¿Fue esto útil?