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:
@@ -35,7 +35,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxStatusBarNameStr[];
|
|||||||
// wxStatusBarPane: an helper for wxStatusBar
|
// wxStatusBarPane: an helper for wxStatusBar
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class wxStatusBarPane
|
class WXDLLIMPEXP_CORE wxStatusBarPane
|
||||||
{
|
{
|
||||||
// only wxStatusBarBase can access our internal members and modify them:
|
// only wxStatusBarBase can access our internal members and modify them:
|
||||||
friend class WXDLLIMPEXP_FWD_CORE wxStatusBarBase;
|
friend class WXDLLIMPEXP_FWD_CORE wxStatusBarBase;
|
||||||
|
@@ -10,6 +10,11 @@
|
|||||||
@class wxStatusBarPane
|
@class wxStatusBarPane
|
||||||
|
|
||||||
A status bar pane data container used by wxStatusBar.
|
A status bar pane data container used by wxStatusBar.
|
||||||
|
|
||||||
|
@library{wxcore}
|
||||||
|
@category{miscwnd}
|
||||||
|
|
||||||
|
@see wxStatusBar
|
||||||
*/
|
*/
|
||||||
class wxStatusBarPane
|
class wxStatusBarPane
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user