item-properties.cpp revision 6b15695578f07a3f72c4c9475c1a261a3021472a
409N/A#define __SP_ITEM_PROPERTIES_C__
154N/A#ifdef HAVE_CONFIG_H
430N/A#include "../widgets/sp-widget.h"
430N/A#include "../inkscape.h"
430N/A#include "../document.h"
430N/A#include "../desktop-handles.h"
430N/A#include "../selection.h"
181N/A#include "../interface.h"
181N/A#include "dialog-events.h"
154N/A#include "../prefs-utils.h"
158N/Astatic void sp_item_widget_modify_selection (SPWidget *spw, Inkscape::Selection *selection, guint flags, GtkWidget *itemw);
158N/Astatic void sp_item_widget_change_selection (SPWidget *spw, Inkscape::Selection *selection, GtkWidget *itemw);
158N/Asp_item_widget_new (void)
158N/A (GtkAttachOptions)0, 0, 0 );
158N/A gtk_tooltips_set_tip (tt, tf, _("The id= attribute (only letters, digits, and the characters .-_: allowed)"), NULL);
154N/A (GtkAttachOptions)0, 0, 0 );
(GtkAttachOptions)0, 0, 0 );
spw );
(GtkAttachOptions)0, 0, 0 );
(GtkAttachOptions)0, 0, 0 );
(GtkAttachOptions)0, 0, 0 );
(GtkAttachOptions)0, 0, 0 );
(GtkAttachOptions)0, 0, 0 );
gtk_tooltips_set_tip (tt, cb, _("Check to make the object insensitive (not selectable by mouse)"), NULL);
(GtkAttachOptions)0, 0, 0 );
spw );
sp_item_dialog (void)
g_signal_connect ( G_OBJECT (INKSCAPE), "activate_desktop", G_CALLBACK (sp_transientize_callback), &wd);