leftovers from r59566
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
423939b29a
commit
7235c54d3b
@ -35,7 +35,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxStatusBarNameStr[];
|
||||
// wxStatusBarPane: an helper for wxStatusBar
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class wxStatusBarPane
|
||||
class WXDLLIMPEXP_CORE wxStatusBarPane
|
||||
{
|
||||
// only wxStatusBarBase can access our internal members and modify them:
|
||||
friend class WXDLLIMPEXP_FWD_CORE wxStatusBarBase;
|
||||
|
@ -10,6 +10,11 @@
|
||||
@class wxStatusBarPane
|
||||
|
||||
A status bar pane data container used by wxStatusBar.
|
||||
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
|
||||
@see wxStatusBar
|
||||
*/
|
||||
class wxStatusBarPane
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user