|
Boost : |
From: Andy Little (andy_at_[hidden])
Date: 2004-11-05 09:18:22
"Reece Dunn" <msclrhd_at_[hidden]> wrote in message
news:BAY101-F20VythhOjcd000282d8_at_hotmail.com...
> There are also platform-independant versions of position (NSPoint, POINT,
> etc.), size (NSSize, PointType, etc.) and area (NSRect, RECT, etc.) that
FWIW I find the difference between Point and Size largely irrelevent
In MFC:
CPoint (CSize );
CSize(CPoint );
tending to make me think that they could be covered by one type eg xy_pair;
> At the moment, you need to register Win32/64 window classes using:
> gui::win::window_type frame_class( TEXT( "CxxGUIFrame" ), COLOR_BTNFACE
> );
> but I am looking to abstract this.
I reckon the X or Fresco http://www.fresco.org ;-) end should be
tackled too ...
regards
Andy Little
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk