#include "layertree.h"
#include "layerparamtreestore.h"
#include "cellrenderer_value.h"
#include "cellrenderer_timetrack.h"
#include <synfigapp/action.h>
#include <synfigapp/instance.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/paned.h>
#include "app.h"
#include "instance.h"
#include <gtkmm/treemodelsort.h>
#include <synfig/timepointcollect.h>
#include "general.h"
Defines | |
#define | SMALL_BUTTON(button, stockid, tooltip) |
#define | NORMAL_BUTTON(button, stockid, tooltip) |
#define | NEW_SMALL_BUTTON(x, y, z) Gtk::Button *SMALL_BUTTON(x,y,z) |
#define | NOT_IMPLEMENTED_SLOT sigc::mem_fun(*reinterpret_cast<studio::CanvasViewUIInterface*>(get_ui_interface().get()),&studio::CanvasViewUIInterface::not_implemented) |
Functions | |
static void | __layer_grabber (const Gtk::TreeModel::iterator &iter, LayerTree::LayerList *ret) |
$Id$
#define SMALL_BUTTON | ( | button, | |||
stockid, | |||||
tooltip | ) |
Value:
button = manage(new class Gtk::Button()); \ icon=manage(new Gtk::Image(Gtk::StockID(stockid),iconsize)); \ button->add(*icon); \ tooltips_.set_tip(*button,tooltip); \ icon->set_padding(0,0);\ icon->show(); \ button->set_relief(Gtk::RELIEF_NONE); \ button->show()
#define NORMAL_BUTTON | ( | button, | |||
stockid, | |||||
tooltip | ) |
Value:
button = manage(new class Gtk::Button()); \ icon=manage(new Gtk::Image(Gtk::StockID(stockid),Gtk::ICON_SIZE_BUTTON)); \ button->add(*icon); \ tooltips_.set_tip(*button,tooltip); \ icon->set_padding(0,0);\ icon->show(); \ /*button->set_relief(Gtk::RELIEF_NONE);*/ \ button->show()
#define NEW_SMALL_BUTTON | ( | x, | |||
y, | |||||
z | ) | Gtk::Button *SMALL_BUTTON(x,y,z) |
#define NOT_IMPLEMENTED_SLOT sigc::mem_fun(*reinterpret_cast<studio::CanvasViewUIInterface*>(get_ui_interface().get()),&studio::CanvasViewUIInterface::not_implemented) |
static void __layer_grabber | ( | const Gtk::TreeModel::iterator & | iter, | |
LayerTree::LayerList * | ret | |||
) | [inline, static] |
References studio::LayerTreeStore::Model::layer.