Lines Matching defs:width
82 * @brief Sets the width for this knob.
84 * The width of this knob is the same as its height. \n
85 * By default, the width of this knob is the same as the height of the horizontal slider
86 * or the width of the vertical slider. \n
88 * @param width Indicates the knob width to set.
93 void SetKnobWidth(int16_t width)
95 knobWidth_ = width;
99 * @brief Obtains the knob width.
101 * @return Returns the knob width.