ui/common/context.h

branch
newapi
changeset 293
736c962f1011
parent 192
bcacd00ea955
equal deleted inserted replaced
292:8e5e7adf5372 293:736c962f1011
75 void (*attach_document)(UiContext *ctx, void *document); 75 void (*attach_document)(UiContext *ctx, void *document);
76 void (*detach_document2)(UiContext *ctx, void *document); 76 void (*detach_document2)(UiContext *ctx, void *document);
77 77
78 char *title; 78 char *title;
79 79
80 #ifdef UI_GTK 80 #if UI_GTK2 || UI_GTK3
81 GtkAccelGroup *accel_group; 81 GtkAccelGroup *accel_group;
82 #endif 82 #endif
83 83
84 ui_callback close_callback; 84 ui_callback close_callback;
85 void *close_data; 85 void *close_data;

mercurial