More TODOs.
This commit is contained in:
parent
9701daa95c
commit
e9557f2e17
|
@ -1,6 +1,10 @@
|
||||||
// 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