]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statusbr.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / interface / wx / statusbr.h
index bd1eabd32614b52fab6bd80ffe0194758467417b..d97648ead8e3873ffaa1a018c6cc1fe7ff9979df 100644 (file)
@@ -12,7 +12,7 @@
     A status bar pane data container used by wxStatusBar.
 
     @library{wxcore}
-    @category{miscwnd}
+    @category{data}
 
     @see wxStatusBar
 */
@@ -43,8 +43,7 @@ public:
         Also note that GetStack().Last() is the top of the stack (i.e. the string shown 
         in the status bar).
     */
-    const wxArrayString& GetStack() const
-        { return m_arrStack; }
+    const wxArrayString& GetStack() const;
 };
 
 /**
@@ -132,8 +131,7 @@ public:
     /**
         Returns the wxStatusBarPane representing the @a n-th field.
     */
-    const wxStatusBarPane& GetField(int n) const
-        { return m_panes[n]; }
+    const wxStatusBarPane& GetField(int n) const;
     
     /**
         Returns the string associated with a status bar field.
@@ -154,24 +152,21 @@ public:
         
         See wxStatusBarPane::GetStack() for more info.
     */
-    const wxArrayString& GetStatusStack(int n) const
-        { return m_panes[n].GetStack(); }
+    const wxArrayString& GetStatusStack(int n) const;
 
     /**
         Returns the width of the @a n-th field.
         
         See wxStatusBarPane::GetWidth() for more info.
     */
-    int GetStatusWidth(int n) const
-        { return m_panes[n].GetWidth(); }
+    int GetStatusWidth(int n) const;
 
     /**
         Returns the style of the @a n-th field.
         
         See wxStatusBarPane::GetStyle() for more info.
     */
-    int GetStatusStyle(int n) const
-        { return m_panes[n].GetStyle(); }
+    int GetStatusStyle(int n) const;
         
     /**
         Sets the field text to the top of the stack, and pops the stack of saved