libui/windows
Pietro Gagliardi 1a76abef21 Implemented uiParentDestroy() on the Windows and Unix backends. These don't actually *use* it yet; that'll come later. (Ultimately, there should only be one path into window destruction, which leads to one path in uiParent destruction and one path in child destruction.) More TODOs. 2015-04-17 15:52:28 -04:00
..
GNUmakeinc.mk Some more makefile fixups. 2015-04-16 20:52:47 -04:00
alloc.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
button.c Migrated windows/button.c. This might be better; I don't know yet... 2015-04-17 10:40:52 -04:00
checkbox.c Migrated windows/checkbox.c. Yes, this might work... 2015-04-17 10:49:14 -04:00
comctl32.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
debug.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
entry.c Migrated windows/entry.c and windows/label.c. 2015-04-17 11:13:42 -04:00
init.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
label.c Migrated windows/entry.c and windows/label.c. 2015-04-17 11:13:42 -04:00
main.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
newcontrol.c More windows/newcontrol.c migration. 2015-04-16 01:53:23 -04:00
parent.c Implemented uiParentDestroy() on the Windows and Unix backends. These don't actually *use* it yet; that'll come later. (Ultimately, there should only be one path into window destruction, which leads to one path in uiParent destruction and one path in child destruction.) More TODOs. 2015-04-17 15:52:28 -04:00
tab.c Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00
text.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
uipriv_windows.h More Windows backend cleanup. 2015-04-17 11:19:42 -04:00
util.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
window.c Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00