X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d..4ce3ebd3f5637f72f93407524e6fc40ade063a14:/interface/wx/ribbon/page.h?ds=sidebyside diff --git a/interface/wx/ribbon/page.h b/interface/wx/ribbon/page.h index 04a0254183..72348ee23a 100644 --- a/interface/wx/ribbon/page.h +++ b/interface/wx/ribbon/page.h @@ -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).