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

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

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

revision 1.15 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.16 by jefbed, Thu Jul 28 04:44:03 2005 UTC
# Line 104  arshell_setup_work_row() Line 104  arshell_setup_work_row()
104    antiright_set(XmNmarginHeight, 0);    antiright_set(XmNmarginHeight, 0);
105    antiright_set(XmNmarginWidth, 0);    antiright_set(XmNmarginWidth, 0);
106    arshell.gui.widgets.row=antiright_row(arshell.gui.widgets.mainwindow);    arshell.gui.widgets.row=antiright_row(arshell.gui.widgets.mainwindow);
 }  
107    
108      /* The following implements a popup menu on the ACE desktop.  */
109     /*  if ( arshell_override_is_set() && arshell.flags.lowered ) */
110    /*     { */
111          Widget menu;
112          menu=antiright_popup_menu(arshell.gui.widgets.row);
113          antiright_button(menu, "Terminal",
114                           antiright_system_cb, "ACE Terminal");
115          antiright_separator(menu);
116          antiright_button(menu, "Restart",
117                           antiright_system_cb, "ACE -A restart_desktop");
118          antiright_button(menu, "Quit Desktop",
119                           antiright_system_cb, "ACE -A killdesk");
120          antiright_button(menu, "Logout",
121                           antiright_system_cb, "ACE -A killwm");
122     /*    } */
123    }
124  void  void
125  arshell_initialize_application_data()  arshell_initialize_application_data()
126  {  {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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