Next attempt at dynlib.cpp
Disabled ImLib's cashing Confirmed Vadim's changes to wxListCtrl :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -605,11 +605,11 @@ class wxListCtrl: public wxControl
|
||||
wxColour GetBackgroundColour() const
|
||||
{ return m_mainWin->GetBackgroundColour(); }
|
||||
void SetBackgroundColour( const wxColour &colour )
|
||||
{ m_mainWin->SetBackgroundColour(colour); }
|
||||
{ m_mainWin->SetBackgroundColour( colour ); }
|
||||
wxColour GetForegroundColour() const
|
||||
{ return m_mainWin->GetForegroundColour(); }
|
||||
void SetForegroundColour( const wxColour &colour )
|
||||
{ m_mainWin->SetForegroundColour(colour); }
|
||||
{ m_mainWin->SetForegroundColour( colour ); }
|
||||
bool PopupMenu( wxMenu *menu, int x, int y )
|
||||
{ return m_mainWin->PopupMenu( menu, x, y ); }
|
||||
|
||||
|
Reference in New Issue
Block a user