File: mesh_menu.h

package info (click to toggle)
xmorph 1%3A17nov97-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 916 kB
  • ctags: 725
  • sloc: ansic: 9,326; makefile: 630; tcl: 476
file content (17 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* mesh_menu.h : mesh menu widgets and callbacks
//
// Written and Copyright (C) 1994-1997 by Michael J. Gourlay
//
// Provided as is.  No warrantees, express or implied.
*/

#ifndef _MESH_MENU__INCLUDED_
#define _MESH_MENU__INCLUDED_

#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>

/* create_mesh_menu: Create a mesh menu and its button */
extern Widget create_mesh_menu(Widget parent, Widget toplevel, Widget left_w);

#endif