Koen Deforche 862baf98aa added skia backend for WRasterImage | il y a 11 ans | |
---|---|---|
.. | ||
CMakeLists.txt | il y a 11 ans | |
CornerImage.C | il y a 11 ans | |
CornerImage.h | il y a 13 ans | |
README.md | il y a 13 ans | |
RoundedWidget.C | il y a 15 ans | |
RoundedWidget.h | il y a 16 ans | |
StyleExample.C | il y a 14 ans | |
StyleExample.h | il y a 14 ans |
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.