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

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

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

revision 1.7 by jefbed, Mon Aug 16 17:27:05 2004 UTC revision 1.8 by jefbed, Mon Aug 23 01:15:56 2004 UTC
# Line 33  arshell_initialize_layout_values() Line 33  arshell_initialize_layout_values()
33  void  void
34  arshell_transparency_hack()  arshell_transparency_hack()
35  {  {
36    if(arshell.gui.widgets.work==NULL & !arshell.transparency_hacked)    if((arshell.gui.widgets.work==NULL) & !arshell.transparency_hacked)
37      {      {
38        char *icon;        char *icon;
39        asprintf(&icon, "%s/handtoface.xpm", ICONDIR);        asprintf(&icon, "%s/handtoface.xpm", (char*)ICONDIR);
40        antiright_set_bitmap_from_file(antiright.parent_widget, icon);        antiright_set_bitmap_from_file(antiright.parent_widget, icon);
41        free(icon);        free(icon);
42        arshell.transparency_hacked=True;        arshell.transparency_hacked=True;
43      }      }  
           
44  }  }
45  void  void
46  arshell_add_bitmap_button(int *counter_int, char **argv)  arshell_add_bitmap_button(int *counter_int, char **argv)
# Line 64  arshell_add_icon_button(int *counter_int Line 63  arshell_add_icon_button(int *counter_int
63    button=antiright_button(arshell.gui.layout.row_widget, argv[(*counter_int)],    button=antiright_button(arshell.gui.layout.row_widget, argv[(*counter_int)],
64                            arshell_system_cb, argv[(*counter_int)]);                            arshell_system_cb, argv[(*counter_int)]);
65    (*counter_int)++;    (*counter_int)++;
66    antiright_label_set_bitmap_from_file(button, argv[(*counter_int)]);    antiright_set_bitmap_from_file(button, argv[(*counter_int)]);
67  }  }
68  void  void
69  arshell_handle_construction_arguments(int *counter_int, char **argv)  arshell_handle_construction_arguments(int *counter_int, char **argv)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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