![]() |
Up | ![]() |
TOC | Index | |||
<< 5 Formal Syntax | < 6.1.26 win32/taskwire.exw | Up: 6 Mini-Guides | 6.1.28 win32/winwire.exw > | 7 Included Tools >> |
6.1.27 win32/window.exw
A Standard Windows Window coded at the primitive API level Most Euphoria programmers should simply use Win32Lib, wxWidgets, EuGTK or EuIUP!
6.1.27.1 create_font
include euphoria/docs/../demo/win32/window.exw public function create_font(atom hdc, sequence fontname = "Veranda", integer points = 12, integer weight = 0, integer fitalic = 0, integer funderline = 0, integer fstrikeout = 0, atom pandf = 0)
6.1.27.2 WndProc
include euphoria/docs/../demo/win32/window.exw public function WndProc(atom hwnd, atom iMsg, atom wParam, atom lParam)