Mercurial > hg > xemacs-beta
annotate etc/toolbar/spell-cap-up.xpm @ 714:02339d4ebed4
[xemacs-hg @ 2001-12-23 20:28:19 by wmperry]
2001-12-22 William M. Perry <wmperry@gnu.org>
* glyphs-gtk.c (gtk_xpm_instantiate): Don't bother doing the
xpm-color-symbols checks, they are impossible to implement with
GTK's XPM implementation. :(
2001-12-13 William M. Perry <wmperry@gnu.org>
* select-gtk.c (gtk_own_selection): Update to follow the new
method signature. Ignore owned_p as it appears to only be used
for motif hacks.
* redisplay-gtk.c (gtk_output_string): Fixed some warnings about
signed/unsigned comparison.
(gtk_output_gdk_pixmap): Remove clipping code as per change by
andy@xemacs.org to the X11 code.
(gtk_output_pixmap): Make this follow the output_pixmap method
conventions and expose it.
(gtk_output_horizontal_line): Renamed from output_hline, and
expose it in our method structure.
(gtk_ring_bell): Don't ring the bell if volume <= 0
* toolbar-gtk.c (gtk_output_toolbar_button):
(gtk_output_frame_toolbars):
(gtk_redraw_exposed_toolbars):
(gtk_redraw_frame_toolbars): These are now just aliases for the
common_XXX() routines in toolbar-common.c
* toolbar-common.c: New common toolbar implementation. This file
uses only the redisplay_XXX() functions and device methods to draw
the toolbar, and so should be portable across all windowing
systems (other than tty, and even then I imagine text-based stuff
would work if you had a way to select it).
author | wmperry |
---|---|
date | Sun, 23 Dec 2001 20:28:22 +0000 |
parents | 3ecd8885ac67 |
children | 7910031dd78a |
rev | line source |
---|---|
428 | 1 /* XPM */ |
2 static char * dict[] = { | |
3 "33 33 7 1", | |
4 "X c Gray75 s backgroundToolBarColor", | |
5 "u c #000000000000 s foregroundToolBarColor", | |
6 "o c black", | |
7 "O c Gray90", | |
8 "+ c Gray40", | |
9 "@ c Gray60", | |
10 "# c white", | |
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
12 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
13 "XXXXXXXXoooooooooooooooooXXXXXXXX", | |
14 "XXXXXXXoXoOOOOOOOOOOOOO+oXXXXXXXX", | |
15 "XXXXXXXooooooooooooooooOoXXXXXXXX", | |
16 "XXXXXXoXo++o@@@@@@o+++oOoXXXXXXXX", | |
17 "XXXXXXXoo++o@@@@@@@o++oOoXXXXXXXX", | |
18 "XXXXXXXoo++o@@@@@@@@o+oOoXXXXXXXX", | |
19 "XXXXXXoXo++o@ooooooo@ooOoXXXXXXXX", | |
20 "XXXXXXXoo++o@o#####o@@oOoXXXXXXXX", | |
21 "XXXXXXXoo++o@ooooooo@@oOoXXXXXXXX", | |
22 "XXXXXXoXo++o@@@@@@@@@@oO###XXXXXX", | |
23 "XXXXXXXoo++o@ooooooo@@###++XXXXXX", | |
24 "XXXXXXXoo++o@@@@@@@@####+XXXXXXXX", | |
25 "XXXXXX#Xo++o@@@@@@####++oXXXXXXXX", | |
26 "XXXXX###o++o@@@@####++oOoXXXXXXXX", | |
27 "XXXX####o++o@@@####+@@oOoXXXXXXXX", | |
28 "XXXX+####++o@####++@@ooOoXXXXXXXX", | |
29 "XXXXX+####+o####+@@@o+oOoXXXXXXXX", | |
30 "XXXXXX+########+@@@o++oooXXXXXXXX", | |
31 "XXXXXXo+######+@@@o+++oXXXXXXXXXX", | |
32 "XXXXXXXo+####+oooooooooXXXXXXXXXX", | |
33 "XXXXXXXXX+##+XXXXXXXXXXXXXXXXXXXX", | |
34 "XXXXXXXXXX++XXXXXXXXXXXXXXXXXXXXX", | |
35 "XXXXXXXXXXXXXXXXXXXXXXuXuXXXXXXXX", | |
36 "XXXXXXXXXuuuXXXXXXXXXXuXuXXXXXXXX", | |
37 "XXXXXXXXuXXXXuuuXXXuXXuXuXXXXXXXX", | |
38 "XXXXXXXXuuuXXuXXuXuXuXuXuXXXXXXXX", | |
39 "XXXXXXXXXXXuXuXXuXuuuXuXuXXXXXXXX", | |
40 "XXXXXXXXXXXuXuXXuXuXXXuXuXXXXXXXX", | |
41 "XXXXXXXXuuuXXuuuXXXuuXuXuXXXXXXXX", | |
42 "XXXXXXXXXXXXXuXXXXXXXXXXXXXXXXXXX", | |
43 "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |