| 82 GActionMap *action_map; |
82 GActionMap *action_map; |
| 83 #elif UI_GTK2 || UI_GTK3 |
83 #elif UI_GTK2 || UI_GTK3 |
| 84 GtkAccelGroup *accel_group; |
84 GtkAccelGroup *accel_group; |
| 85 #endif |
85 #endif |
| 86 #endif |
86 #endif |
| |
87 #ifdef UI_WIN32 |
| |
88 CxMap *command_map; // key: int, value: UiCommand |
| |
89 uint64_t command_id_counter; |
| |
90 #endif |
| 87 |
91 |
| 88 // allow only one document to be attached |
92 // allow only one document to be attached |
| 89 // attaching a document will automatically detach the current document |
93 // attaching a document will automatically detach the current document |
| 90 UiBool single_document_mode; |
94 UiBool single_document_mode; |
| 91 |
95 |