From: Michael B. <be...@ju...> - 2014-05-26 06:47:12
|
Hi, Am Montag, den 26.05.2014, 12:30 +0900 schrieb Masafumi Yokoyama: > A GTK window is just shown when `Gtk.main` is called. > `show_all` sets flag to be displayed to all widgets, but doesn't > actually display until `Gtk.main` is called. Ah, I understand... I even tried to move Gtk.main into my #each loop, but this way it makes sense. > It seems that need to design such as the following: Thanks, works fine. Cheers Michael |