/[antiright]/antiright/src/arshell/menubar.c
ViewVC logotype

Diff of /antiright/src/arshell/menubar.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jefbed, Mon Dec 27 07:53:41 2004 UTC revision 1.10 by jefbed, Mon Jan 24 16:07:56 2005 UTC
# Line 270  arshell_setup_work_menubar() Line 270  arshell_setup_work_menubar()
270                         antiright_comment_selection, arshell.gui.widgets.work);                         antiright_comment_selection, arshell.gui.widgets.work);
271        antiright_button(arshell.gui.menubar.edit_widget, "Uncomment Selected",        antiright_button(arshell.gui.menubar.edit_widget, "Uncomment Selected",
272                         antiright_uncomment_selection, arshell.gui.widgets.work);                         antiright_uncomment_selection, arshell.gui.widgets.work);
273          antiright_separator(arshell.gui.menubar.edit_widget);
274          antiright_button(arshell.gui.menubar.edit_widget, "Fill Selected",
275                           antiright_fill_selection, arshell.gui.widgets.work);
276          antiright_button(arshell.gui.menubar.edit_widget, "Fill All",
277                           antiright_fill_all, arshell.gui.widgets.work);
278        antiright_separator(arshell.gui.menubar.view_widget);        antiright_separator(arshell.gui.menubar.view_widget);
279        ARCLARG;        ARCLARG;
280        toggle_widget=XmCreateToggleButton(arshell.gui.menubar.view_widget,        toggle_widget=XmCreateToggleButton(arshell.gui.menubar.view_widget,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26