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 30 31 32 33 34 35 36 37 38
|
/*
* jaZip for Linux (c) 1996 Jarrod A. Smith
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting
* documentation. No representations are made about the suitability of this
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*/
#ifndef FD_jazip_help_h_
#define FD_jazip_help_h_
/* Header file generated with fdesign. */
/**** Forms and Objects ****/
typedef struct {
FL_FORM *jazip_help;
FL_OBJECT *help_browser;
FL_OBJECT *help_info;
FL_OBJECT *help_mount;
FL_OBJECT *help_umount;
FL_OBJECT *help_eject;
FL_OBJECT *help_ro;
FL_OBJECT *help_rw;
FL_OBJECT *help_exit;
FL_OBJECT *help_menus;
FL_OBJECT *help_overview;
FL_OBJECT *dismiss;
void *vdata;
long ldata;
} FD_jazip_help;
extern FD_jazip_help * create_form_jazip_help(void);
#endif /* FD_jazip_help_h_ */
|