More TODOs.
This commit is contained in:
parent
12f7c691d3
commit
b84cdaf077
|
@ -42,7 +42,7 @@ func newWindow(title string, width int, height int, control Control) *window {
|
||||||
C.gpointer(unsafe.Pointer(w)))
|
C.gpointer(unsafe.Pointer(w)))
|
||||||
C.gtk_window_resize(w.window, C.gint(width), C.gint(height))
|
C.gtk_window_resize(w.window, C.gint(width), C.gint(height))
|
||||||
w.container = newContainer(control)
|
w.container = newContainer(control)
|
||||||
// TODO make a method of container
|
// TODO make a method of container? because this would conflict with tabs...
|
||||||
C.gtk_container_add(w.wc, w.container.layoutwidget)
|
C.gtk_container_add(w.wc, w.container.layoutwidget)
|
||||||
return w
|
return w
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue