- indexing
- title: "Function flags"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_FUNCFLAGS
- feature -- The function should not be accessible from macro languages.
-- This flag is intended for system-level functions or functions
-- that you do not want type browsers to display.
-
FUNCFLAG_FRESTRICTED: INTEGER
-
FUNCFLAG_FSOURCE: INTEGER
-
FUNCFLAG_FBINDABLE: INTEGER
-
FUNCFLAG_FREQUESTEDIT: INTEGER
-
FUNCFLAG_FDISPLAYBIND: INTEGER
-
FUNCFLAG_FDEFAULTBIND: INTEGER
end -- class EOLE_FUNCFLAGS