/[antiright]/antiright/lib/window.h
ViewVC logotype

Diff of /antiright/lib/window.h

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

revision 1.2 by jefbed, Sat Aug 7 17:13:41 2004 UTC revision 1.3 by jefbed, Mon Aug 16 17:27:05 2004 UTC
# Line 40  antiright_set_icon(unsigned char bits[]) Line 40  antiright_set_icon(unsigned char bits[])
40  void  void
41  antiright_initialize_application(int* argc,  antiright_initialize_application(int* argc,
42                                   char **argv,                                   char **argv,
43                                   const char *name, /* The                                   const char *name); /* The
44                                                        application's                                                         application's
45                                                        title.  */                                                         title.  */
46                                   unsigned char bits[]); /* The    void
                                                            application's  
                                                            icon data.  */  
 void  
47  antiright_standard_usage(char *name_string);  antiright_standard_usage(char *name_string);
48    
49  void  void
50    antiright_set_bitmap_from_file(Widget label, char* filename);
51    void
52    antiright_set_icon_pixmap(char **data);
53    void
54    antiright_set_pixmap_from_data(Widget widget, char **data);
55    void
56  antiright_report_bugs_message();  antiright_report_bugs_message();
57    
58  #endif /* AR_WINDOW_H  */  #endif /* AR_WINDOW_H  */

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