]> saetta.ns0.it Git - solipa/organigramma/commitdiff
Gestione tipi recapito.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Thu, 12 Aug 2010 15:06:13 +0000 (17:06 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Thu, 12 Aug 2010 15:06:13 +0000 (17:06 +0200)
data/organigramma/form/Makefile.am
data/organigramma/form/tipo_recapito.form [new file with mode: 0644]
data/organigramma/gui/organigramma.gui
docs/note.txt
src/Makefile.am
src/main.c
src/tipirecapito.c [new file with mode: 0644]
src/tipirecapito.h [new file with mode: 0644]
src/tiporecapito.c [new file with mode: 0644]
src/tiporecapito.h [new file with mode: 0644]

index 8d770f479248a420e1cf3c29e049c110d1aee7a6..f0534cbad66dcb41c0d4e8e4a446761c483aa740 100644 (file)
@@ -1,5 +1,8 @@
 formdir = $(datadir)/$(PACKAGE)/form
 
-form_DATA = 
+form_DATA = \
+            nodo.form \
+            tipo_nodo.form \
+            tipo_recapito.form
 
 EXTRA_DIST = $(form_DATA)
diff --git a/data/organigramma/form/tipo_recapito.form b/data/organigramma/form/tipo_recapito.form
new file mode 100644 (file)
index 0000000..e5a3cb5
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>tipi_recapito</table>
+
+       <widget type="label" name="label15" label="label16">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry4" label="label14">
+               <field type="text" name="nome" />
+       </widget>
+
+</gtkform>
index 7090abdbde891747d27735d04e06a3fac0ea8cdd..3a915050b62df4fa16853e53ba7dbe0dfb5c21cc 100644 (file)
                         <signal name="activate" handler="on_mnu_tabelle_tipi_nodo_activate"/>
                       </object>
                     </child>
+                    <child>
+                      <object class="GtkMenuItem" id="menuitem7">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Tipi _recapito</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_tabelle_tipi_recapito_activate"/>
+                      </object>
+                    </child>
                   </object>
                 </child>
               </object>
       <column type="gchararray"/>
     </columns>
   </object>
+  <object class="GtkListStore" id="lstore_tipi_recapito">
+    <columns>
+      <!-- column-name id -->
+      <column type="gchararray"/>
+      <!-- column-name nome -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkWindow" id="w_nodi">
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>
       </object>
     </child>
   </object>
+  <object class="GtkWindow" id="w_tipi_recapito">
+    <property name="title" translatable="yes">Tipi recapito - Gestione organigramma</property>
+    <child>
+      <object class="GtkVBox" id="vbx_tipi_recapito">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkLabel" id="label13">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">&lt;b&gt;Tipi recapito&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkScrolledWindow" id="scrolledwindow4">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hscrollbar_policy">automatic</property>
+            <property name="vscrollbar_policy">automatic</property>
+            <property name="shadow_type">etched-in</property>
+            <child>
+              <object class="GtkTreeView" id="treeview3">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="model">lstore_tipi_recapito</property>
+                <property name="headers_clickable">False</property>
+                <property name="search_column">0</property>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn3">
+                    <property name="title">Nome</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext4"/>
+                      <attributes>
+                        <attribute name="text">1</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox5">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button16">
+                <property name="label">gtk-new</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button17">
+                <property name="label">gtk-edit</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button18">
+                <property name="label">gtk-delete</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button19">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button20">
+                <property name="label">gtk-ok</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">4</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_tipo_recapito">
+    <property name="title" translatable="yes">Tipo recapito - Gestione organigramma</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox4">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table3">
+            <property name="visible">True</property>
+            <property name="n_rows">3</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label14">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Nome</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry4">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">200</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label15">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label16">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">ID</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox6">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button21">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button22">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
 </interface>
index 022555aef47f42361a329c512ec313f7746652f8..d48018d324f7ee424bd328344abe96113bb02237 100644 (file)
@@ -16,4 +16,12 @@ CREATE TABLE tipi_nodo (
        nome VARCHAR (200) DEFAULT '',
        status VARCHAR (1) DEFAULT '',
        CONSTRAINT tipi_nodo_pkey PRIMARY KEY (id)
-);
\ No newline at end of file
+);
+
+CREATE TABLE tipi_recapito
+(
+  id integer NOT NULL,
+  nome character varying(100) DEFAULT ''::character varying,
+  status character varying(1) DEFAULT ''::character varying,
+  CONSTRAINT tipi_recapito_pkey PRIMARY KEY (id)
+)
\ No newline at end of file
index 3429f1308b7c716f3b416988ef0ba349b8a273de..87545bcca362c31f6b0dc03a748f11ec1c78db6f 100644 (file)
@@ -19,5 +19,9 @@ organigramma_SOURCES = \
                 nodo.h \
                 tipinodo.c \
                 tipinodo.h \
