More TODOs.
This commit is contained in:
parent
3acc1ed917
commit
1860f6a731
|
@ -11,7 +11,7 @@ struct radiobuttons {
|
||||||
|
|
||||||
uiDefineControlType(uiRadioButtons, uiTypeRadioButtons, struct radiobuttons)
|
uiDefineControlType(uiRadioButtons, uiTypeRadioButtons, struct radiobuttons)
|
||||||
|
|
||||||
// TODO note that the handle of a uiRadioButtons is undefined
|
// TODO note that the handle of a uiRadioButtons is undefined (or at least highly platform-dependent and unreliable)
|
||||||
static uintptr_t radiobuttonsHandle(uiControl *c)
|
static uintptr_t radiobuttonsHandle(uiControl *c)
|
||||||
{
|
{
|
||||||
struct radiobuttons *r = (struct radiobuttons *) c;
|
struct radiobuttons *r = (struct radiobuttons *) c;
|
||||||
|
|
Loading…
Reference in New Issue