VisPro
1.0
Project of Visualisierung 2
Main Page
Classes
Files
File List
File Members
MyTkMain.h
Go to the documentation of this file.
1
#pragma once
2
9
#if defined(TK_ASCII_MAIN)
10
# ifdef UNICODE
11
# undef UNICODE
12
# undef _UNICODE
13
# else
14
# define UNICODE
15
# define _UNICODE
16
# endif
17
#endif
18
19
#include "tkInt.h"
20
#include <ctype.h>
21
#include <stdio.h>
22
#include <string.h>
23
#ifdef NO_STDLIB_H
24
# include "../compat/stdlib.h"
25
#else
26
# include <stdlib.h>
27
#endif
28
36
void
My_Tk_MainEx
(
int
argc, TCHAR **argv, Tcl_AppInitProc *appInitProc, Tcl_Interp *interp);
37
41
void
My_TK_EndMainEx
(Tcl_Interp *interp);
42
My_Tk_MainEx
void My_Tk_MainEx(int argc, TCHAR **argv, Tcl_AppInitProc *appInitProc, Tcl_Interp *interp)
Definition:
MyTkMain.cpp:146
My_TK_EndMainEx
void My_TK_EndMainEx(Tcl_Interp *interp)
Definition:
MyTkMain.cpp:331
Tcl
MyTkMain.h
Generated by
1.8.11