Browse CVS Repository
Diff of /shiki/shiki/shiki.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 49 |
} ShikiBuffer; |
} ShikiBuffer; |
| 50 |
|
|
| 51 |
typedef struct { |
typedef struct { |
| 52 |
|
GHashTable *bufname_hash; |
| 53 |
const gchar *default_locale; |
const gchar *default_locale; |
| 54 |
GtkWidget *editor_window; |
GtkWidget *editor_window; |
| 55 |
GtkClipboard *clipboard; |
GtkClipboard *clipboard; |
| 64 |
extern ShikiEditorType Shiki_editor; |
extern ShikiEditorType Shiki_editor; |
| 65 |
|
|
| 66 |
/* シングルトンオブジェクトの定義 */ |
/* シングルトンオブジェクトの定義 */ |
| 67 |
|
#define Shiki_EDITOR_BUFNAME_HASH Shiki_editor.bufname_hash |
| 68 |
#define Shiki_EDITOR_DEFAULT_LOCALE Shiki_editor.default_locale |
#define Shiki_EDITOR_DEFAULT_LOCALE Shiki_editor.default_locale |
| 69 |
#define Shiki_EDITOR_WINDOW Shiki_editor.editor_window |
#define Shiki_EDITOR_WINDOW Shiki_editor.editor_window |
| 70 |
#define Shiki_EDITOR_CLIPBOARD Shiki_editor.clipboard |
#define Shiki_EDITOR_CLIPBOARD Shiki_editor.clipboard |
|
|
Legend:
| Removed from v.1.17 |
|
| changed lines |
| |
Added in v.1.18 |
|
|
|