Subversion Repositories filter_foundry

Rev

Rev 419 | Rev 444 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 419 Rev 439
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
-
 
21
#ifndef UI_H_
-
 
22
#define UI_H_
-
 
23
 
21
/* Main dialog */
24
/* Main dialog */
22
#define OPENITEM 3
25
#define OPENITEM 3
23
#define PARAMAUTHORITEM 3
26
#define PARAMAUTHORITEM 3
24
#define SAVEITEM 4
27
#define SAVEITEM 4
25
#define PARAMCOPYITEM 4
28
#define PARAMCOPYITEM 4
Line 114... Line 117...
114
        void builddlginit(DIALOGREF dp);
117
        void builddlginit(DIALOGREF dp);
115
        Boolean builddlgitem(DIALOGREF dp,int item);
118
        Boolean builddlgitem(DIALOGREF dp,int item);
116
 
119
 
117
#endif
120
#endif
118
#endif
121
#endif
-
 
122
 
-
 
123
#endif