diff options
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 d7d90e352..b240ca95b 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -311,6 +311,9 @@ public: void row_gap(const int *value, size_t size); int row_gap(int row) const; + int computed_col_width(int col) const; + int computed_row_height(int row) const; + /** Enable or disable drawing of the grid helper lines for visualization. |
