summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/grid.h')
-rw-r--r--wx+/grid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/grid.h b/wx+/grid.h
index 302abda8..471ba31b 100644
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -151,6 +151,7 @@ public:
size_t getRowCount() const;
void setRowHeight(int height);
+ int getRowHeight() const;
struct ColAttributes
{
bgstack15