KW_CreateWidget

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. KW_Widget* KW_CreateWidget(KW_GUI* gui, KW_Widget* parent, const(KW_Rect)* geometry, KW_WidgetPaintFunction widgetpaint, KW_WidgetDestroyFunction widgetdestroy, void* data)
    version(BindKiwi_Static)
    extern (C) @nogc nothrow
    KW_CreateWidget
  2. pKW_CreateWidget KW_CreateWidget;

Meta