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

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

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

revision 1.2 by jefbed, Sun Oct 3 01:47:10 2004 UTC revision 1.3 by jefbed, Sat Nov 6 22:52:12 2004 UTC
# Line 27  void Line 27  void
27  arshell_interface_system_cb(Widget widget, XtPointer client_data,  arshell_interface_system_cb(Widget widget, XtPointer client_data,
28                              XtPointer call_data)                              XtPointer call_data)
29  {  {
30      call_data=NULL;
31      client_data=NULL;
32    antiright_system(widget->core.name);    antiright_system(widget->core.name);
33  }  }
34    
# Line 59  arshell_interface_obutton_cb(yacl_list * Line 61  arshell_interface_obutton_cb(yacl_list *
61  int  int
62  arshell_interface_status_cb(yacl_list *call_data)  arshell_interface_status_cb(yacl_list *call_data)
63  {  {
64      call_data=NULL;
65    puts("status");    puts("status");
66    antiright_create_status_bar(arshell.gui.widgets.mainwindow);    antiright_create_status_bar(arshell.gui.widgets.mainwindow);
67    return(0);    return(0);
# Line 66  arshell_interface_status_cb(yacl_list *c Line 69  arshell_interface_status_cb(yacl_list *c
69  int  int
70  arshell_interface_menubar_cb(yacl_list *call_data)  arshell_interface_menubar_cb(yacl_list *call_data)
71  {  {
72      call_data=NULL;
73    arshell_default_menubar_action();    arshell_default_menubar_action();
74    return(0);    return(0);
75  }  }
# Line 114  arshell_interface_oicon_cb(yacl_list *ca Line 118  arshell_interface_oicon_cb(yacl_list *ca
118  int  int
119  arshell_interface_color_cb(yacl_list *call_data)  arshell_interface_color_cb(yacl_list *call_data)
120  {  {
121      call_data=NULL;
122    arshell_color_widget(arshell.gui.widgets.row);    arshell_color_widget(arshell.gui.widgets.row);
123    return(0);    return(0);
124  }  }
125  int  int
126  arshell_interface_work_cb(yacl_list *call_data)  arshell_interface_work_cb(yacl_list *call_data)
127  {  {
128      call_data=NULL;
129    arshell_create_text_work_area();    arshell_create_text_work_area();
130    return(0);    return(0);
131  }  }

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

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