ui/gtk/toolkit.h

changeset 140
c03c338a7dcf
parent 134
69e8e0936858
child 142
46448d38885c
equal deleted inserted replaced
139:dbde25a5bc53 140:c03c338a7dcf
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * 3 *
4 * Copyright 2014 Olaf Wintermann. All rights reserved. 4 * Copyright 2017 Olaf Wintermann. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
60 GtkApplication* ui_get_application(); 60 GtkApplication* ui_get_application();
61 #endif 61 #endif
62 62
63 void ui_destroy_userdata(GtkWidget *object, void *userdata); 63 void ui_destroy_userdata(GtkWidget *object, void *userdata);
64 64
65 void ui_destroy_boundvar(UiContext *ctx, UiVar *var);
66
65 void ui_set_active_window(UiObject *obj); 67 void ui_set_active_window(UiObject *obj);
66 UiObject *ui_get_active_window(); 68 UiObject *ui_get_active_window();
67 69
68 #ifdef __cplusplus 70 #ifdef __cplusplus
69 } 71 }

mercurial