| 107 */ |
107 */ |
| 108 void gnt_slider_set_range(GntSlider *slider, int max, int min); |
108 void gnt_slider_set_range(GntSlider *slider, int max, int min); |
| 109 |
109 |
| 110 /** |
110 /** |
| 111 * Sets the amount of change at each step. |
111 * Sets the amount of change at each step. |
| 112 * |
112 * |
| 113 * @param slider The slider |
113 * @param slider The slider |
| 114 * @param step The amount for each step |
114 * @param step The amount for each step |
| 115 * |
115 * |
| 116 * @since 2.0.0 (gnt), 2.1.0 (pidgin) |
116 * @since 2.0.0 (gnt), 2.1.0 (pidgin) |
| 117 */ |
117 */ |
| 118 void gnt_slider_set_step(GntSlider *slider, int step); |
118 void gnt_slider_set_step(GntSlider *slider, int step); |
| 119 |
119 |
| 120 /** |
120 /** |
| 121 * Sets the amount of change a small step. |
121 * Sets the amount of change a small step. |
| 122 * |
122 * |
| 123 * @param slider The slider |
123 * @param slider The slider |
| 124 * @param step The amount for a small step (for the slider) |
124 * @param step The amount for a small step (for the slider) |
| 125 * |
125 * |
| 126 * @since 2.2.0 |
126 * @since 2.2.0 |
| 127 */ |
127 */ |
| 128 void gnt_slider_set_small_step(GntSlider *slider, int step); |
128 void gnt_slider_set_small_step(GntSlider *slider, int step); |
| 129 |
129 |
| 130 /** |
130 /** |
| 131 * Sets the amount of change a large step. |
131 * Sets the amount of change a large step. |
| 132 * |
132 * |
| 133 * @param slider The slider |
133 * @param slider The slider |
| 134 * @param step The amount for a large step (for the slider) |
134 * @param step The amount for a large step (for the slider) |
| 135 * |
135 * |
| 136 * @since 2.2.0 |
136 * @since 2.2.0 |
| 137 */ |
137 */ |