+                tipirecapito.c \
+                tipirecapito.h \
                 tiponodo.c \
-                tiponodo.h
\ No newline at end of file
+                tiponodo.h \
+                tiporecapito.c \
+                tiporecapito.h
\ No newline at end of file
index e36294021f921a0e91670fbe1be6af7cd161e9e5..1b4a15df0c5e05637ac7eef37b51355cad762115 100644 (file)
@@ -30,6 +30,7 @@
 #include "commons.h"
 #include "nodi.h"
 #include "tipinodo.h"
+#include "tipirecapito.h"
 
 static Commons *commons;
 
@@ -78,6 +79,19 @@ on_mnu_tabelle_tipi_nodo_activate (GtkMenuItem *menuitem,
        main_set_vbx_body_child (vbx);
 }
 
+G_MODULE_EXPORT void
+on_mnu_tabelle_tipi_recapito_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       GtkWidget *vbx;
+
+       TipiRecapito *m = tipi_recapito_new (commons, FALSE);
+
+       vbx = tipi_recapito_get_widget (m);
+
+       main_set_vbx_body_child (vbx);
+}
+
 G_MODULE_EXPORT void
 on_mnu_help_about_activate (GtkMenuItem *menuitem,
                             gpointer user_data)
diff --git a/src/tipirecapito.c b/src/tipirecapito.c
new file mode 100644 (file)
index 0000000..e700bd8
--- /dev/null
@@ -0,0 +1,452 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include "tipirecapito.h"
+#include "tiporecapito.h"
+
+static void tipi_recapito_class_init (TipiRecapitoClass *klass);
+static void tipi_recapito_init (TipiRecapito *tipi_recapito);
+
+static void tipi_recapito_carica (TipiRecapito *tipi_recapito);
+static void tipi_recapito_modifica (TipiRecapito *tipi_recapito);
+
+static void tipi_recapito_selezionato (TipiRecapito *tipi_recapito);
+static void tipi_recapito_on_costo_aggiornato (gpointer instance, gpointer user_data);
+
+static void tipi_recapito_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipi_recapito_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static void tipi_recapito_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_recapito_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_recapito_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data);
+static void tipi_recapito_on_trv_tipi_recapito_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void tipi_recapito_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipi_recapito_on_btn_seleziona_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPI_RECAPITO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPI_RECAPITO, TipiRecapitoPrivate))
+
+enum
+{
+       COL_ID,
+       COL_NOME
+};
+
+typedef struct _TipiRecapitoPrivate TipiRecapitoPrivate;
+struct _TipiRecapitoPrivate
+       {
+               Commons *commons;
+
+               GtkWidget *widget;
+               GtkTreeSelection *selection;
+               GtkListStore *lstore_tipi_recapito;
+
+               gboolean selezione;
+               GtkWindow *wtransient;
+       };
+
+G_DEFINE_TYPE (TipiRecapito, tipi_recapito, G_TYPE_OBJECT)
+
+static void
+tipi_recapito_class_init (TipiRecapitoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipiRecapitoPrivate));
+
+       object_class->set_property = tipi_recapito_set_property;
+       object_class->get_property = tipi_recapito_get_property;
+
+       /**
+        * TipiRecapito::selezionato:
+        * @tipi_recapito:
+        *
+        */
+       klass->selezionato_signal_id = g_signal_new ("selezionato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__UINT,
+                                                      G_TYPE_NONE,
+                                                      1, G_TYPE_UINT);
+}
+
+static void
+tipi_recapito_init (TipiRecapito *tipi_recapito)
+{
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+}
+
+/**
+ * tipi_recapito_new:
+ * @commons:
+ * @selezione:
+ *
+ * Returns: the newly created #TipiRecapito object.
+ */
+TipiRecapito
+*tipi_recapito_new (Commons *commons, gboolean selezione)
+{
+       GError *error;
+
+       TipiRecapito *a = TIPI_RECAPITO (g_object_new (tipi_recapito_get_type (), NULL));
+
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+       priv->selezione = selezione;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit (g_strconcat ("lstore_tipi_recapito|", 
+                                          (selezione ? "w_tipi_recapito" : "vbx_tipi_recapito"),
+                                          NULL), "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->widget = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, (selezione ? "w_tipi_recapito" : "vbx_tipi_recapito")));
+       priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview3")));
+       priv->lstore_tipi_recapito = GTK_LIST_STORE (gtk_builder_get_object (priv->commons->gtkbuilder, "lstore_tipi_recapito"));
+
+       if (priv->selezione)
+               {
+                       priv->wtransient = GTK_WINDOW (priv->widget);
+               }
+       else
+               {
+                       priv->wtransient = GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main"));
+               }
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button16"),
+                         "clicked", G_CALLBACK (tipi_recapito_on_btn_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button17"),
+                         "clicked", G_CALLBACK (tipi_recapito_on_btn_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button18"),
+                         "clicked", G_CALLBACK (tipi_recapito_on_btn_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview3"),
+                         "row-activated", G_CALLBACK (tipi_recapito_on_trv_tipi_recapito_row_activated), (gpointer)a);
+
+       if (priv->selezione)
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "label3")));
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button19"),
+                                         "clicked", G_CALLBACK (tipi_recapito_on_btn_annulla_clicked), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button20"),
+                                         "clicked", G_CALLBACK (tipi_recapito_on_btn_seleziona_clicked), (gpointer)a);
+               }
+       else
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button19")));
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button20")));
+               }
+
+       tipi_recapito_carica (a);
+
+       return a;
+}
+
+/**
+ * tipi_recapito_get_widget:
+ * @tipi_recapito:
+ *
+ */
+GtkWidget
+*tipi_recapito_get_widget (TipiRecapito *tipi_recapito)
+{
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       return priv->widget;
+}
+
+/* PRIVATE */
+static void
+tipi_recapito_carica (TipiRecapito *tipi_recapito)
+{
+       GtkTreeIter iter;
+       GdaDataModel *dm;
+
+       gint rows;
+       gint row;
+
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       gtk_list_store_clear (priv->lstore_tipi_recapito);
+
+       dm = gdaex_query (priv->commons->gdaex,
+                         "SELECT c.id, c.nome"
+                         " FROM tipi_recapito AS c"
+                         " WHERE c.status <> 'E'"
+                         " ORDER BY c.nome");
+       if (dm != NULL)
+               {
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       gtk_list_store_append (priv->lstore_tipi_recapito, &iter);
+
+                                       gtk_list_store_set (priv->lstore_tipi_recapito, &iter,
+                                                           COL_ID, gdaex_data_model_get_field_value_stringify_at (dm, row, "id"),
+                                                           COL_NOME, gdaex_data_model_get_field_value_stringify_at (dm, row, "nome"),
+                                                           -1);
+                               }
+
+                       g_object_unref (dm);
+               }
+}
+
+static void
+tipi_recapito_modifica (TipiRecapito *tipi_recapito)
+{
+       GtkTreeIter iter;
+       gchar *id;
+
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_recapito), &iter,
+                                           COL_ID, &id,
+                                                               -1);
+
+                       TipoRecapito *c = tipo_recapito_new (priv->commons, strtol (id, NULL, 10));
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (tipi_recapito_on_costo_aggiornato), (gpointer)tipi_recapito);
+
+                       w = tipo_recapito_get_widget (c);
+                       if (priv->selezione)
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+                               }
+                       else
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+                               }
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (priv->wtransient,
+                                                                   GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                   GTK_MESSAGE_WARNING,
+                                                                   GTK_BUTTONS_OK,
+                                                                   "Occorre prima selezionare un tipo recapito");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_recapito_selezionato (TipiRecapito *tipi_recapito)
+{
+       GtkTreeIter iter;
+       gchar *id;
+
+       TipiRecapitoClass *klass = TIPI_RECAPITO_GET_CLASS (tipi_recapito);
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_recapito), &iter,
+                                           COL_ID, &id,
+                                           -1);
+
+                       g_signal_emit (G_OBJECT (tipi_recapito), klass->selezionato_signal_id, 0, strtol (id, NULL, 10));
+
+                       gtk_widget_destroy (priv->widget);
+                       g_object_unref (G_OBJECT (tipi_recapito));
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_WARNING,
+                                                        GTK_BUTTONS_OK,
+                                                        "Occorre prima selezionare un tipo recapito");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_recapito_on_costo_aggiornato (gpointer instance, gpointer user_data)
+{
+       tipi_recapito_carica ((TipiRecapito *)user_data);
+}
+
+static void
+tipi_recapito_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipiRecapito *tipi_recapito = TIPI_RECAPITO (object);
+
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipi_recapito_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipiRecapito *tipi_recapito = TIPI_RECAPITO (object);
+
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static void
+tipi_recapito_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       TipiRecapito *tipi_recapito = (TipiRecapito *)user_data;
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       TipoRecapito *c = tipo_recapito_new (priv->commons, 0);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (tipi_recapito_on_costo_aggiornato), (gpointer)tipi_recapito);
+
+       w = tipo_recapito_get_widget (c);
+       gtk_window_set_transient_for (GTK_WINDOW (w), priv->wtransient);
+       gtk_widget_show (w);
+}
+
+static void
+tipi_recapito_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipi_recapito_modifica ((TipiRecapito *)user_data);
+}
+
+static void
+tipi_recapito_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *dialog;
+       gboolean risp;
+
+       GtkTreeIter iter;
+       gchar *id;
+
+       TipiRecapito *tipi_recapito = (TipiRecapito *)user_data;
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE (tipi_recapito);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_QUESTION,
+                                                        GTK_BUTTONS_YES_NO,
+                                                        "Sicuro di voler eliminare il tipo recapito selezionato?");
+                       risp = gtk_dialog_run (GTK_DIALOG (dialog));
+                       if (risp == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_recapito), &iter,
+                                                           COL_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE tipi_recapito SET status = 'E' WHERE id = %d", strtol (id, NULL, 10)));
+
+                                       tipi_recapito_carica (tipi_recapito);
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (priv->wtransient,
+                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                        GTK_MESSAGE_WARNING,
+                                                        GTK_BUTTONS_OK,
+                                                        "Occorre prima selezionare un tipo recapito");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_recapito_on_trv_tipi_recapito_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data)
+{
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE ((TipiRecapito *)user_data);
+
+       if (priv->selezione)
+               {
+                       tipi_recapito_selezionato ((TipiRecapito *)user_data);
+               }
+       else
+               {
+                       tipi_recapito_modifica ((TipiRecapito *)user_data);
+               }
+}
+
+
+static void
+tipi_recapito_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipiRecapitoPrivate *priv = TIPI_RECAPITO_GET_PRIVATE ((TipiRecapito *)user_data);
+
+       gtk_widget_destroy (priv->widget);
+       g_object_unref (G_OBJECT (user_data));
+}
+
+static void
+tipi_recapito_on_btn_seleziona_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       tipi_recapito_selezionato ((TipiRecapito *)user_data);
+}
diff --git a/src/tipirecapito.h b/src/tipirecapito.h
new file mode 100644 (file)
index 0000000..5546ea8
--- /dev/null
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __TIPI_RECAPITO_H__
+#define __TIPI_RECAPITO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPI_RECAPITO                 (tipi_recapito_get_type ())
+#define TIPI_RECAPITO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPI_RECAPITO, TipiRecapito))
+#define TIPI_RECAPITO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPI_RECAPITO, TipiRecapitoClass))
+#define IS_TIPI_RECAPITO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPI_RECAPITO))
+#define IS_TIPI_RECAPITO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPI_RECAPITO))
+#define TIPI_RECAPITO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPI_RECAPITO, TipiRecapitoClass))
+
+
+typedef struct _TipiRecapito TipiRecapito;
+typedef struct _TipiRecapitoClass TipiRecapitoClass;
+
+struct _TipiRecapito
+       {
+               GObject parent;
+       };
+
+struct _TipiRecapitoClass
+       {
+               GObjectClass parent_class;
+
+               guint selezionato_signal_id;
+       };
+
+GType tipi_recapito_get_type (void) G_GNUC_CONST;
+
+TipiRecapito *tipi_recapito_new (Commons *commons, gboolean selezione);
+
+GtkWidget *tipi_recapito_get_widget (TipiRecapito *tipi_recapito);
+
+
+G_END_DECLS
+
+#endif /* __TIPI_RECAPITO_H__ */
diff --git a/src/tiporecapito.c b/src/tiporecapito.c
new file mode 100644 (file)
index 0000000..e92b367
--- /dev/null
@@ -0,0 +1,336 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <libgtkform/form.h>
+
+#include "tiporecapito.h"
+
+static void tipo_recapito_class_init (TipoRecapitoClass *klass);
+static void tipo_recapito_init (TipoRecapito *tipo_recapito);
+
+static void tipo_recapito_carica (TipoRecapito *tipo_recapito);
+static void tipo_recapito_salva (TipoRecapito *tipo_recapito);
+
+static gboolean tipo_recapito_conferma_chiusura (TipoRecapito *tipo_recapito);
+
+static void tipo_recapito_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipo_recapito_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean tipo_recapito_on_w_tipo_recapito_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void tipo_recapito_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipo_recapito_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPO_RECAPITO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPO_RECAPITO, TipoRecapitoPrivate))
+
+enum
+{
+       LBL_ID
+};
+
+typedef struct _TipoRecapitoPrivate TipoRecapitoPrivate;
+struct _TipoRecapitoPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (TipoRecapito, tipo_recapito, G_TYPE_OBJECT)
+
+static void
+tipo_recapito_class_init (TipoRecapitoClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipoRecapitoPrivate));
+
+       object_class->set_property = tipo_recapito_set_property;
+       object_class->get_property = tipo_recapito_get_property;
+
+       /**
+        * TipoRecapito::aggiornato:
+        * @tipo_recapito:
+        *
+        */
+       klass->aggiornato_signal_id = g_signal_new ("aggiornato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__VOID,
+                                                      G_TYPE_NONE,
+                                                      0);
+}
+
+static void
+tipo_recapito_init (TipoRecapito *tipo_recapito)
+{
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+}
+
+/**
+ * tipo_recapito_new:
+ * @commons:
+ * @id:
+ *
+ * Returns: the newly created #TipoRecapito object.
+ */
+TipoRecapito
+*tipo_recapito_new (Commons *commons, gint id)
+{
+       GError *error;
+
+       TipoRecapito *a = TIPO_RECAPITO (g_object_new (tipo_recapito_get_type (), NULL));
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_tipo_recapito", "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new_from_file (g_build_filename (priv->commons->formdir, "tipo_recapito.form", NULL), priv->commons->gtkbuilder);
+
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_tipo_recapito"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label15",
+                                                     NULL);
+
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (tipo_recapito_on_w_tipo_recapito_delete_event), (gpointer *)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button21"),
+                         "clicked", G_CALLBACK (tipo_recapito_on_btn_annulla_clicked), (gpointer *)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button22"),
+                         "clicked", G_CALLBACK (tipo_recapito_on_btn_salva_clicked), (gpointer *)a);
+
+       priv->id = id;
+
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+
+                       gtk_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       tipo_recapito_carica (a);
+               }
+
+       return a;
+}
+
+/**
+ * tipo_recapito_get_widget:
+ * @tipo_recapito:
+ *
+ */
+GtkWidget
+*tipo_recapito_get_widget (TipoRecapito *tipo_recapito)
+{
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+tipo_recapito_carica (TipoRecapito *tipo_recapito)
+{
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       gtk_form_fill_from_table (priv->form);
+}
+
+static void
+tipo_recapito_salva (TipoRecapito *tipo_recapito)
+{
+       GError *error = NULL;
+       gchar *sql;
+       GtkWidget *dialog;
+
+       GDate *da;
+       GDate *a;
+
+       TipoRecapitoClass *klass = TIPO_RECAPITO_GET_CLASS (tipo_recapito);
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       if (!gtk_form_check (priv->form, (priv->id != 0), NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       if (priv->id == 0)
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_INSERT);
+               }
+       else
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_UPDATE);
+               }
+
+       if (gdaex_execute (priv->commons->gdaex, sql) == 1)
+               {
+                       g_signal_emit (tipo_recapito, klass->aggiornato_signal_id, 0);
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_INFO,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Salvataggio eseguito con successo.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       if (priv->id == 0)
+                               {
+                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                               }
+
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Errore durante il salvataggio.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipo_recapito_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipoRecapito *tipo_recapito = TIPO_RECAPITO (object);
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipo_recapito_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipoRecapito *tipo_recapito = TIPO_RECAPITO (object);
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+tipo_recapito_conferma_chiusura (TipoRecapito *tipo_recapito)
+{
+       GtkWidget *dialog;
+
+       gboolean ret;
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       ret = TRUE;
+       if (gtk_form_is_changed (priv->form))
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                GTK_MESSAGE_QUESTION,
+                                                                GTK_BUTTONS_YES_NO,
+                                                                "Sicuro di voler chiudere senza salvare?");
+                       if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_NO)
+                               {
+                                       ret = FALSE;
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+
+       return ret;
+}
+
+/* CALLBACK */
+static gboolean
+tipo_recapito_on_w_tipo_recapito_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !tipo_recapito_conferma_chiusura ((TipoRecapito *)user_data);
+}
+
+static void
+tipo_recapito_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipoRecapito *tipo_recapito = (TipoRecapito *)user_data;
+
+       TipoRecapitoPrivate *priv = TIPO_RECAPITO_GET_PRIVATE (tipo_recapito);
+
+       if (tipo_recapito_conferma_chiusura (tipo_recapito)) gtk_widget_destroy (priv->w);
+}
+
+static void
+tipo_recapito_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipo_recapito_salva ((TipoRecapito *)user_data);
+}
diff --git a/src/tiporecapito.h b/src/tiporecapito.h
new file mode 100644 (file)
index 0000000..66a04cf
--- /dev/null
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __TIPO_RECAPITO_H__
+#define __TIPO_RECAPITO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPO_RECAPITO                 (tipo_recapito_get_type ())
+#define TIPO_RECAPITO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPO_RECAPITO, TipoRecapito))
+#define TIPO_RECAPITO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPO_RECAPITO, TipoRecapitoClass))
+#define IS_TIPO_RECAPITO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPO_RECAPITO))
+#define IS_TIPO_RECAPITO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPO_RECAPITO))
+#define TIPO_RECAPITO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPO_RECAPITO, TipoRecapitoClass))
+
+
+typedef struct _TipoRecapito TipoRecapito;
+typedef struct _TipoRecapitoClass TipoRecapitoClass;
+
+struct _TipoRecapito
+       {
+               GObject parent;
+       };
+
+struct _TipoRecapitoClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType tipo_recapito_get_type (void) G_GNUC_CONST;
+
+TipoRecapito *tipo_recapito_new (Commons *commons, gint id);
+
+GtkWidget *tipo_recapito_get_widget (TipoRecapito *tipo_recapito);
+
+
+G_END_DECLS
+
+#endif /* __TIPO_RECAPITO_H__ */