napperley
11/11/2018, 10:52 PMpublic fun gtk_container_add(container: CValuesRef<GtkContainer>?, widget: CValuesRef<GtkWidget>?): Unit
Would like to add multiple GTK widgets to a GTK container using a single function call. If three or more widgets need to be added to a container then it would be tedious to call the same function multiple times.napperley
11/12/2018, 3:14 AMolonho
11/12/2018, 6:35 AMcValuesOf
wil produce C array.napperley
11/12/2018, 6:52 AMmsink
11/12/2018, 9:16 AMCPointer<CPointerVar<GtkWidget>>
napperley
11/12/2018, 9:33 PMmsink
11/13/2018, 5:40 AMGtkWidget**
.
If IDEA/CLion could show C header instead of useless interop stub - maybe it would be less confusing.olonho
11/13/2018, 5:47 AM