/[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.1 by jefbed, Wed Dec 22 02:23:38 2004 UTC revision 1.2 by jefbed, Fri Jan 21 22:36:35 2005 UTC
# Line 30  arshell_clockload_applet(Widget parent) Line 30  arshell_clockload_applet(Widget parent)
30    ARCLARG;    ARCLARG;
31    clockload_form=antiright_form(parent);    clockload_form=antiright_form(parent);
32    ARCLARG;    ARCLARG;
33    antiright_form_positions(0, 100, 0, 85);    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, "");
   ARCLARG;  
   antiright_form_positions(0, 100, 85, 100);  
   arshell.gui.clockload.mailuser=antiright_label(clockload_form, NULL);  
   ARCLARG;  
   arshell_add_updater(arshell.gui.clockload.mailuser, "");  
37    arshell_update();    arshell_update();
38    return(clockload_form);    return(clockload_form);
39  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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