class ALIGNMENT_BUTTON inherit FORMAT_BUTTON rename make as parent_make end creation make feature make (a_parent: COMPOSITE; ed: like editor) is do parent_make (a_parent, ed) end symbol: PIXMAP is once Result := Pixmaps.alignment_pixmap end; selected_symbol: PIXMAP is once Result := Pixmaps.selected_alignment_pixmap end; form_number: INTEGER is do Result := Context_const.alignment_form_nbr end; create_focus_label is do set_focus_string (Focus_labels.alignment_label) end; end