File: fileSelectionBoxDialog1.h

package info (click to toggle)
ctn 3.2.0~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,336 kB
  • ctags: 21,262
  • sloc: ansic: 179,501; makefile: 7,004; java: 1,863; csh: 1,067; yacc: 523; sh: 424; cpp: 394; sql: 389; lex: 170
file content (29 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (9)
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
26
27
28
29

/*******************************************************************************
       fileSelectionBoxDialog1.h
       This header file is included by fileSelectionBoxDialog1.c

*******************************************************************************/

#ifndef	_FILESELECTIONBOXDIALOG1_INCLUDED
#define	_FILESELECTIONBOXDIALOG1_INCLUDED


#include <stdio.h>
#include <Xm/Xm.h>
#include <Xm/MwmUtil.h>
#include <Xm/DialogS.h>
#include <Xm/MenuShell.h>
#include "UxXt.h"

#include <Xm/FileSB.h>

extern Widget fileSelectionBoxDialog1;

/*******************************************************************************
       Declarations of global functions.
*******************************************************************************/

Widget create_fileSelectionBoxDialog1(swidget _UxUxParent);

#endif				/* _FILESELECTIONBOXDIALOG1_INCLUDED */