Home
last modified time | relevance | path

Searched refs:WS_EX_LAYOUTRTL (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/l10n/
H A Dl10n_util_win.cc44 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL | WS_EX_RTLREADING; in GetExtendedStyles()
48 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL; in GetExtendedTooltipStyles()
55 if (!(ex_style & WS_EX_LAYOUTRTL)) { in HWNDSetRTLLayout()
56 ex_style |= WS_EX_LAYOUTRTL; in HWNDSetRTLLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/l10n/
H A Dl10n_util_win.cc44 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL | WS_EX_RTLREADING; in GetExtendedStyles()
48 return !base::i18n::IsRTL() ? 0 : WS_EX_LAYOUTRTL; in GetExtendedTooltipStyles()
55 if (!(ex_style & WS_EX_LAYOUTRTL)) { in HWNDSetRTLLayout()
56 ex_style |= WS_EX_LAYOUTRTL; in HWNDSetRTLLayout()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsUXThemeConstants.h179 #ifndef WS_EX_LAYOUTRTL
180 #define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsUXThemeConstants.h180 #ifndef WS_EX_LAYOUTRTL
181 # define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsUXThemeConstants.h180 #ifndef WS_EX_LAYOUTRTL
181 #define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsUXThemeConstants.h180 #ifndef WS_EX_LAYOUTRTL
181 # define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsUXThemeConstants.h183 #ifndef WS_EX_LAYOUTRTL
184 # define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsUXThemeConstants.h180 #ifndef WS_EX_LAYOUTRTL
181 # define WS_EX_LAYOUTRTL 0x00400000L // Right to left mirroring macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/win/
H A Dcore.rc.jinja237 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW {% if IsRtlLanguage(lang) %} | WS_EX_LAYOUTRTL | WS_EX_RTL…
48 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW {% if IsRtlLanguage(lang) %} | WS_EX_LAYOUTRTL | WS_EX_RTL…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dmissing.h128 #ifndef WS_EX_LAYOUTRTL
129 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h125 #ifndef WS_EX_LAYOUTRTL
126 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h125 #ifndef WS_EX_LAYOUTRTL
126 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h125 #ifndef WS_EX_LAYOUTRTL
126 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h125 #ifndef WS_EX_LAYOUTRTL
126 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dmissing.h142 #ifndef WS_EX_LAYOUTRTL
143 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dmissing.h142 #ifndef WS_EX_LAYOUTRTL
143 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dwindow.h119 #define WS_EX_LAYOUTRTL 0x00400000 macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DFontDialog.java174 if (dialogOrientation == SWT.RIGHT_TO_LEFT) exStyle |= OS.WS_EX_LAYOUTRTL; in open()
H A DColorDialog.java166 if (dialogOrientation == SWT.RIGHT_TO_LEFT) exStyle |= OS.WS_EX_LAYOUTRTL; in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/
H A DBidiUtil.java547 bits |= OS.WS_EX_LAYOUTRTL; in setOrientation()
549 bits &= ~OS.WS_EX_LAYOUTRTL; in setOrientation()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/w32widgets/
H A DW32PropertySheet.cpp103 SetWindowLong(hDialog, GWL_EXSTYLE, exStyle | WS_EX_LAYOUTRTL); in PSCallback()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dtooltip.cpp226 exflags |= WS_EX_LAYOUTRTL; in GetToolTipCtrl()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dtooltip.cpp226 exflags |= WS_EX_LAYOUTRTL; in GetToolTipCtrl()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dtooltip.cpp226 exflags |= WS_EX_LAYOUTRTL; in GetToolTipCtrl()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dtooltip.cpp226 exflags |= WS_EX_LAYOUTRTL; in GetToolTipCtrl()

12345678910>>...14