Koen Deforche 862baf98aa added skia backend for WRasterImage | 11 년 전 | |
---|---|---|
.. | ||
CMakeLists.txt | 11 년 전 | |
CornerImage.C | 11 년 전 | |
CornerImage.h | 13 년 전 | |
README.md | 13 년 전 | |
RoundedWidget.C | 15 년 전 | |
RoundedWidget.h | 16 년 전 | |
StyleExample.C | 14 년 전 | |
StyleExample.h | 14 년 전 |
This example creates a new widget (RoundedWidget
) which adds rounded
corners to a child widget, using images that are rendered on the fly
with the painting API.
This example is a bit dated since CSS3 now includes rounded corners which are already broadly supported across browsers.
See the README in the parent directory.
WCompositeWidget
to define new widgetsWResource
for on-the-fly generated imagesWRasterImage
with the painting API for painting raster images.