• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CornerImage.CH A D23-Dec-20211.8 KiB9270

CornerImage.hH A D23-Dec-20212.2 KiB10133

README.mdH A D23-Dec-2021608 2115

RoundedWidget.CH A D23-Dec-20215.6 KiB182143

RoundedWidget.hH A D23-Dec-20213.3 KiB13437

StyleExample.CH A D23-Dec-20213.1 KiB9773

StyleExample.hH A D23-Dec-2021827 5121

README.md

1style example
2-------------
3
4This example creates a new widget (`RoundedWidget`) which adds rounded
5corners to a child widget, using images that are rendered on the fly
6with the painting API.
7
8This example is a bit dated since CSS3 now includes rounded corners
9which are already broadly supported across browsers.
10
11How to run
12----------
13
14See the README in the parent directory.
15
16What it illustrates
17-------------------
18
19- how to use `WCompositeWidget` to define new widgets
20- how to use `WResource` for on-the-fly generated images
21- how to use `WRasterImage` with the painting API for painting raster images.