Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_NOTEBOOK_TAB General cluster: implementation_mswin description: "Tabs in SD_NOTEBOOK" create: make Ancestors HASHABLE* SD_DOCKING_MANAGER_HOLDER* Action sequences close_actions: EV_NOTIFY_ACTION_SEQUENCE drag_actions: EV_POINTER_MOTION_ACTION_SEQUENCE drop_actions: detachable SD_CONTENT_PND_ACTION_SEQUENCE select_actions: EV_NOTIFY_ACTION_SEQUENCE Queries docking_manager: SD_DOCKING_MANAGER font: detachable EV_FONT hash_code: INTEGER_32 height: INTEGER_32 info: SD_NOTEBOOK_TAB_INFO internal_draw_pixmap: BOOLEAN is_destroyed: BOOLEAN is_displayed: BOOLEAN is_docking_manager_attached: BOOLEAN is_enough_space: BOOLEAN is_focused: BOOLEAN is_hashable: BOOLEAN is_hot: BOOLEAN is_pointer_in_close_area: BOOLEAN is_pointer_pressed: BOOLEAN is_selected: BOOLEAN parent: detachable SD_NOTEBOOK_TAB_BOX pixmap: EV_PIXMAP preferred_size: INTEGER_32 rectangle: EV_RECTANGLE screen_x: INTEGER_32 screen_y: INTEGER_32 text: STRING_32 tool_tip: detachable STRING_32 width: INTEGER_32 x: INTEGER_32 Commands clear_docking_manager clear_pressed_flag destroy hide on_expose set_docking_manager (a_docking_manager: [like docking_manager] SD_DOCKING_MANAGER) set_draw_pixmap set_drop_actions (a_actions: SD_CONTENT_PND_ACTION_SEQUENCE) set_enough_space set_font (a_font: [like font] detachable EV_FONT) set_pixmap (a_pixmap: EV_PIXMAP) set_selected (a_selected, a_focused: BOOLEAN) set_selection_color (a_focused: BOOLEAN) set_text (a_text: READABLE_STRING_GENERAL) set_tool_tip (a_text: detachable READABLE_STRING_GENERAL) set_width_not_enough_space (a_width: INTEGER_32) show Constraints internal shared not void select actions not void drag actions not void internal tab drawer not void info not void close actions not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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