]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/page.h
Set svn properties on recently added files.
[wxWidgets.git] / interface / wx / ribbon / page.h
index 04a025418376777d38b398b23e29c1579619caad..72348ee23a623e55f36cf6df53ddff12ac59b351 100644 (file)
@@ -77,7 +77,7 @@ public:
 
     /**
         Get the icon used for the page in the ribbon bar tab area (only
-        displayed if the ribbon bar is actuallt showing icons).
+        displayed if the ribbon bar is actually showing icons).
     */
     wxBitmap& GetIcon();
   
@@ -86,7 +86,7 @@ public:
     
         When a page is too small to display all of its children, scroll buttons
         will appear (and if the page is sized up enough, they will disappear again).
-        Slightly counter-intuively, these buttons are created as siblings of the
+        Slightly counter-intuitively, these buttons are created as siblings of the
         page rather than children of the page (to achieve correct cropping and
         paint ordering of the children and the buttons). When there are no scroll
         buttons, this function behaves the same as SetSize(), however when there
@@ -94,7 +94,7 @@ public:
         then calls SetSize() with the remaining area.
     
         This is provided as a separate function to SetSize() rather than within
-        the implementation of SetSize(), as iteracting algorithms may not expect
+        the implementation of SetSize(), as interacting algorithms may not expect
         SetSize() to also set the size of siblings.
     */
     void SetSizeWithScrollButtonAdjustment(int x, int y, int width, int height);
@@ -138,7 +138,7 @@ public:
         Scroll the page by some amount up / down / left / right.
     
         When the page's children are too big to fit in the onscreen area given to
-        the page, scroll buttons will appear, and the page can be programatically
+        the page, scroll buttons will appear, and the page can be programmatically
         scrolled. Positive values of @a lines will scroll right or down, while
         negative values will scroll up or left (depending on the direction in which
         panels are stacked). A line is equivalent to a constant number of pixels.
@@ -155,7 +155,7 @@ public:
         Scroll the page by a set number of pixels up / down / left / right.
     
         When the page's children are too big to fit in the onscreen area given to
-        the page, scroll buttons will appear, and the page can be programatically
+        the page, scroll buttons will appear, and the page can be programmatically
         scrolled. Positive values of @a lines will scroll right or down, while
         negative values will scroll up or left (depending on the direction in which
         panels are stacked).