/[svn]/gigedit/trunk/src/gigedit/gfx/builtinpix.h
ViewVC logotype

Contents of /gigedit/trunk/src/gigedit/gfx/builtinpix.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3131 - (show annotations) (download) (as text)
Thu Apr 27 17:28:01 2017 UTC (6 years, 11 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 364 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 #ifndef GIGEDIT_BUILTIN_PIX
2 #define GIGEDIT_BUILTIN_PIX
3
4 #include <gdkmm/pixbuf.h>
5
6 void loadBuiltInPix();
7
8 extern Glib::RefPtr<Gdk::Pixbuf> redDot;
9 extern Glib::RefPtr<Gdk::Pixbuf> yellowDot;
10 extern Glib::RefPtr<Gdk::Pixbuf> blackLoop;
11 extern Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern;
12 extern Glib::RefPtr<Gdk::Pixbuf> grayLoop;
13
14 #endif // GIGEDIT_BUILTIN_PIX

  ViewVC Help
Powered by ViewVC