diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-21 13:18:50 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-21 13:20:11 +0200 |
| commit | f8d7ee6f5c0d018d5b8a8fa4565e386b81062348 (patch) | |
| tree | e11ca81a5ca8267813783f3a3ee05c93651ede18 /FL | |
| parent | 7a434575acc6cb8121ae790ab94250b331b412f4 (diff) | |
FLUID: adding a subset of Fl_Grid child parameters.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Grid.H | 3 |
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; |
