added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,10 @@ enum
|
||||
|
||||
// show the text and the icons alongside, not vertically stacked (Win32/GTK)
|
||||
wxTB_HORZ_LAYOUT = 0x0800,
|
||||
wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT
|
||||
wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT,
|
||||
|
||||
// don't show the toolbar short help tooltips
|
||||
wxTB_NO_TOOLTIPS = 0x1000
|
||||
};
|
||||
|
||||
#if wxUSE_TOOLBAR
|
||||
|
Reference in New Issue
Block a user