| 
    synfig-studio
    1.0.3
    
   | 
 
About dialog implementation. More...
#include <vector>#include <gtk/gtk.h>#include <gtkmm/aboutdialog.h>#include <ETL/stringf>#include <synfig/general.h>#include <autorevision.h>#include "about.h"#include "app.h"#include "general.h"Macros | |
| #define | VERSION "unknown" | 
| #define | PACKAGE "synfigstudio" | 
| #define | IMAGE_DIR "/usr/local/share/pixmaps" | 
| #define | IMAGE_EXT "png" | 
| #define | stringify_(x) #x | 
| #define | stringify(x) stringify_(x) | 
About dialog implementation.
$Id$
| #define VERSION "unknown" | 
Referenced by studio::About::About().
| #define PACKAGE "synfigstudio" | 
| #define IMAGE_DIR "/usr/local/share/pixmaps" | 
Referenced by studio::About::About().
| #define IMAGE_EXT "png" | 
Referenced by studio::About::About().
| #define stringify_ | ( | x | ) | #x | 
| #define stringify | ( | x | ) | stringify_(x) | 
Referenced by studio::About::About().
 1.8.1.2