Authors: bulia byak <buliabyak@users.sf.net> Bryce W. Harrington <bryce@bryceharrington.org> Lauris Kaplinski <lauris@kaplinski.com> Jon Phillips <jon@rejon.org> Ralf Stephan <ralf@ark.in-berlin.de> (Gtkmm)
Copyright (C) 2006-2008 Johan Engelen <johan@shouraizou.nl> Copyright (C) 2000 - 2005 Authors
Released under GNU GPL. Read the file 'COPYING' for more information
Definition in file document-properties.cpp.
#include <gtkmm.h>
#include "ui/widget/color-picker.h"
#include "ui/widget/scalar-unit.h"
#include "xml/node-event-vector.h"
#include "helper/units.h"
#include "prefs-utils.h"
#include "inkscape.h"
#include "verbs.h"
#include "document.h"
#include "desktop-handles.h"
#include "desktop.h"
#include "sp-namedview.h"
#include "widgets/icon.h"
#include "document-properties.h"
#include "display/canvas-grid.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::UI |
namespace | Inkscape::UI::Dialog |
Defines | |
#define | INKSCAPE_ICON_GRID_AXONOM "grid_axonom" |
#define | INKSCAPE_ICON_GRID_XY "grid_xy" |
#define | SPACE_SIZE_X 15 |
#define | SPACE_SIZE_Y 10 |
Functions | |
void | Inkscape::UI::Dialog::attach_all (Gtk::Table &table, Gtk::Widget *const arr[], unsigned const n, int start=0) |
static void | Inkscape::UI::Dialog::on_child_added (Inkscape::XML::Node *repr, Inkscape::XML::Node *child, Inkscape::XML::Node *ref, void *data) |
static void | Inkscape::UI::Dialog::on_child_removed (Inkscape::XML::Node *repr, Inkscape::XML::Node *child, Inkscape::XML::Node *ref, void *data) |
static void | Inkscape::UI::Dialog::on_repr_attr_changed (Inkscape::XML::Node *, gchar const *, gchar const *, gchar const *, bool, gpointer) |