MinWin API Reference

minwin

app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window

minwin.paint

Defines graphics related stuff.

GContext newGContext();


enum PenStyle;
Enumeration of supported pen drawing styles.

Solid
Solid line.

Dash
Dashes.

Dot
Dots.

DashDot
Alternating dashes and dots.

enum LineJoin;
Enumeration of supported line joining styles.

Round


Bevel


Miter


enum PaintMode;
Enumeration of supported raster painting modes.

Copy


Invert


And


Or


Xor


alias GContextPeer;
Platform-specific graphics context type.

Windows HDC
GTK GdkGC*

class GContext;
A GContext is a simple 2D drawing API similar to a Windows DC and an X11 Graphics Context.

TODO

class GXContext;
A GXContext is a more advanced painting API that is similar to GDI+ or Quartz.

TODO