AC_PROG_RANLIB
# Checks for libraries.
-PKG_CHECK_MODULES(TERRITORIO, [gio-2.0 >= 2.20
- gtk+-2.0 >= 2.16
- libgda-ui-4.0 >= 4.2.0
- libgdaex >= 0.3.0
- libgtkform >= 0.3.1
- libgtkformui >= 0.3.1
- libaute >= 0.0.2
- libautoz >= 0.0.2
- libsolipa >= 0.3.1])
+PKG_CHECK_MODULES(TERRITORIO, [gio-2.0 >= 2.36
+ libgda-ui-5.0 >= 5.0.0
+ libgdaex >= 0.5.0
+ libgtkform >= 0.5.0
+ libgtkformui >= 0.5.0
+ libaute >= 0.2.0
+ libautoz >= 0.0.5
+ libsolipa >= 0.5.0])
AC_SUBST(TERRITORIO_CFLAGS)
AC_SUBST(TERRITORIO_LIBS)
Name: @PACKAGE_NAME@
Description: Libreria con l'interfaccia per la gestione del territorio.
Version: @PACKAGE_VERSION@
-Requires: glib-2.0 gtk+-2.0 libgda-ui-4.0 libgdaex libgtkform libgtkformui libaute libautoz libsolipa
+Requires: libgdaex >= 0.5.0 libgtkform >= 0.5.0 libgtkformui >= 0.5.0 libaute >= 0.2.0 libautoz >= 0.0.5 libsolipa >= 0.5.0 libgda-ui-5.0 >= 5.0.0
Libs: -L${libdir} -lterritorio
Cflags: -I${includedir}
/*
- * Copyright (C) 2010-2011 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 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
*
*/
-#include <gdk/gdkkeysyms.h>
+#include <gdk/gdk.h>
#include <libautoz/autoz.h>
GdkEventKey *event,
gpointer user_data)
{
- if (event->keyval == GDK_Escape)
+ if (event->keyval == GDK_KEY_Escape)
{
TerritorioComuniPrivate *priv = TERRITORIO_COMUNI_GET_PRIVATE ((TerritorioComuni *)user_data);
return TRUE;
}
}
- else if (event->keyval == GDK_F2)
+ else if (event->keyval == GDK_KEY_F2)
{
TerritorioComuniPrivate *priv = TERRITORIO_COMUNI_GET_PRIVATE ((TerritorioComuni *)user_data);
/*
- * Copyright (C) 2011-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2011-2013 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
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
NULL);
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), TRUE);
carea = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
/*
- * Copyright (C) 2010-2011 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 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
*
*/
-#include <gdk/gdkkeysyms.h>
+#include <gdk/gdk.h>
#include <libautoz/autoz.h>
#include <libsolipa/libsolipa.h>
GdkEventKey *event,
gpointer user_data)
{
- if (event->keyval == GDK_Escape)
+ if (event->keyval == GDK_KEY_Escape)
{
TerritorioProvincePrivate *priv = TERRITORIO_PROVINCE_GET_PRIVATE ((TerritorioProvince *)user_data);
return TRUE;
}
}
- else if (event->keyval == GDK_F2)
+ else if (event->keyval == GDK_KEY_F2)
{
TerritorioProvincePrivate *priv = TERRITORIO_PROVINCE_GET_PRIVATE ((TerritorioProvince *)user_data);
/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 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
*
*/
-#include <gdk/gdkkeysyms.h>
+#include <gdk/gdk.h>
#include <libautoz/autoz.h>
#include <libsolipa/libsolipa.h>
GdkEventKey *event,
gpointer user_data)
{
- if (event->keyval == GDK_Escape)
+ if (event->keyval == GDK_KEY_Escape)
{
TerritorioRegioniPrivate *priv = TERRITORIO_REGIONI_GET_PRIVATE ((TerritorioRegioni *)user_data);
/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 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
*
*/
-#include <gdk/gdkkeysyms.h>
+#include <gdk/gdk.h>
#include <libautoz/autoz.h>
#include <libsolipa/libsolipa.h>
GdkEventKey *event,
gpointer user_data)
{
- if (event->keyval == GDK_Escape)
+ if (event->keyval == GDK_KEY_Escape)
{
TerritorioStatiPrivate *priv = TERRITORIO_STATI_GET_PRIVATE ((TerritorioStati *)user_data);
/*
- * Copyright (C) 2010-2012 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 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
#include <string.h>
-#include <gdk/gdkkeysyms.h>
+#include <gdk/gdk.h>
#include <libautoz/autoz.h>
#include <libsolipa/libsolipa.h>
GdkEventKey *event,
gpointer user_data)
{
- if (event->keyval == GDK_Escape)
+ if (event->keyval == GDK_KEY_Escape)
{
TerritorioViePrivate *priv = TERRITORIO_VIE_GET_PRIVATE ((TerritorioVie *)user_data);
return TRUE;
}
}
- else if (event->keyval == GDK_F2)
+ else if (event->keyval == GDK_KEY_F2)
{
TerritorioViePrivate *priv = TERRITORIO_VIE_GET_PRIVATE ((TerritorioVie *)user_data);
/*
- * Copyright (C) 2011 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2011-2013 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
object_class->set_property = territorio_widget_set_property;
object_class->get_property = territorio_widget_get_property;
- widget_class->size_request = territorio_widget_size_request;
+ /*widget_class->size_request = territorio_widget_size_request;*/
widget_class->size_allocate = territorio_widget_size_allocate;
g_object_class_install_property (object_class, PROP_SHOW_STATO,
requisition->width = 0;
requisition->height = 0;
- if (bin->child && GTK_WIDGET_VISIBLE (bin->child))
+ if (gtk_bin_get_child (bin) && gtk_widget_is_visible (GTK_WIDGET (gtk_bin_get_child (bin))))
{
- gtk_widget_size_request (bin->child, &child_requisition);
+ /*gtk_widget_size_request (gtk_bin_get_child (bin), &child_requisition);*/
requisition->width += child_requisition.width;
requisition->height += child_requisition.height;
}
{
TerritorioWidget *twidget;
GtkBin *bin;
+ GtkAllocation w_allocation;
GtkAllocation relative_allocation;
GtkAllocation child_allocation;
border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
relative_allocation.x = border_width;
relative_allocation.y = border_width;
- relative_allocation.width = MAX (1, (gint)widget->allocation.width - relative_allocation.x * 2);
- relative_allocation.height = MAX (1, (gint)widget->allocation.height - relative_allocation.y * 2);
+ gtk_widget_get_allocation (widget, &w_allocation);
+ relative_allocation.width = MAX (1, w_allocation.width - relative_allocation.x * 2);
+ relative_allocation.height = MAX (1, w_allocation.height - relative_allocation.y * 2);
- if (bin->child && GTK_WIDGET_VISIBLE (bin->child))
+ if (gtk_bin_get_child (bin) && gtk_widget_is_visible (GTK_WIDGET (gtk_bin_get_child (bin))))
{
child_allocation.x = relative_allocation.x + allocation->x;
child_allocation.y = relative_allocation.y + allocation->y;
child_allocation.width = relative_allocation.width;
child_allocation.height = relative_allocation.height;
- gtk_widget_size_allocate (bin->child, &child_allocation);
+ gtk_widget_size_allocate (gtk_bin_get_child (bin), &child_allocation);
}
}