summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-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;