From f8d7ee6f5c0d018d5b8a8fa4565e386b81062348 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 21 Oct 2023 13:18:50 +0200 Subject: FLUID: adding a subset of Fl_Grid child parameters. --- FL/Fl_Grid.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H index 1e176a45f..2cf2392d0 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -172,6 +172,9 @@ public: ~Cell() {} + short row() const { return row_; } + short col() const { return col_; } + Fl_Widget *widget() { return widget_; } void align(Fl_Grid_Align align) { align_ = align; -- cgit v1.2.3