32 #include "scene/gui/range.h" 46 Orientation orientation;
53 void _notification(
int p_what);
54 static void _bind_methods();
55 bool ticks_on_borders;
59 virtual Size2 get_minimum_size()
const;
61 void set_custom_step(
float p_custom_step);
62 float get_custom_step()
const;
64 void set_ticks(
int p_count);
65 int get_ticks()
const;
67 void set_ticks_on_borders(
bool);
68 bool get_ticks_on_borders()
const;
70 Slider(Orientation p_orientation=VERTICAL);