mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib: Removed BarCtrl::GetSize (name clash)
This commit is contained in:
parent
0464c181c5
commit
e6d8f90f42
1 changed files with 0 additions and 1 deletions
|
|
@ -265,7 +265,6 @@ public:
|
|||
|
||||
int GetHeight() const { return pane.GetPaneSize(true, INT_MAX).cy; }
|
||||
int GetWidth() const { return pane.GetPaneSize(true, INT_MAX).cx; }
|
||||
Size GetSize() const { return Size(GetWidth(), GetHeight()); }
|
||||
|
||||
BarCtrl& Align(int align);
|
||||
BarCtrl& Top() { return Align(BAR_TOP); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue