summaryrefslogtreecommitdiff
path: root/FL/Fl_Grid.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-21 13:18:50 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-21 13:20:11 +0200
commitf8d7ee6f5c0d018d5b8a8fa4565e386b81062348 (patch)
treee11ca81a5ca8267813783f3a3ee05c93651ede18 /FL/Fl_Grid.H
parent7a434575acc6cb8121ae790ab94250b331b412f4 (diff)
FLUID: adding a subset of Fl_Grid child parameters.
Diffstat (limited to 'FL/Fl_Grid.H')
-rw-r--r--FL/Fl_Grid.H3
1 files changed, 3 insertions, 0 deletions
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;