/[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 3286 - (show annotations) (download) (as text)
Thu Jun 22 10:54:10 2017 UTC (6 years, 9 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 475 byte(s)
* Script Editor: strike through code blocks filtered out by the
  preprocessor.
* Visual refinements of hatched patterns.
* Bumped version (1.0.0.svn53).

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

  ViewVC Help
Powered by ViewVC