Home
last modified time | relevance | path

Searched refs:cr3scroll (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3wx/src/
H A Dcr3.h29 cr3scroll : public wxScrollBar
34 cr3scroll( cr3view * view ) in cr3scroll() function
89 cr3scroll * _scrollBar;
H A Dcr3.cpp256 BEGIN_EVENT_TABLE( cr3scroll, wxScrollBar ) in BEGIN_EVENT_TABLE()
257 EVT_SET_FOCUS( cr3scroll::OnSetFocus ) in BEGIN_EVENT_TABLE()
1096 _scrollBar = new cr3scroll(_view); in OnInitDialog()
1515 void cr3scroll::OnSetFocus( wxFocusEvent& event ) in OnSetFocus()