Home
last modified time | relevance | path

Searched refs:LBS_USETABSTOPS (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Doledlg.dlg19 LBS_USETABSTOPS | WS_VSCROLL | WS_GROUP | WS_TABSTOP
27 LBS_USETABSTOPS | NOT WS_VISIBLE | WS_DISABLED |
76 LBS_OWNERDRAWFIXED | LBS_USETABSTOPS | LBS_EXTENDEDSEL |
103 LISTBOX IDC_PS_PASTELIST,65,36,153,57,LBS_USETABSTOPS | NOT
105 LISTBOX IDC_PS_PASTELINKLIST,65,36,153,57,LBS_USETABSTOPS | NOT
107 LISTBOX IDC_PS_DISPLAYLIST,65,36,153,57,LBS_USETABSTOPS |
148 LBS_USETABSTOPS | WS_VSCROLL | WS_GROUP | WS_TABSTOP
150 LBS_USETABSTOPS | WS_VSCROLL | WS_GROUP | WS_TABSTOP
320 LBS_USETABSTOPS | WS_VSCROLL | WS_GROUP | WS_TABSTOP
374 LBS_USETABSTOPS | WS_VSCROLL | WS_GROUP | WS_TABSTOP
[all …]
Dwinuser.rh1070 #define LBS_USETABSTOPS 0x0080L
Dwinuser.h4580 #define LBS_USETABSTOPS __MSABI_LONG(0x0080) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs10682 pub const LBS_USETABSTOPS: u32 = 128; constant