- indexing
- title: "Compobox control"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class COMBO_BOX
- inherit
-
LIST_BOX
-
- rename
-
make
as lb_make
-
- redefine
- build,
- init,
- internal_add,
- internal_clear_selection,
- internal_get_current_pos,
- internal_insert,
- internal_lock,
- internal_number_of_entries,
- internal_remove,
- internal_set_current_pos,
- internal_set_item_height,
- internal_unlock,
- internal_wipe
- end
- creation
- load,
- make
- feature
-
make (s: STRING; r: RECT; ctx: INTEGER; sd: BOOLEAN)
-
init
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
end -- class COMBO_BOX