- indexing
- title: "Visual Eiffel Library.", "Dialog Codes."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_DIALOG_CODES
- feature -- Class data
-
DLGC_WANTARROWS: BIT 32
-
DLGC_WANTTAB: BIT 32
-
DLGC_WANTALLKEYS: BIT 32
-
DLGC_WANTMESSAGE: BIT 32
-
DLGC_HASSETSEL: BIT 32
-
DLGC_DEFPUSHBUTTON: BIT 32
-
DLGC_UNDEFPUSHBUTTON: BIT 32
-
DLGC_RADIOBUTTON: BIT 32
-
DLGC_WANTCHARS: BIT 32
-
DLGC_STATIC: BIT 32
-
DLGC_BUTTON: BIT 32
-
LB_CTLCODE: BIT 32
end -- class WAPI_DIALOG_CODES