From b9c12da83841b9f967f2579e81389ceade66dcb3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 May 2014 17:10:23 -0400 Subject: More TODOs (see previous commit). --- callbacks_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'callbacks_unix.go') diff --git a/callbacks_unix.go b/callbacks_unix.go index fde05ce..8fb52b5 100644 --- a/callbacks_unix.go +++ b/callbacks_unix.go @@ -43,6 +43,7 @@ func our_window_configure_event_callback(widget *C.GtkWidget, event *C.GdkEvent, // top-left is (0,0) so no need for winheight s.doResize(0, 0, width, height, 0) } + // TODO redraw the window and all children? // returning false indicates that we continue processing events related to configure-event; if we choose not to, then after some controls have been added, the layout fails completely and everything stays in the starting position/size // TODO make sure this is the case return C.FALSE -- cgit v1.2.3