class WEL_TOOL_BAR General cluster: wel.controls description: "Control window that contains one or more buttons. Each buttons sends a command message to the parent window when the user chooses it." create: make Ancestors WEL_CONTROL WEL_MAIN_ARGUMENTS WEL_TB_CONSTANTS WEL_TB_STYLE_CONSTANTS WEL_TBN_CONSTANTS Queries absolute_x: INTEGER absolute_y: INTEGER background_brush: WEL_BRUSH button_checked (command_id: INTEGER): BOOLEAN button_count: INTEGER button_enabled (command_id: INTEGER): BOOLEAN button_hidden (command_id: INTEGER): BOOLEAN button_indeterminate (command_id: INTEGER): BOOLEAN button_pressed (command_id: INTEGER): BOOLEAN button_rect (index: INTEGER): WEL_RECT captured_window: WEL_WINDOW client_rect: WEL_RECT command (message: INTEGER): WEL_COMMAND command_argument (message: INTEGER): ANY command_exists (message: INTEGER): BOOLEAN commands: WEL_COMMAND_MANAGER commands_enabled: BOOLEAN default_processing: BOOLEAN enabled: BOOLEAN ex_style: INTEGER exists: BOOLEAN focused_window: WEL_WINDOW font: WEL_FONT has_bitmap: BOOLEAN has_capture: BOOLEAN has_focus: BOOLEAN has_heavy_capture: BOOLEAN has_horizontal_scroll_bar: BOOLEAN has_return_value: BOOLEAN has_system_font: BOOLEAN has_system_window_locked: BOOLEAN has_vertical_scroll_bar: BOOLEAN heavy_capture_activated: BOOLEAN height: INTEGER i_th_button (index: INTEGER): WEL_TOOL_BAR_BUTTON id: INTEGER is_inside: BOOLEAN item: POINTER last_bitmap_index: INTEGER last_string_index: INTEGER maximal_height: INTEGER maximal_width: INTEGER maximized: BOOLEAN message_return_value: INTEGER minimal_height: INTEGER minimal_width: INTEGER minimized: BOOLEAN parent: WEL_WINDOW placement: WEL_WINDOW_PLACEMENT shared: BOOLEAN shown: BOOLEAN style: INTEGER to_integer: INTEGER tooltip: WEL_TOOLTIP tooltip_exists: BOOLEAN valid_hwnd_constant (c: POINTER): BOOLEAN width: INTEGER window_captured: BOOLEAN window_rect: WEL_RECT x: INTEGER y: INTEGER Commands add_bitmaps (tb_bitmap: WEL_TOOL_BAR_BITMAP; bitmap_count: INTEGER) add_buttons (buttons: ARRAY [WEL_TOOL_BAR_BUTTON]) add_strings (strings: ARRAY [STRING]) auto_size bring_to_top check_button (command_id: INTEGER) clear_indeterminate_state (command_id: INTEGER) default_process_notification (notification_code: INTEGER) delete_button (index: INTEGER) destroy disable disable_button (command_id: INTEGER) disable_commands disable_default_processing disable_horizontal_scroll_bar disable_hot_item disable_vertical_scroll_bar dispose enable enable_button (command_id: INTEGER) enable_commands enable_default_processing enable_horizontal_scroll_bar enable_hot_item (command_id: INTEGER) enable_vertical_scroll_bar go_to_next_group_item (a_parent: WEL_COMPOSITE_WINDOW; after: BOOLEAN) go_to_next_tab_item (a_parent: WEL_COMPOSITE_WINDOW; after: BOOLEAN) hide hide_button (command_id: INTEGER) hide_horizontal_scroll_bar hide_scroll_bars hide_vertical_scroll_bar insert_after (a_window: WEL_WINDOW) insert_button (index: INTEGER; button: WEL_TOOL_BAR_BUTTON) invalidate invalidate_rect (rect: WEL_RECT; erase_background: BOOLEAN) invalidate_region (region: WEL_REGION; erase_background: BOOLEAN) invalidate_without_background kill_timer (timer_id: INTEGER) lock_window_update maximize minimize move (a_x, a_y: INTEGER) move_and_resize (a_x, a_y, a_width, a_height: INTEGER; repaint: BOOLEAN) on_tbn_beginadjust on_tbn_begindrag (info: WEL_NM_TOOL_BAR) on_tbn_custhelp on_tbn_dropdown (info: WEL_NM_TOOL_BAR) on_tbn_endadjust on_tbn_enddrag (info: WEL_NM_TOOL_BAR) on_tbn_getbuttoninfo (info: WEL_NM_TOOL_BAR) on_tbn_querydelete (info: WEL_NM_TOOL_BAR) on_tbn_queryinsert (info: WEL_NM_TOOL_BAR) on_tbn_reset on_tbn_toolbarchange press_button (command_id: INTEGER) put_command (a_command: WEL_COMMAND; message: INTEGER; argument: ANY) register_current_window release_button (command_id: INTEGER) release_capture release_heavy_capture remove_command (message: INTEGER) reposition resize (a_width, a_height: INTEGER) restore scroll (a_x, a_y: INTEGER) set_bitmap_size (a_width, a_height: INTEGER) set_button_size (a_width, a_height: INTEGER) set_capture set_class_icon (new_icon: WEL_ICON) set_class_small_icon (new_icon: WEL_ICON) set_default_processing (value: BOOLEAN) set_ex_style (an_ex_style: INTEGER) set_focus set_font (a_font: WEL_FONT) set_heavy_capture set_height (a_height: INTEGER) set_identifier (index, an_id: INTEGER) set_indeterminate_state (command_id: INTEGER) set_item (an_item: POINTER) set_message_return_value (value: INTEGER) set_parent (a_parent: WEL_WINDOW) set_placement (a_placement: WEL_WINDOW_PLACEMENT) set_shared set_style (a_style: INTEGER) set_timer (timer_id, time_out: INTEGER) set_tooltip (a_tooltip: WEL_TOOLTIP) set_unshared set_width (a_width: INTEGER) set_x (a_x: INTEGER) set_y (a_y: INTEGER) set_z_order (z_order: POINTER) show show_button (command_id: INTEGER) show_horizontal_scroll_bar show_scroll_bars show_vertical_scroll_bar show_with_option (cmd_show: INTEGER) uncheck_button (command_id: INTEGER) unlock_window_update update update_cached_style (new_ex_style, old_ex_style: INTEGER) validate validate_rect (rect: WEL_RECT) validate_region (region: WEL_REGION) win_help (help_file: STRING; a_command, data: INTEGER)