added GetVisibleCount, activated WhenPasteCell

git-svn-id: svn://ultimatepp.org/upp/trunk@384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2008-08-29 13:23:14 +00:00
parent 6abd307765
commit 6a6ae049ed
3 changed files with 16 additions and 5 deletions

View file

@ -1368,6 +1368,7 @@ class GridCtrl : public Ctrl
int GetCount() const;
int GetRowCount() const { return GetCount(); }
int GetVisibleCount() const;
int GetFixedCount() const;
int GetTotalCount() const;