mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-15 19:49:29 -06:00
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:
parent
c105b3cdd4
commit
d554697139
@ -395,7 +395,7 @@ public:
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
*/
|
||||
class wxHeaderColumnSimple : public wxHeaderColumn
|
||||
class wxHeaderColumnSimple : public wxSettableHeaderColumn
|
||||
{
|
||||
public:
|
||||
//@{
|
||||
@ -411,7 +411,7 @@ public:
|
||||
int flags = wxCOL_DEFAULT_FLAGS);
|
||||
|
||||
wxHeaderColumnSimple(const wxBitmap &bitmap,
|
||||
int width = wxDVC_DEFAULT_WIDTH,
|
||||
int width = wxCOL_WIDTH_DEFAULT,
|
||||
wxAlignment align = wxALIGN_CENTER,
|
||||
int flags = wxCOL_DEFAULT_FLAGS);
|
||||
//@}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user