Jump to content

Window management: Difference between revisions

m
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
Line 1,110:
=={{header|Phix}}==
{{trans|Nim}}
{{libheader|Phix/pGUI}}
<lang Phix>-- demo\rosetta\Window_management.exw
-- demo\rosetta\Window_management.exw
--
include pGUI.e
 
Line 1,177 ⟶ 1,175:
dlg = IupDialog(hbox)
IupSetAttribute(dlg,"OPACITY","255")
IupCloseOnEscape(dlg)
IupShowXY(dlg,IUP_CENTER,IUP_CENTER)
7,813

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.