Skip to content

Commit

Permalink
added function to retrieve size grip window control
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed Dec 30, 2017
1 parent e976d08 commit d3897e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ResizableLib/ResizableGrip.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class CResizableGrip
void HideSizeGrip(DWORD* pStatus, DWORD dwMask = 1); // temp hide the size grip
BOOL SetSizeGripBkMode(int nBkMode); // like CDC::SetBkMode
void SetSizeGripShape(BOOL bTriangular);
CWnd* GetSizeGripWnd() { return &m_wndGrip; }

virtual CWnd* GetResizableWnd() const = 0;

Expand Down

0 comments on commit d3897e0

Please sign in to comment.