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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3286 - (hide annotations) (download) (as text)
Thu Jun 22 10:54:10 2017 UTC (6 years, 10 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 schoenebeck 3106 #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 schoenebeck 3131 extern Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern;
12 schoenebeck 3286 extern Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern2;
13 schoenebeck 3147 extern Glib::RefPtr<Gdk::Pixbuf> grayBlueHatchedPattern;
14 schoenebeck 3106 extern Glib::RefPtr<Gdk::Pixbuf> grayLoop;
15    
16     #endif // GIGEDIT_BUILTIN_PIX

  ViewVC Help
Powered by ViewVC