/[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 3106 - (show annotations) (download) (as text)
Sat Feb 11 17:04:48 2017 UTC (7 years, 2 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 311 byte(s)
* Show graphical symbol on region that uses loop(s).
* Show graphical symbol on region that misses sample
  reference(s).
* Bumped version (1.0.0.svn27).

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> grayLoop;
12
13 #endif // GIGEDIT_BUILTIN_PIX

  ViewVC Help
Powered by ViewVC