Files
wxWidgets/samples/drawing/cursor_2x.xpm
T
Vadim Zeitlin c87b291d32 Add wxCursorBundle and implement support for it in wxGTK
This new class allows to let wxWidgets select the appropriate cursor,
similarly to how wxBitmapBundle allows to select the bitmap of the
appropriate size.

Document the new class and show using it in the drawing sample.
2025-05-07 23:16:11 +02:00

56 lines
2.6 KiB
C

/* XPM */
static char const *const cursor_2x_xpm[] = {
"48 48 4 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"x c #00FF00",
" ",
" ++ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" ++++++..++++++ ",
" +...... ......+ ",
" +...... ......+ ",
" ++++++..++++++ ",
" +..+x ",
" +..+xx ",
" +..+ xx ",
" +..+ xx ",
" +..+ xx ",
" ++ xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx ",
" xx"};