29 #ifndef BUTTON_GROUP_H 30 #define BUTTON_GROUP_H 32 #include "scene/gui/box_container.h" 45 Array _get_button_list()
const;
46 void _pressed(
Object *p_button);
54 static void _bind_methods();
61 int get_pressed_button_index()
const;
66 #endif // BUTTON_GROUP_H
Definition: box_container.h:34