More TODOs.
This commit is contained in:
parent
995db0bc28
commit
bf74614ffc
|
@ -20,6 +20,9 @@ uiControl *uiNewLabel(const char *text)
|
||||||
c = uiUnixNewControl(GTK_TYPE_LABEL,
|
c = uiUnixNewControl(GTK_TYPE_LABEL,
|
||||||
FALSE, FALSE,
|
FALSE, FALSE,
|
||||||
"label", text,
|
"label", text,
|
||||||
|
// TODO TODO TODO TODO TODO
|
||||||
|
// the presence of this property leads to a segfault on 32-bit linux builds
|
||||||
|
// is it just this property? or is it more than one property at all? and why?
|
||||||
"xalign", 0,
|
"xalign", 0,
|
||||||
// TODO yalign 0?
|
// TODO yalign 0?
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in New Issue