Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
5d349422
Commit
5d349422
authored
Sep 02, 1998
by
Arturo Espinosa
Browse files
The Pixmaps
parent
29c26279
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/pixmaps/align-center.xpm
0 → 100644
View file @
5d349422
/* XPM */
static char *align_center[] = {
/* width height num_colors chars_per_pixel */
" 24 24 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"......############......",
"......############......",
"........................",
"........................",
"..........#####.........",
"..........#####.........",
"........................",
"........................",
"...##################...",
"...##################...",
"........................",
"........................",
".......##########.......",
".......##########.......",
"........................",
"........................",
"...##################...",
"...##################...",
"........................",
"........................"
};
src/pixmaps/align-left.xpm
0 → 100644
View file @
5d349422
/* XPM */
static char *align_left[] = {
/* width height num_colors chars_per_pixel */
" 24 24 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"..################......",
"..################......",
"........................",
"........................",
"..##########............",
"..##########............",
"........................",
"........................",
"..###################...",
"..###################...",
"........................",
"........................",
"..###############.......",
"..###############.......",
"........................",
"........................",
"..###################...",
"..###################...",
"........................",
"........................"
};
src/pixmaps/align-right.xpm
0 → 100644
View file @
5d349422
/* XPM */
static char *align_right[] = {
/* width height num_colors chars_per_pixel */
" 24 24 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"......################..",
"......################..",
"........................",
"........................",
"..........############..",
"..........############..",
"........................",
"........................",
"...###################..",
"...###################..",
"........................",
"........................",
".......###############..",
".......###############..",
"........................",
"........................",
"...###################..",
"...###################..",
"........................",
"........................"
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment