/[antiright]/antiright/src/arshell/textedit.h
ViewVC logotype

Diff of /antiright/src/arshell/textedit.h

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

revision 1.11 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.12 by jefbed, Sun Jul 31 16:19:50 2005 UTC
# Line 44  struct arshell_edit_struct Line 44  struct arshell_edit_struct
44  {  {
45    /* This is the filename of the work area file.  */    /* This is the filename of the work area file.  */
46    char filename[ARSHELL_MAX_STRLEN];    char filename[ARSHELL_MAX_STRLEN];
47      
48    /* This is the command that will operate on designated operation    /* This is the command that will operate on designated operation
49       buttons.  The last specified command is the command which will       buttons.  The last specified command is the command which will
50       operate on all operation buttons.  This is used by the -Bc       operate on all operation buttons.  This is used by the -Bc
# Line 56  struct arshell_edit_struct Line 56  struct arshell_edit_struct
56    Boolean hungry_delete;    Boolean hungry_delete;
57    struct arshell_search_replace_data_struct search_options;    struct arshell_search_replace_data_struct search_options;
58  };  };
59    void arshell_spell_check_buffer ();
60    void arshell_value_changed_cb ();
61    void arshell_print_cb ();
62    void
63    arshell_text_return_cb (Widget widget, XtPointer client_data,
64                            XtPointer call_data);
65    void arshell_create_text_work_area ();
66    void arshell_set_work_area_text_from_buffer (char *buffer_string);
67  void  void
68  arshell_spell_check_buffer();  arshell_create_default_text_label (Widget parent_widget, char *label_string);
 void  
 arshell_value_changed_cb();  
 void  
 arshell_print_cb();  
 void  
 arshell_text_return_cb(Widget widget, XtPointer client_data,  
                        XtPointer call_data);  
 void  
 arshell_create_text_work_area();  
 void  
 arshell_set_work_area_text_from_buffer(char* buffer_string);  
 void  
 arshell_create_default_text_label(Widget parent_widget, char* label_string);  
69    
70  Widget  Widget
71  arshell_create_default_text_field(Widget parent_widget, char* return_string);  arshell_create_default_text_field (Widget parent_widget, char *return_string);
72    
73  void  void
74  arshell_check_text_entry_sub_arguments(Widget text_widget,  arshell_check_text_entry_sub_arguments (Widget text_widget,
75                                         int* counter_int,                                          int *counter_int, char **argv);
76                                         char** argv);  void arshell_set_work_area_from_stdin ();
77  void  void
78  arshell_set_work_area_from_stdin();  arshell_create_default_text_entry (Widget widget_row_widget,
79  void                                     int *counter_int, char **argv);
80  arshell_create_default_text_entry(Widget widget_row_widget,  void arshell_goto_line_cb ();
81                                    int* counter_int,  void arshell_goto_line (unsigned int line);
82                                    char** argv);  void arshell_change_font_cb ();
83  void  void arshell_lower_selection_case ();
84  arshell_goto_line_cb();  void arshell_upper_selection_case ();
85  void  void arshell_select_all ();
86  arshell_goto_line(unsigned int line);  void arshell_get_rid_of_modified_status ();
 void  
 arshell_change_font_cb();  
 void  
 arshell_lower_selection_case();  
 void  
 arshell_upper_selection_case();  
 void  
 arshell_select_all();  
 void  
 arshell_get_rid_of_modified_status();  
87    
88  #endif /* AR_TEXTEDIT_H */  #endif /* AR_TEXTEDIT_H */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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