File: txtread.h

package info (click to toggle)
xppaut 6.11b%2B1.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 13,480 kB
  • ctags: 8,198
  • sloc: ansic: 91,694; makefile: 167
file content (18 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _txtread_h
#define _txtread_h



void txt_view_events(XEvent ev);
void txtview_keypress(XEvent ev);
void enter_txtview(Window w, int val);
void do_txt_action(char *s);
void resize_txtview(int w, int h);
void txtview_press(Window w, int x, int y);
void redraw_txtview(Window w);
void redraw_txtview_text(void);
void init_txtview(void);
void make_txtview(void);


#endif