mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
added GetVisibleCount, activated WhenPasteCell
git-svn-id: svn://ultimatepp.org/upp/trunk@384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6abd307765
commit
6a6ae049ed
3 changed files with 16 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue