Home
last modified time | relevance | path

Searched refs:BF_TOP (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/editors/lazarus/lazarus/lcl/include/
H A Dtoolwindow.inc76 FEdgeBorderType := FEdgeBorderType or longint(BF_TOP);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dtoolwindow.inc76 FEdgeBorderType := FEdgeBorderType or longint(BF_TOP);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dtoolwindow.inc76 FEdgeBorderType := FEdgeBorderType or longint(BF_TOP);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dtoolwindow.inc76 FEdgeBorderType := FEdgeBorderType or longint(BF_TOP);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dwinuser.h2467 #define BF_TOP 0x0002 macro
2476 #define BF_TOPLEFT (BF_TOP | BF_LEFT)
2477 #define BF_TOPRIGHT (BF_TOP | BF_RIGHT)
2480 #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
2481 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT)
2482 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dwinuser.h2470 #define BF_TOP 0x0002 macro
2479 #define BF_TOPLEFT (BF_TOP | BF_LEFT)
2480 #define BF_TOPRIGHT (BF_TOP | BF_RIGHT)
2483 #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
2484 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT)
2485 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dwinuser.h2467 #define BF_TOP 0x0002 macro
2476 #define BF_TOPLEFT (BF_TOP | BF_LEFT)
2477 #define BF_TOPRIGHT (BF_TOP | BF_RIGHT)
2480 #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
2481 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT)
2482 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Dconstants.py4089 BF_TOP = 2 variable
4092 BF_TOPLEFT = (BF_TOP | BF_LEFT)
4093 BF_TOPRIGHT = (BF_TOP | BF_RIGHT)
4096 BF_RECT = (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
4098 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL | BF_TOP | BF_RIGHT)
4099 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Dconstants.py4100 BF_TOP = 2 variable
4103 BF_TOPLEFT = (BF_TOP | BF_LEFT)
4104 BF_TOPRIGHT = (BF_TOP | BF_RIGHT)
4107 BF_RECT = (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
4109 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL | BF_TOP | BF_RIGHT)
4110 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsNativeThemeWin.cpp1832 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, in DrawWidgetBackground()
3257 leftFlag = BF_TOP; in DrawTab()
3270 case BF_TOP: in DrawTab()
3272 topFlag = BF_TOP; in DrawTab()
3285 leftFlag = BF_TOP; in DrawTab()
3640 DrawTab(hdc, widgetRect, IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
3775 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsNativeThemeWin.cpp1940 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, nullptr); in DrawWidgetBackground()
3486 leftFlag = BF_TOP; topFlag = BF_LEFT; in DrawTab()
3497 case BF_TOP: in DrawTab()
3498 leftFlag = BF_LEFT; topFlag = BF_TOP; in DrawTab()
3510 leftFlag = BF_TOP; topFlag = BF_RIGHT; in DrawTab()
3878 IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
4015 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsNativeThemeWin.cpp1782 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, in DrawWidgetBackground()
3093 leftFlag = BF_TOP; in DrawTab()
3106 case BF_TOP: in DrawTab()
3108 topFlag = BF_TOP; in DrawTab()
3121 leftFlag = BF_TOP; in DrawTab()
3434 DrawTab(hdc, widgetRect, IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
3569 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/editors/lazarus/lazarus/lcl/
H A Dlcltype.pp679 BF_TOP = 2;
683 BF_TOPLEFT = (BF_TOP or BF_LEFT);
684 BF_TOPRIGHT = (BF_TOP or BF_RIGHT);
687 BF_RECT = (BF_LEFT or BF_TOP or BF_RIGHT or BF_BOTTOM);
690 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL or BF_TOP or BF_RIGHT);
691 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL or BF_TOP or BF_LEFT);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlcltype.pp683 BF_TOP = 2;
687 BF_TOPLEFT = (BF_TOP or BF_LEFT);
688 BF_TOPRIGHT = (BF_TOP or BF_RIGHT);
691 BF_RECT = (BF_LEFT or BF_TOP or BF_RIGHT or BF_BOTTOM);
694 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL or BF_TOP or BF_RIGHT);
695 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL or BF_TOP or BF_LEFT);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dlcltype.pp679 BF_TOP = 2;
683 BF_TOPLEFT = (BF_TOP or BF_LEFT);
684 BF_TOPRIGHT = (BF_TOP or BF_RIGHT);
687 BF_RECT = (BF_LEFT or BF_TOP or BF_RIGHT or BF_BOTTOM);
690 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL or BF_TOP or BF_RIGHT);
691 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL or BF_TOP or BF_LEFT);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlcltype.pp683 BF_TOP = 2;
687 BF_TOPLEFT = (BF_TOP or BF_LEFT);
688 BF_TOPRIGHT = (BF_TOP or BF_RIGHT);
691 BF_RECT = (BF_LEFT or BF_TOP or BF_RIGHT or BF_BOTTOM);
694 BF_DIAGONAL_ENDTOPRIGHT = (BF_DIAGONAL or BF_TOP or BF_RIGHT);
695 BF_DIAGONAL_ENDTOPLEFT = (BF_DIAGONAL or BF_TOP or BF_LEFT);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsNativeThemeWin.cpp1923 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, in DrawWidgetBackground()
3439 leftFlag = BF_TOP; in DrawTab()
3452 case BF_TOP: in DrawTab()
3454 topFlag = BF_TOP; in DrawTab()
3467 leftFlag = BF_TOP; in DrawTab()
3826 DrawTab(hdc, widgetRect, IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
3961 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsNativeThemeWin.cpp1839 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, in DrawWidgetBackground()
3299 leftFlag = BF_TOP; in DrawTab()
3312 case BF_TOP: in DrawTab()
3314 topFlag = BF_TOP; in DrawTab()
3327 leftFlag = BF_TOP; in DrawTab()
3674 DrawTab(hdc, widgetRect, IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
3809 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsNativeThemeWin.cpp1839 DrawThemeEdge(theme, hdc, RP_BAND, 0, &widgetRect, EDGE_ETCHED, BF_TOP, in DrawWidgetBackground()
3299 leftFlag = BF_TOP; in DrawTab()
3312 case BF_TOP: in DrawTab()
3314 topFlag = BF_TOP; in DrawTab()
3327 leftFlag = BF_TOP; in DrawTab()
3674 DrawTab(hdc, widgetRect, IsBottomTab(aFrame) ? BF_BOTTOM : BF_TOP, in ClassicDrawWidgetBackground()
3809 DrawEdge(hdc, &widgetRect, EDGE_RAISED, BF_TOP); in ClassicDrawWidgetBackground()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dmsw_style.c2272 leftFlag = BF_TOP; in DrawTab()
2288 case BF_TOP: in DrawTab()
2290 topFlag = BF_TOP; in DrawTab()
2305 leftFlag = BF_TOP; in DrawTab()
2678 aPosition = BF_TOP; in draw_tab_button()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinuser.h398 #define BF_TOP 2 macro
401 #define BF_TOPLEFT (BF_TOP|BF_LEFT)
402 #define BF_TOPRIGHT (BF_TOP|BF_RIGHT)
405 #define BF_RECT (BF_LEFT|BF_TOP|BF_RIGHT|BF_BOTTOM)
407 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL|BF_TOP|BF_RIGHT)
408 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL|BF_TOP|BF_LEFT)
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinuser.h3009 #define BF_TOP 0x0002 macro
3018 #define BF_TOPLEFT (BF_TOP | BF_LEFT)
3019 #define BF_TOPRIGHT (BF_TOP | BF_RIGHT)
3022 #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
3023 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT)
3024 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT)
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmhmsgwnd.c531 DrawEdge(hdc, &draw_rt, EDGE_SUNKEN, BF_TOP ); in onPaint()
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmhmsgwnd.c531 DrawEdge(hdc, &draw_rt, EDGE_SUNKEN, BF_TOP ); in onPaint()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/
H A Dmhmsgwnd.c531 DrawEdge(hdc, &draw_rt, EDGE_SUNKEN, BF_TOP ); in onPaint()

12345678910>>...12