aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/grid_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/grid_container.h')
-rw-r--r--scene/gui/grid_container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/grid_container.h b/scene/gui/grid_container.h
index c52f8230b..7e3470dc8 100644
--- a/scene/gui/grid_container.h
+++ b/scene/gui/grid_container.h
@@ -27,6 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+
#ifndef GRID_CONTAINER_H
#define GRID_CONTAINER_H
@@ -46,6 +47,7 @@ public:
void set_columns(int p_columns);
int get_columns() const;
virtual Size2 get_minimum_size() const;
+ Control *get_child_control_at_cell(int row, int column);
GridContainer();
};