/[svn]/gigedit/trunk/src/gigedit/gfx/blue_hatched_pattern.c
ViewVC logotype

Contents of /gigedit/trunk/src/gigedit/gfx/blue_hatched_pattern.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3131 - (show annotations) (download)
Thu Apr 27 17:28:01 2017 UTC (6 years, 11 months ago) by schoenebeck
File MIME type: text/plain
File size: 1699 byte(s)
* Color tweaking on selected regions and selected dimension zones.
* Dimension Region Chooser: Show main selected case in opaque blue color
  (like before), but all other selected dimension zones with a blue hatched
  pattern instead.
* Dimension Region Chooser: Show the label of the currently selected
  dimension in bold font.
* Fix: Keyboard accelerator Ctrl+Left and Ctrl+Right caused the current
  dimension zone to switch as well if Dimension Region Chooser got focus.

1 /* GdkPixbuf RGBA C-Source image dump */
2
3 #ifdef __SUNPRO_C
4 #pragma align 4 (blue_hatched_pattern_rgba)
5 #endif
6 #ifdef __GNUC__
7 const unsigned char blue_hatched_pattern_rgba[] __attribute__ ((__aligned__ (4))) =
8 #else
9 const unsigned char blue_hatched_pattern_rgba[] =
10 #endif
11 { ""
12 /* Pixbuf magic (0x47646b50) */
13 "GdkP"
14 /* length: header (24) + pixel_data (400) */
15 "\0\0\1\250"
16 /* pixdata_type (0x1010002) */
17 "\1\1\0\2"
18 /* rowstride (40) */
19 "\0\0\0("
20 /* width (10) */
21 "\0\0\0\12"
22 /* height (10) */
23 "\0\0\0\12"
24 /* pixel_data: */
25 "G\226\377\377G\226\377\377G\226\377\374H\225\377Y\0\0\0\0\0\0\0\0\0\0"
26 "\0\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226\377\374H\225\377Y\0"
27 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226\377"
28 "\374H\225\377Y\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226\377wG\226"
29 "\377\377G\226\377\377F\225\377T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
30 "\0G\226\377~G\226\377\377G\226\377\377G\226\377\373\0\0\0\0\0\0\0\0\0"
31 "\0\0\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226\377\377G\226\377\374"
32 "G\226\377Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226"
33 "\377\377G\226\377\374G\226\377Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226"
34 "\377wG\226\377\377G\226\377\377G\226\377\374G\226\377Z\0\0\0\0\0\0\0"
35 "\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226\377\377G\226\377\374G"
36 "\226\377Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226\377wG\226\377\377G\226"
37 "\377\377G\226\377\374G\226\377Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\226"
38 "\377wG\226\377\377G\226\377\377G\226\377\374G\226\377Z\0\0\0\0\0\0\0"
39 "\0\0\0\0\0\0\0\0\0\0\0\0\0"};
40
41 const int blue_hatched_pattern_rgba_size = sizeof(blue_hatched_pattern_rgba);

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC