ui/ui/ui.h

changeset 140
c03c338a7dcf
parent 118
bb21210e9cac
child 145
853685152c1d
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
28 28
29 #ifndef UI_H 29 #ifndef UI_H
30 #define UI_H 30 #define UI_H
31 31
32 #include "toolkit.h" 32 #include "toolkit.h"
33 #include "container.h"
33 #include "menu.h" 34 #include "menu.h"
34 #include "toolbar.h" 35 #include "toolbar.h"
35 #include "window.h" 36 #include "window.h"
36 #include "stock.h" 37 #include "stock.h"
37 #include "button.h" 38 #include "button.h"

mercurial