Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_TOOL_BAR_BUTTON General cluster: wel description: "Contains information about a button in a toolbar." create: make, make_button, make_drop_down_button, make_check, make_check_group, make_group, make_separator, make_by_pointer Ancestors WEL_STRUCTURE* WEL_TB_STATE_CONSTANTS WEL_TB_STYLE_CONSTANTS Queries bitmap_index: INTEGER_32 Btns_autosize: INTEGER_32 Btns_dropdown: INTEGER_32 Btns_showtext: INTEGER_32 command_id: INTEGER_32 data: INTEGER_32 exists: BOOLEAN is_equal (other: [like Current] WEL_TOOL_BAR_BUTTON): BOOLEAN item: POINTER shared: BOOLEAN state: INTEGER_32 string_index: INTEGER_32 Structure_size: INTEGER_32 style: INTEGER_32 Tbstate_checked: INTEGER_32 Tbstate_enabled: INTEGER_32 Tbstate_hidden: INTEGER_32 Tbstate_indeterminate: INTEGER_32 Tbstate_pressed: INTEGER_32 Tbstate_wrap: INTEGER_32 Tbstyle_altdrag: INTEGER_32 Tbstyle_autosize: INTEGER_32 Tbstyle_button: INTEGER_32 Tbstyle_check: INTEGER_32 Tbstyle_checkgroup: INTEGER_32 Tbstyle_customerase: INTEGER_32 Tbstyle_dropdown: INTEGER_32 Tbstyle_ex_doublebuffer: INTEGER_32 Tbstyle_ex_drawddarrows: INTEGER_32 Tbstyle_ex_hideclippedbuttons: INTEGER_32 Tbstyle_ex_mixedbuttons: INTEGER_32 Tbstyle_flat: INTEGER_32 Tbstyle_group: INTEGER_32 Tbstyle_list: INTEGER_32 Tbstyle_sep: INTEGER_32 Tbstyle_tooltips: INTEGER_32 Tbstyle_transparent: INTEGER_32 Tbstyle_wrapable: INTEGER_32 Commands copy (other: [like Current] WEL_TOOL_BAR_BUTTON) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_bitmap_index (a_bitmap_index: INTEGER_32) set_command_id (a_command_id: INTEGER_32) set_data (a_data: INTEGER_32) set_item (an_item: POINTER) set_shared set_state (a_state: INTEGER_32) set_string_index (a_string_index: INTEGER_32) set_style (a_style: INTEGER_32) set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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