File: menus.h

package info (click to toggle)
graywolf 0.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,424 kB
  • sloc: ansic: 84,358; sh: 216; awk: 36; makefile: 22
file content (25 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef INC_MENUS_H
#define INC_MENUS_H

#include <yalecad/base.h>

void TWdrawMenus();

void TWfreeMenuWindows();

void TWinforMenus();

void TWmouse_tracking_start();

BOOL TWmouse_tracking_end();

BOOL TWmouse_tracking_pt( INT *x, INT *y );

INT TWsaveState();

void TWrestoreState();

BOOL TWinterupt();

#endif /*INC_MENUS_H*/