routine or constant name search

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)