File: help_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 (20 lines) | stat: -rw-r--r-- 526 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
/* help_menu.h : help menu widgets and callbacks
**
** Written and Copyright (C) 1994 by Michael J. Gourlay
**
** NO WARRANTEES, EXPRESS OR IMPLIED.
*/
#ifndef _HELP_MENU__INCLUDED_
#define _HELP_MENU__INCLUDED_

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

/* --------------------------------------------------------------- */

/* create_help_menu: Create a help menu and its button
** returns the widget of the menu button
*/
extern Widget create_help_menu(Widget parent, Widget toplevel, Widget left_w);

#endif