More TODOs.
This commit is contained in:
parent
d50701b3a7
commit
ac8bc029ef
|
@ -1,6 +1,8 @@
|
|||
// 28 april 2015
|
||||
#include "uipriv_unix.h"
|
||||
|
||||
// TODO implement preferred size vtable functions
|
||||
|
||||
#define containerWidgetType (containerWidget_get_type())
|
||||
#define containerWidget(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), containerWidgetType, containerWidget))
|
||||
#define IscontainerWidget(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), containerWidgetType))
|
||||
|
|
Loading…
Reference in New Issue