More long-term TODO moving.

This commit is contained in:
Pietro Gagliardi 2015-05-04 17:39:50 -04:00
parent b9597028fb
commit 00d27ef83b
2 changed files with 2 additions and 4 deletions

View File

@ -55,6 +55,8 @@
- switch away from properties or figure out what incantation is necessary for 32-bit
- figure out strong/weak vs assign/copy/retain
- figure out what to do in OS X terminate:
- clean up bin handling
- is binSetOSParent() even needed?
ultimately:
- add some sort of runtime type checking

View File

@ -1,10 +1,6 @@
// 12 april 2015
#include "uipriv_unix.h"
// TODOs
// - clean up the bin handling
// - in particular, why are we holding a reference to binWidget again? if we should, then get rid of binSetParent() entirely!
struct tab {
uiTab t;
GtkWidget *widget;