gtkeditinternal.h

来自「具有IDE功能的编辑器」· C头文件 代码 · 共 38 行

H
38
字号
#ifndef __GTK_EDIT_INTERNAL_H__#define __GTK_EDIT_INTERNAL_H__#include <gdk/gdk.h>#include <gtk/gtkwidget.h>#ifdef __cplusplusextern "C" {#endif				/* __cplusplus */#include <stdio.h>#include <stdarg.h>#include <sys/types.h>#ifdef HAVE_UNISTD_H#include <unistd.h>#endif#include <my_string.h>		/* FIXME: gtk won't have my string */#include <sys/stat.h>#ifdef HAVE_FCNTL_H#include <fcntl.h>#endif#include <stdlib.h>#include <stdarg.h>#ifdef HAVE_SYS_TIME_H#include <sys/time.h>#endif#include "regex.h"		/* FIXME: will gtk have regexp? */#include <signal.h>#include "lkeysym.h"		/* FIXME: gtk won't have lkeysym.h */#include "stringtools.h"	/* FIXME: gtk won't have my stringtools.h */#ifdef __cplusplus}#endif				/* __cplusplus */#endif				/* __GTK_EDIT_INTERNAL_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?