note description: "[ Generated by EiffelRibbon tool Don't edit this file, since it will be replaced by EiffelRibbon tool generated files everytime ]" date: "$Date$" revision: "$Revision$" deferred class SPLIT_BUTTON_IMP inherit EV_RIBBON_SPLIT_BUTTON redefine create_interface_objects end feature {NONE} -- Initialization create_interface_objects -- Create objects do Precursor create split_button_child_1.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.split_button_child_1>>) create split_button_child_2.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.split_button_child_2>>) create buttons.make (1) buttons.extend (split_button_child_1) buttons.extend (split_button_child_2) end feature -- Query split_button_child_1: SPLIT_BUTTON_CHILD_1 split_button_child_2: SPLIT_BUTTON_CHILD_2 end