File: co_class.h

package info (click to toggle)
xmille 2.0-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 1,042
  • sloc: ansic: 4,382; makefile: 746
file content (10 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/*
 *	object classes used by co routines - private to co!
 */

extern Button		co_OK, co_CANCEL, co_NEW;
extern Scrollbar	co_SCROLL_LEFT_GUI, co_SCROLL_BOTTOM_GUI, co_SCROLL_LEFT_MENU;
extern XFontStruct	*co_font;
extern int		co_fore, co_back, co_background, co_border;
extern Display		*dpy;