Home
last modified time | relevance | path

Searched refs:WS_BORDER (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Drcparse.y360 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
385 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
412 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
597 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
598 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
682 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
683 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
706 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
707 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
744 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
[all …]
Dwindint.h480 #define WS_BORDER 0x800000L macro