/[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 3147 - (show annotations) (download) (as text)
Wed May 3 21:23:16 2017 UTC (6 years, 11 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 421 byte(s)
* Dimension Region Chooser: Mark all zones auto selected by check box trio
  with gray hatched pattern.
* Bumped version (1.0.0.svn33).

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> grayBlueHatchedPattern;
13 extern Glib::RefPtr<Gdk::Pixbuf> grayLoop;
14
15 #endif // GIGEDIT_BUILTIN_PIX

  ViewVC Help
Powered by ViewVC