Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_MENU_BAR_IMP General cluster: implementation_mswin description: "Eiffel Vision menu bar. Mswindows implementation." create: make Ancestors EV_MENU_BAR_I* EV_MENU_ITEM_LIST_IMP* Action sequences item_select_actions: EV_MENU_ITEM_SELECT_ACTION_SEQUENCE new_item_actions: EV_LITE_ACTION_SEQUENCE [EV_ITEM] remove_item_actions: EV_LITE_ACTION_SEQUENCE [EV_ITEM] Queries clear_flag (flags, mask: INTEGER_32): INTEGER_32 count: INTEGER_32 cursor: EV_DYNAMIC_LIST_CURSOR [EV_MENU_ITEM] cwin_hi_word (value: POINTER): INTEGER_32 cwin_lo_word (value: POINTER): INTEGER_32 cwin_make_long (low, high: INTEGER_32): POINTER cwin_make_lparam (low, high: INTEGER_32): POINTER dpi: NATURAL_32 exists: BOOLEAN flag_set (flags, mask: INTEGER_32): BOOLEAN has (v: [detachable like item] detachable EV_MENU_ITEM): BOOLEAN height: INTEGER_32 i_th (i: INTEGER_32): [like item] EV_MENU_ITEM id_string (an_id: INTEGER_32): STRING_32 index: INTEGER_32 index_of (v: [detachable like item] detachable EV_MENU_ITEM; i: INTEGER_32): INTEGER_32 is_destroyed: BOOLEAN item: EV_MENU_ITEM item_by_data (data: ANY): [detachable like item] detachable EV_MENU_ITEM item_checked (an_id: INTEGER_32): BOOLEAN item_enabled (an_id: INTEGER_32): BOOLEAN item_exists (an_id: INTEGER_32): BOOLEAN Mf_append: INTEGER_32 Mf_bitmap: INTEGER_32 Mf_bycommand: INTEGER_32 Mf_byposition: INTEGER_32 Mf_change: INTEGER_32 Mf_checked: INTEGER_32 Mf_delete: INTEGER_32 Mf_disabled: INTEGER_32 Mf_enabled: INTEGER_32 Mf_end: INTEGER_32 Mf_grayed: INTEGER_32 Mf_help: INTEGER_32 Mf_hilite: INTEGER_32 Mf_insert: INTEGER_32 Mf_menubarbreak: INTEGER_32 Mf_menubreak: INTEGER_32 Mf_mouseselect: INTEGER_32 Mf_ownerdraw: INTEGER_32 Mf_popup: INTEGER_32 Mf_remove: INTEGER_32 Mf_separator: INTEGER_32 Mf_string: INTEGER_32 Mf_sysmenu: INTEGER_32 Mf_unchecked: INTEGER_32 Mf_unhilite: INTEGER_32 Mf_usecheckbitmaps: INTEGER_32 minimum_height: INTEGER_32 minimum_width: INTEGER_32 off: BOOLEAN parent: detachable EV_WINDOW popup_exists (position: INTEGER_32): BOOLEAN popup_menu (position: INTEGER_32): WEL_MENU position_enabled (position: INTEGER_32): BOOLEAN position_to_item_id (position: INTEGER_32): INTEGER_32 retrieve_item_by_data (data: detachable ANY; should_compare_objects: BOOLEAN): detachable EV_MENU_ITEM retrieve_items_by_data (data: ANY; should_compare_objects: BOOLEAN): ARRAYED_LIST [EV_MENU_ITEM] screen_x: INTEGER_32 screen_y: INTEGER_32 set_flag (flags, mask: INTEGER_32): INTEGER_32 shared: BOOLEAN to_lparam (i: INTEGER_32): POINTER to_lresult (i: INTEGER_32): POINTER to_wparam (i: INTEGER_32): POINTER tpm_bottomalign: INTEGER_32 tpm_centeralign: INTEGER_32 tpm_leftalign: INTEGER_32 tpm_leftbutton: INTEGER_32 tpm_returncmd: INTEGER_32 tpm_rightalign: INTEGER_32 tpm_rightbutton: INTEGER_32 tpm_topalign: INTEGER_32 tpm_vcenteralign: INTEGER_32 valid_cursor (p: CURSOR): BOOLEAN wel_count: INTEGER_32 wel_item: POINTER width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 Commands append (s: SEQUENCE [EV_MENU_ITEM]) append_bitmap (bitmap: WEL_BITMAP; an_id: INTEGER_32) append_popup (a_menu: WEL_MENU; a_title: READABLE_STRING_GENERAL) append_separator append_string (a_string: READABLE_STRING_GENERAL; an_id: INTEGER_32) append_string_with_break (a_string: READABLE_STRING_GENERAL; an_id: INTEGER_32; has_separator: BOOLEAN) back check_item (an_id: INTEGER_32) delete_item (an_id: INTEGER_32) delete_position (position: INTEGER_32) disable_item (an_id: INTEGER_32) disable_position (position: INTEGER_32) dispose enable_item (an_id: INTEGER_32) enable_position (position: INTEGER_32) extend (v: [like item] EV_MENU_ITEM) forth go_i_th (i: INTEGER_32) go_to (p: CURSOR) hilite_menu_item (window: WEL_COMPOSITE_WINDOW; an_id: INTEGER_32) insert_bitmap (bitmap: WEL_BITMAP; a_position, an_id: INTEGER_32) insert_popup (a_menu: WEL_MENU; a_position: INTEGER_32; a_title: READABLE_STRING_GENERAL) insert_separator (a_position: INTEGER_32) insert_string (a_string: READABLE_STRING_GENERAL; a_position, an_id: INTEGER_32) make merge_left (other: [like attached_interface] attached EV_MENU_BAR) merge_right (other: [like attached_interface] attached EV_MENU_BAR) modify_string (a_string: READABLE_STRING_GENERAL; an_id: INTEGER_32) move (i: INTEGER_32) old_make (an_interface: [attached like interface] attached EV_MENU_BAR) prune (v: [like item] EV_MENU_ITEM) put_front (v: [like item] EV_MENU_ITEM) put_i_th (v: [like item] EV_MENU_ITEM; i: INTEGER_32) put_left (v: [like item] EV_MENU_ITEM) put_right (v: [like item] EV_MENU_ITEM) redraw (window: WEL_COMPOSITE_WINDOW) remove remove_left remove_position (position: INTEGER_32) remove_right replace (v: [like item] EV_MENU_ITEM) set_item (an_item: POINTER) set_shared set_unshared show_track (x, y: INTEGER_32; window: WEL_COMPOSITE_WINDOW) show_track_with_option (x, y: INTEGER_32; window: WEL_COMPOSITE_WINDOW; option: INTEGER_32; rect: detachable WEL_RECT) start uncheck_item (an_id: INTEGER_32) unhilite_menu_item (window: WEL_COMPOSITE_WINDOW; an_id: INTEGER_32) wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org