mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:32:35 +02:00
9 lines
114 B
C
9 lines
114 B
C
/* XPM */
|
|
static char * btn_downarrow_xpm[] = {
|
|
"5 3 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
".....",
|
|
" ... ",
|
|
" . "};
|