synfig-studio
1.0.3
|
Template File. More...
#include "iconcontroller.h"
#include <synfig/valuenodes/valuenode_const.h>
#include <gtkmm/button.h>
#include <gtkmm/window.h>
#include <synfigapp/action.h>
#include <synfig/interpolation.h>
#include <gdkmm.h>
#include "general.h"
Macros | |
#define | IMAGE_DIR "/usr/local/share/pixmaps" |
#define | IMAGE_EXT "png" |
#define | INIT_STOCK_ICON(name, iconfile, desc) |
#define | INIT_STOCK_ICON_CLONE(name, stockid, desc) |
#define | INIT_STOCK_ITEM(name, desc) |
Variables | |
static std::map< int, Glib::RefPtr< Gdk::Pixbuf > > | _tree_pixbuf_table_value_type |
static Glib::RefPtr< Gdk::Pixbuf > | _tree_pixbuf_table_interpolation [(int) INTERPOLATION_CLAMPED+1] |
Template File.
$Id$
#define IMAGE_DIR "/usr/local/share/pixmaps" |
#define IMAGE_EXT "png" |
Referenced by studio::IconController::init_icons().
#define INIT_STOCK_ICON | ( | name, | |
iconfile, | |||
desc | |||
) |
Referenced by studio::IconController::init_icons().
#define INIT_STOCK_ICON_CLONE | ( | name, | |
stockid, | |||
desc | |||
) |
Referenced by studio::IconController::init_icons().
#define INIT_STOCK_ITEM | ( | name, | |
desc | |||
) |
|
static |
Referenced by studio::IconController::init_icons(), and studio::IconController::~IconController().
|
static |