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

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

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

revision 1.5 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.6 by jefbed, Sun Jul 31 16:19:50 2005 UTC
# Line 23  Line 23 
23  #include "arshell.h"  #include "arshell.h"
24    
25  Widget  Widget
26  arshell_clockload_applet(Widget parent)  arshell_clockload_applet (Widget parent)
27  {  {
28    Widget clockload_form;    Widget clockload_form;
29    
30    ARCLARG;    ARCLARG;
31    clockload_form=antiright_form(parent);    clockload_form = antiright_form (parent);
32    ARCLARG;    ARCLARG;
33    antiright_form_positions(0, 100, 0, 100);    antiright_form_positions (0, 100, 0, 100);
34    antiright_set(XmNalignment, XmALIGNMENT_CENTER);    antiright_set (XmNalignment, XmALIGNMENT_CENTER);
35    arshell.gui.clockload.clockload=antiright_label(clockload_form, NULL);    arshell.gui.clockload.clockload = antiright_label (clockload_form, NULL);
36    arshell_add_updater(arshell.gui.clockload.clockload, "");    arshell_add_updater (arshell.gui.clockload.clockload, "");
37    arshell_update();    arshell_update ();
38    return(clockload_form);    return (clockload_form);
39  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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