Update of /cvsroot/htoolkit/port/src/cbits/GTK
In directory sc8-pr-cvs1:/tmp/cvs-serv32229/cbits/GTK
Added Files:
Internals.h
Log Message:
Split Internals.h into two idependent hidden platforms. One for each platform.
--- NEW FILE: Internals.h ---
#ifndef ITERNALS_H
#define ITERNALS_H
#include <config.h>
extern BOOL gInKey;
extern int gCurChar;
extern int gDocumentInterface;
extern char *gAppName, *gWindowName;
extern GtkWidget *gFrameWidget;
extern GtkWidget *gClientWidget;
extern GtkWidget *gMenuBar;
extern gchar *fromMnemonicString(const gchar *source);
extern gchar *toMnemonicString(const gchar *source);
void createMDIFrame();
void createSDIFrame();
void updateFrameTitle();
extern void rfree(void *ptr);
extern void *rmalloc(unsigned long bytes);
#endif
|