29 #ifndef PROGRESS_BAR_H 30 #define PROGRESS_BAR_H 32 #include "scene/gui/range.h" 41 void _notification(
int p_what);
42 static void _bind_methods();
45 void set_percent_visible(
bool p_visible);
46 bool is_percent_visible()
const;
48 Size2 get_minimum_size()
const;
52 #endif // PROGRESS_BAR_H Definition: progress_bar.h:34