Skip to content

Commit

Permalink
Add support for placing the tab bar on the title bar (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka authored Sep 28, 2024
1 parent 4b490aa commit 3580866
Show file tree
Hide file tree
Showing 54 changed files with 1,101 additions and 260 deletions.
6 changes: 3 additions & 3 deletions Src/BasicFlatStatusBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ class CBasicFlatStatusBar : public CStatusBar
{
DECLARE_DYNAMIC(CBasicFlatStatusBar)
public:
CBasicFlatStatusBar();
CBasicFlatStatusBar();

protected:
CPoint CBasicFlatStatusBar::GetClientCursorPos() const;
int GetIndexFromPoint(const CPoint& pt) const;
static COLORREF LightenColor(COLORREF color, double amount);

afx_msg void OnPaint();
afx_msg void OnPaint();
afx_msg BOOL OnEraseBkgnd(CDC *pDC);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnMouseLeave();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
DECLARE_MESSAGE_MAP()
DECLARE_MESSAGE_MAP()

bool m_bMouseTracking;
int m_nTrackingPane;
Expand Down
Loading

0 comments on commit 3580866

Please sign in to comment.