sp-attribute-widget.cpp revision 723b4d8bde8ce8503d1d01ee0f2e3548ec0dc88c
184N/A#define __SP_ATTRIBUTE_WIDGET_C__
184N/A#ifdef HAVE_CONFIG_H
2893N/A#include "document.h"
184N/A#include "sp-object.h"
618N/A#include "sp-attribute-widget.h"
881N/A sizeof (SPAttributeWidget),
881N/A sizeof (SPAttributeWidgetClass),
if (!*text)
if (object) {
spaw->modified_connection = object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_widget_object_modified), spaw));
spaw->release_connection = object->connectRelease(sigc::bind<1>(sigc::ptr_fun(&sp_attribute_widget_object_release), spaw));
if (repr) {
static void sp_attribute_table_object_modified (SPObject *object, guint flags, SPAttributeTable *spaw);
sp_attribute_table_get_type (void)
if (!type) {
sizeof (SPAttributeTable),
sizeof (SPAttributeTableClass),
return type;
gint i;
#define YPAD 0
gint i;
if (object) {
gint i;
spat->modified_connection = object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_table_object_modified), spat));
spat->release_connection = object->connectRelease(sigc::bind<1>(sigc::ptr_fun(&sp_attribute_table_object_release), spat));
for (i = 0; i < num_attr; i++) {
GtkWidget *w;
gtk_widget_show (w);
w = gtk_entry_new ();
gtk_widget_show (w);
spat );
gint i;
if (repr) {
gint i;
for (i = 0; i < num_attr; i++) {
GtkWidget *w;
gtk_widget_show (w);
w = gtk_entry_new ();
gtk_widget_show (w);
spat );
gint i;
gint i;
if (!*text)