Expand the cursors demo text

Explain what why we show each cursor 4 times.
This commit is contained in:
Matthias Clasen 2017-11-05 11:24:12 -05:00
parent 909330f347
commit 08be6651d6

View File

@ -1,6 +1,9 @@
/* Cursors
*
* Demonstrates a useful set of available cursors.
* Demonstrates a useful set of available cursors. The cursors shown here are the ones
* defined by CSS, which we assume to be available.
*
* The example shows creating cursors by name or from an image, with or without a fallback.
*/
#include <gtk/gtk.h>