mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-07 22:03:42 -06:00
Docking: DockableCtrl::GetContainer made protected
git-svn-id: svn://ultimatepp.org/upp/trunk@2561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cb3b67f5c9
commit
fca616f19d
1 changed files with 2 additions and 1 deletions
|
|
@ -44,8 +44,9 @@ private:
|
|||
|
||||
const Style *style;
|
||||
|
||||
DockCont *GetContainer() const;
|
||||
void StopHighlight() { Refresh(); }
|
||||
protected:
|
||||
DockCont *GetContainer() const;
|
||||
public:
|
||||
Callback1<Bar&> WhenMenuBar;
|
||||
Callback WhenState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue