/[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.4 by jefbed, Fri Aug 13 19:32:51 2004 UTC revision 1.5 by jefbed, Mon Aug 16 17:27:05 2004 UTC
# Line 25  Line 25 
25  #define ARSHELL_MAX_STRLEN 255  #define ARSHELL_MAX_STRLEN 255
26  #endif /* ARSHELL_MAX_STRLEN  */  #endif /* ARSHELL_MAX_STRLEN  */
27    
28    //#include "search.h"
29    
30    struct arshell_search_replace_data_struct
31    {
32      Widget replace_toggle;
33      Widget replace_label;
34      Widget wrap_toggle;
35      Widget preserve_toggle;
36      Widget replace_all_toggle;
37      Boolean replace, wrap, preserve, replace_all, wrapped;
38      XmTextDirection direction;
39    };
40    
41    
42  struct arshell_edit_struct  struct arshell_edit_struct
43  {  {
44    /* This is the filename of the work area file.  */    /* This is the filename of the work area file.  */
# Line 40  struct arshell_edit_struct Line 54  struct arshell_edit_struct
54    Widget toolbar;    Widget toolbar;
55    Boolean open_is_MDI;    Boolean open_is_MDI;
56    Boolean hungry_delete;    Boolean hungry_delete;
57      struct arshell_search_replace_data_struct search_options;
58  };  };
59    
60  void  void
# Line 47  arshell_value_changed_cb(); Line 62  arshell_value_changed_cb();
62  void  void
63  arshell_print_cb();  arshell_print_cb();
64  void  void
65  arshell_text_return_cb(Widget parent_widget,  arshell_text_return_cb(Widget widget, XtPointer client_data,
                        XtPointer client_data,  
66                         XtPointer call_data);                         XtPointer call_data);
67  void  void
68  arshell_create_text_work_area();  arshell_create_text_work_area();
# Line 70  void Line 84  void
84  arshell_create_default_text_entry(Widget widget_row_widget,  arshell_create_default_text_entry(Widget widget_row_widget,
85                                    int* counter_int,                                    int* counter_int,
86                                    char** argv);                                    char** argv);
87    void
88    arshell_goto_line_cb();
89    void
90    arshell_goto_line(unsigned int line);
91    void
92    arshell_change_font_cb();
93    void
94    arshell_lower_selection_case();
95    void
96    arshell_upper_selection_case();
97    void
98    arshell_select_all();
99    
100  #endif /* AR_TEXTEDIT_H */  #endif /* AR_TEXTEDIT_H */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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