UCustomWindow 1.0 review
DownloadUCustomWindow is a complete toolkit to integrate custom windows into your PowerPlant project.
|
|
UCustomWindow is a complete toolkit to integrate custom windows into your PowerPlant project.
LWindowDef: The generic class that encapsulates the API for drawing custom windows. You override this class to implement your own custom window.
LPictureWindowDef: A sample window definition built on top of LWindowDef that takes uses a picture and a mask (specified as PICT resource IDs) for its content.
LMaskWindowDef: A simpler example of overriding LWindowDef, implements a window that uses a user-specified PICT resource to define its content area.
UCustomWindow: The high-level interface to create a LWindow or a subclass of it given a LWindowDef implementor. UCustomWindow provides ways to instantiate subclasses of LWindow that use custom window drawing, and/or install an LView into the window after creation (similarly to how conventional LWindows are created).
UCustomWindow 1.0 search tags