Inheritance diagram for CLineNumberEdit:

Public Member Functions | |
| CLineNumberEdit () | |
| virtual | ~CLineNumberEdit () |
| void | SetMarginForegroundColor (COLORREF col, BOOL redraw=TRUE, BOOL bEnabled=TRUE) |
| void | SetMarginBackgroundColor (COLORREF col, BOOL redraw=TRUE, BOOL bEnabled=TRUE) |
| void | SetLineNumberFormat (CString format) |
| void | SetLineNumberRange (UINT nMin, UINT nMax=0) |
| void | UseSystemColours (BOOL bUseEnabled=TRUE, BOOL bUseDisabled=TRUE) |
| int | GetLineHeight () |
Protected Member Functions | |
| virtual void | PreSubclassWindow () |
| virtual afx_msg void | OnEnable (BOOL bEnable) |
| virtual afx_msg void | OnSysColorChange () |
| virtual afx_msg void | OnChange () |
| virtual afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| virtual afx_msg void | OnVscroll () |
| virtual afx_msg void | OnSize (UINT nType, int cx, int cy) |
| virtual afx_msg LRESULT | OnSetFont (WPARAM wParam, LPARAM lParam) |
| virtual afx_msg LRESULT | OnSetText (WPARAM wParam, LPARAM lParam) |
| virtual afx_msg LRESULT | OnLineScroll (WPARAM wParam, LPARAM lParam) |
| virtual afx_msg LRESULT | OnSelectLine (WPARAM wParam, LPARAM lParam) |
Definition at line 43 of file LineNumberEdit.h.
1.4.5