Code cleanup and clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1953,8 +1953,10 @@ protected:
|
||||
wxPGProperty* property ) const;
|
||||
|
||||
/** Draws items from topitemy to bottomitemy */
|
||||
void DrawItems( wxDC& dc, unsigned int topitemy, unsigned int bottomitemy,
|
||||
const wxRect* clip_rect = (const wxRect*) NULL );
|
||||
void DrawItems( wxDC& dc,
|
||||
unsigned int topItemY,
|
||||
unsigned int bottomItemY,
|
||||
const wxRect* drawRect = NULL );
|
||||
|
||||
// Translate wxKeyEvent to wxPG_ACTION_XXX
|
||||
int KeyEventToActions(wxKeyEvent &event, int* pSecond) const;
|
||||
|
Reference in New Issue
Block a user