Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_TOOLTIP_TEXT General cluster: wel description: "This structure identifies a tool for which text is to be displayed and receives the text for the tool. This structure is used with the Ttn_needtext notification message." create: make, make_by_nmhdr, make_by_pointer Ancestors WEL_STRUCTURE* WEL_WORD_OPERATIONS Queries 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 exists: BOOLEAN flags: INTEGER_32 hdr: WEL_NMHDR instance: WEL_INSTANCE is_equal (other: [like Current] WEL_TOOLTIP_TEXT): BOOLEAN item: POINTER shared: BOOLEAN Structure_size: INTEGER_32 text: STRING_32 text_id: INTEGER_32 text_id_set: BOOLEAN to_lparam (i: INTEGER_32): POINTER to_lresult (i: INTEGER_32): POINTER to_wparam (i: INTEGER_32): POINTER Commands copy (other: [like Current] WEL_TOOLTIP_TEXT) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_flags (a_flags: INTEGER_32) set_instance (an_instance: WEL_INSTANCE) set_item (an_item: POINTER) set_shared set_text (a_text: READABLE_STRING_GENERAL) set_text_id (an_id: INTEGER_32) set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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