12#include "GUIWndCtrlBase.h"
13#include "GUIDefinitions.h"
59 void SetCheck(int32_t i32Check,
bool bInvalidate =
true);
78 virtual void Enable(
bool bEnable);
87 virtual bool IsEnabled()
const;
95 virtual
void PreSubclassWindow();
96 afx_msg LRESULT OnSetCheck(WPARAM wParam, LPARAM lParam);
97 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
98 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
99 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
100 afx_msg
void OnMouseHover(UINT nFlags, CPoint point);
101 afx_msg
void OnMouseLeave();
102 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
103 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
104 afx_msg
void OnEnable(BOOL bEnable);
105 afx_msg
void OnSetFocus(CWnd* pOldWnd);
106 afx_msg
void OnKillFocus(CWnd* pNewWnd);
109 virtual
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override;
110 virtual
void DrawButton(CDC* pDC, const CRect& rect);
111 virtual
void DrawText(CDC* pDC, CRect rect);
114 bool m_bTextAlignDirty;
119 UINT m_u32CheckState;
EGUIStringTrimming
Cut option if string is out of layout square.
Definition GUIDefinitions.h:9360
EGUIAlignment
Alignment information.
Definition GUIDefinitions.h:9222