gimp/plug-ins/helpbrowser/back.xpm
Michael Natterer 5d57b99903 gimp_pixmap_new(): set the widget's requisition so it can be properly
2000-02-19  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimppixmap.c: gimp_pixmap_new(): set the widget's
	requisition so it can be properly packed before it's realized.

	* libgimp/gimpwidgets.[ch]: added a "text" parameter to
	gimp_pixmap_button_new().

	* app/undo_history.c: use gimp_pixmap_buttons.

	* app/gradient.c
	* app/nav_window.c
	* app/palette.c
	* libgimp/gimppatheditor.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/MapObject/mapobject_ui.c: changed calls to
	gimp_pixmap_button_new().

	* plug-ins/MapObject/mapobject_main.c: INIT_I18N() was missing in
	query().

	* plug-ins/pagecurl/pagecurl.c: use GimpVector2 functions instead
	of reinventing the wheel.

	* plug-ins/helpbrowser/helpbrowser.c: use gimp_pixmap_buttons.

	* plug-ins/helpbrowser/back.xpm
	* plug-ins/helpbrowser/forward.xpm: cropped.
2000-02-19 14:25:27 +00:00

60 lines
933 B
C

/* XPM */
static char * back_xpm[] = {
"14 14 42 1",
" c None",
". c #000000",
"+ c #C6D7C3",
"@ c #E4EBE2",
"# c #FFFFFF",
"$ c #DFE8DD",
"% c #F3F7F3",
"& c #DCE6D9",
"* c #F2F6F1",
"= c #EFF3EE",
"- c #F1F5F0",
"; c #F4F7F4",
"> c #121B12",
", c #DEE7DC",
"' c #EEF3ED",
") c #EBF1EA",
"! c #B1C7AC",
"~ c #E9EFE8",
"{ c #D7E3D5",
"] c #243221",
"^ c #375930",
"/ c #548149",
"( c #729B68",
"_ c #80A776",
": c #7DA473",
"< c #81A877",
"[ c #83AA7A",
"} c #87AC7D",
"| c #67925C",
"1 c #516F4A",
"2 c #4E7C44",
"3 c #739C6A",
"4 c #84A979",
"5 c #81A878",
"6 c #709864",
"7 c #49763F",
"8 c #719A67",
"9 c #608C56",
"0 c #46703C",
"a c #6FA763",
"b c #5B8851",
"c c #36582E",
" ..",
" ..+.",
" ..@#+.",
" ..$#%%+.",
" ..&#*=-;+.",
" .>,#'))===+.",
"..!#~{,@)===+]",
"..^/(_:<[}[}|.",
" ..1234_5}[|.",
" ..^26<_}|.",
" ..728_9.",
" ..0ab.",
" ..c.",
" .."};