More long-term TODO moving.
This commit is contained in:
parent
b9597028fb
commit
00d27ef83b
2
TODO.md
2
TODO.md
|
@ -55,6 +55,8 @@
|
||||||
- switch away from properties or figure out what incantation is necessary for 32-bit
|
- switch away from properties or figure out what incantation is necessary for 32-bit
|
||||||
- figure out strong/weak vs assign/copy/retain
|
- figure out strong/weak vs assign/copy/retain
|
||||||
- figure out what to do in OS X terminate:
|
- figure out what to do in OS X terminate:
|
||||||
|
- clean up bin handling
|
||||||
|
- is binSetOSParent() even needed?
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
// 12 april 2015
|
// 12 april 2015
|
||||||
#include "uipriv_unix.h"
|
#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 {
|
struct tab {
|
||||||
uiTab t;
|
uiTab t;
|
||||||
GtkWidget *widget;
|
GtkWidget *widget;
|
||||||
|
|
Loading…
Reference in New Issue