Window creation: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: IupCloseOnEscape is now the default)
Line 717: Line 717:
<lang euphoria>include GtkEngine.e
<lang euphoria>include GtkEngine.e


constant win = create(GtkWindow,"title=EuGTK Window;size=300x100;border=10;$destroy=Quit")
constant win = create(GtkWindow,"title=EuGTK Window;size=640x480;border=10;$destroy=Quit")


show_all(win)
show_all(win)