summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-13 13:49:38 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-13 13:49:38 -0400
commit7ed2158034ef5c26eed7fed9aa3c118d79a06fa8 (patch)
tree979e6628193f88d2140e722a3893321904869896 /wx+/grid.h
parentadd extra_log.h (diff)
downloadFreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.tar.gz
FreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.tar.bz2
FreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.zip
add upstream 13.013.0
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