fix parent class and constant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -395,7 +395,7 @@ public:
|
|||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
@category{ctrl}
|
@category{ctrl}
|
||||||
*/
|
*/
|
||||||
class wxHeaderColumnSimple : public wxHeaderColumn
|
class wxHeaderColumnSimple : public wxSettableHeaderColumn
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//@{
|
//@{
|
||||||
@@ -411,7 +411,7 @@ public:
|
|||||||
int flags = wxCOL_DEFAULT_FLAGS);
|
int flags = wxCOL_DEFAULT_FLAGS);
|
||||||
|
|
||||||
wxHeaderColumnSimple(const wxBitmap &bitmap,
|
wxHeaderColumnSimple(const wxBitmap &bitmap,
|
||||||
int width = wxDVC_DEFAULT_WIDTH,
|
int width = wxCOL_WIDTH_DEFAULT,
|
||||||
wxAlignment align = wxALIGN_CENTER,
|
wxAlignment align = wxALIGN_CENTER,
|
||||||
int flags = wxCOL_DEFAULT_FLAGS);
|
int flags = wxCOL_DEFAULT_FLAGS);
|
||||||
//@}
|
//@}
|
||||||
|
Reference in New Issue
Block a user