X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4072ec3546f97dbe31ead5e695a50f65317ff3de..24fe8dc7f8f5426de2fb748b97c79e52b60db89d:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 8033d8540d..be319e0322 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1122,6 +1122,8 @@ enum wxBorder #define wxTB_DOCKABLE 0x0040 // use native docking under GTK #define wxTB_NOICONS 0x0080 // don't show the icons #define wxTB_TEXT 0x0100 // show the text +#define wxTB_NODIVIDER 0x0200 // don't show the divider (Windows) +#define wxTB_NOALIGN 0x0400 // no automatic alignment (Windows) /* * wxStatusBar95 flags @@ -1473,8 +1475,8 @@ enum wxKeyCode WXK_MENU, WXK_PAUSE, WXK_CAPITAL, - WXK_PRIOR, /* Page up */ - WXK_NEXT, /* Page down */ + WXK_PRIOR, // Page up + WXK_NEXT, // Page down WXK_END, WXK_HOME, WXK_LEFT,