]> saetta.ns0.it Git - reptool/greptool/commitdiff
Added report and page properties windows.
authorAndrea Zagli <azagli@libero.it>
Sun, 20 May 2007 09:25:39 +0000 (09:25 +0000)
committerAndrea Zagli <azagli@libero.it>
Sun, 20 May 2007 09:25:39 +0000 (09:25 +0000)
Added objects tree.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/greptool/trunk@2 76169498-11ee-428b-941f-28d7a79d5cb2

configure.ac
data/greptool/glade/greptool.glade
src/Makefile.am
src/main.c
src/objects_tree.c [new file with mode: 0644]
src/page_properties.c [new file with mode: 0644]
src/report_properties.c [new file with mode: 0644]

index 55d0e65b47cf5b1cb2241cdc5059103b8217b412..6717128dcfcd2d27b60adbc17d9ede9f33837904 100644 (file)
@@ -15,9 +15,9 @@ AC_CANONICAL_SYSTEM
 AC_PROG_CC
 
 # Checks for libraries.
-PKG_CHECK_MODULES(GREPTOOL, [gtk+-2.0 >= 2.8.0
-                             libglade-2.0 >= 2.5.0
-                             libxml-2.0 >= 2.6.0])
+PKG_CHECK_MODULES(GREPTOOL, [libreptool >= 0.0.5
+                             libglade-2.0 >= 2.6.0
+                             goocanvas >= 0.0.8])
 
 AC_SUBST(GREPTOOL_CFLAGS)
 AC_SUBST(GREPTOOL_LIBS)
index f10393a1757982fdb63e5442b384b9cf47da2868..b71d6ae9de27c6d99a47f6f86296b21d4a59dba6 100644 (file)
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
-
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+<!--*- mode: xml -*-->
 <glade-interface>
-
-<widget class="GtkWindow" id="w_main">
-  <property name="visible">True</property>
-  <property name="title" translatable="yes">GRepTool</property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_NONE</property>
-  <property name="modal">False</property>
-  <property name="resizable">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="decorated">True</property>
-  <property name="skip_taskbar_hint">False</property>
-  <property name="skip_pager_hint">False</property>
-  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
-  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-  <property name="focus_on_map">True</property>
-  <property name="urgency_hint">False</property>
-  <signal name="delete_event" handler="gtk_main_quit" last_modification_time="Wed, 25 Apr 2007 08:42:28 GMT"/>
-  <signal name="destroy" handler="gtk_main_quit" last_modification_time="Wed, 25 Apr 2007 08:42:51 GMT"/>
-
-  <child>
-    <widget class="GtkVBox" id="vbox1">
-      <property name="visible">True</property>
-      <property name="homogeneous">False</property>
-      <property name="spacing">0</property>
-
-      <child>
-       <widget class="GtkMenuBar" id="menubar1">
-         <property name="visible">True</property>
-         <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
-         <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_file">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">_File</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_file_menu">
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_new">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-new</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_new_activate" last_modification_time="Mon, 02 Apr 2007 15:26:53 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_open">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-open</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_open_activate" last_modification_time="Mon, 02 Apr 2007 15:26:53 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_save">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-save</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_save_activate" last_modification_time="Mon, 02 Apr 2007 15:26:53 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_save_as">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-save-as</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_save_as_activate" last_modification_time="Mon, 02 Apr 2007 15:26:53 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_close">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-close</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_close_activate" last_modification_time="Sun, 22 Apr 2007 08:25:52 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
-                     <property name="visible">True</property>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_file_quit">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-quit</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_file_quit_activate" last_modification_time="Mon, 02 Apr 2007 15:26:53 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_edit">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">_Edit</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_edit_menu">
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_edit_cut">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-cut</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_edit_cut_activate" last_modification_time="Sun, 22 Apr 2007 08:12:34 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_edit_copy">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-copy</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_edit_copy_activate" last_modification_time="Sun, 22 Apr 2007 08:12:34 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_edit_paste">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-paste</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_edit_paste_activate" last_modification_time="Sun, 22 Apr 2007 08:12:34 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkImageMenuItem" id="mnu_edit_delete">
-                     <property name="visible">True</property>
-                     <property name="label">gtk-delete</property>
-                     <property name="use_stock">True</property>
-                     <signal name="activate" handler="on_mnu_edit_delete_activate" last_modification_time="Sun, 22 Apr 2007 08:12:34 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_view">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">_View</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_view_menu">
-
-                 <child>
-                   <widget class="GtkMenuItem" id="mnu_view_report">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">_Report</property>
-                     <property name="use_underline">True</property>
-
-                     <child>
-                       <widget class="GtkMenu" id="mnu_view_report_menu">
-
-                         <child>
-                           <widget class="GtkCheckMenuItem" id="mnu_view_report_header">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">_Header</property>
-                             <property name="use_underline">True</property>
-                             <property name="active">False</property>
-                             <signal name="activate" handler="on_mnu_view_report_header_activate" last_modification_time="Sun, 22 Apr 2007 08:20:44 GMT"/>
-                           </widget>
-                         </child>
-
-                         <child>
-                           <widget class="GtkCheckMenuItem" id="mnu_view_report_footer">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">_Footer</property>
-                             <property name="use_underline">True</property>
-                             <property name="active">False</property>
-                             <signal name="activate" handler="on_mnu_view_report_footer_activate" last_modification_time="Sun, 22 Apr 2007 08:20:44 GMT"/>
-                           </widget>
-                         </child>
-                       </widget>
-                     </child>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkMenuItem" id="mnu_view_page">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">_Page</property>
-                     <property name="use_underline">True</property>
-                     <signal name="activate" handler="on_mnu_view_page_activate" last_modification_time="Sun, 22 Apr 2007 08:20:44 GMT"/>
-
-                     <child>
-                       <widget class="GtkMenu" id="mnu_view_page_menu">
-
-                         <child>
-                           <widget class="GtkCheckMenuItem" id="mnu_view_page_header">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">_Header</property>
-                             <property name="use_underline">True</property>
-                             <property name="active">False</property>
-                             <signal name="activate" handler="on_mnu_view_page_header_activate" last_modification_time="Sun, 22 Apr 2007 08:20:44 GMT"/>
-                           </widget>
-                         </child>
-
-                         <child>
-                           <widget class="GtkCheckMenuItem" id="mnu_view_page_footer">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">_Footer</property>
-                             <property name="use_underline">True</property>
-                             <property name="active">False</property>
-                             <signal name="activate" handler="on_mnu_view_page_footer_activate" last_modification_time="Sun, 22 Apr 2007 08:20:44 GMT"/>
-                           </widget>
-                         </child>
-                       </widget>
-                     </child>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkSeparatorMenuItem" id="separatore1">
-                     <property name="visible">True</property>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkCheckMenuItem" id="mnu_view_objects_toolbar">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">Objects _Toolbar</property>
-                     <property name="use_underline">True</property>
-                     <property name="active">False</property>
-                     <signal name="activate" handler="on_mnu_view_objects_toolbar_activate" last_modification_time="Wed, 25 Apr 2007 08:20:24 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkCheckMenuItem" id="mnu_view_objects_list">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">_Objects List</property>
-                     <property name="use_underline">True</property>
-                     <property name="active">False</property>
-                     <signal name="activate" handler="on_mnu_view_objects_list_activate" last_modification_time="Sun, 22 Apr 2007 08:12:34 GMT"/>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkSeparatorMenuItem" id="separatore2">
-                     <property name="visible">True</property>
-                   </widget>
-                 </child>
-
-                 <child>
-                   <widget class="GtkMenuItem" id="mnu_view_xml">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">_XML</property>
-                     <property name="use_underline">True</property>
-                     <signal name="activate" handler="on_mnu_view_xml_activate" last_modification_time="Wed, 25 Apr 2007 08:24:08 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-
-         <child>
-           <widget class="GtkMenuItem" id="mnu_help">
-             <property name="visible">True</property>
-             <property name="label" translatable="yes">_Help</property>
-             <property name="use_underline">True</property>
-
-             <child>
-               <widget class="GtkMenu" id="mnu_help_menu">
-
-                 <child>
-                   <widget class="GtkMenuItem" id="informazioni1">
-                     <property name="visible">True</property>
-                     <property name="label" translatable="yes">I_nformazioni</property>
-                     <property name="use_underline">True</property>
-                     <signal name="activate" handler="on_informazioni1_activate" last_modification_time="Mon, 02 Apr 2007 15:21:09 GMT"/>
-                   </widget>
-                 </child>
-               </widget>
-             </child>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">False</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkHandleBox" id="handlebox1">
-         <property name="visible">True</property>
-         <property name="shadow_type">GTK_SHADOW_OUT</property>
-         <property name="handle_position">GTK_POS_LEFT</property>
-         <property name="snap_edge">GTK_POS_TOP</property>
-
-         <child>
-           <widget class="GtkToolbar" id="toolbar1">
-             <property name="visible">True</property>
-             <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
-             <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
-             <property name="tooltips">True</property>
-             <property name="show_arrow">True</property>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_new">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new report</property>
-                 <property name="stock_id">gtk-new</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_open">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Open an existing report</property>
-                 <property name="stock_id">gtk-open</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_save">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Save the current report</property>
-                 <property name="stock_id">gtk-save</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
-                 <property name="visible">True</property>
-                 <property name="draw">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">False</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_cut">
-                 <property name="visible">True</property>
-                 <property name="stock_id">gtk-cut</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_copy">
-                 <property name="visible">True</property>
-                 <property name="stock_id">gtk-copy</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkToolButton" id="tbtn_paste">
-                 <property name="visible">True</property>
-                 <property name="stock_id">gtk-paste</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkHandleBox" id="handlebox2">
-         <property name="visible">True</property>
-         <property name="shadow_type">GTK_SHADOW_OUT</property>
-         <property name="handle_position">GTK_POS_LEFT</property>
-         <property name="snap_edge">GTK_POS_TOP</property>
-
-         <child>
-           <widget class="GtkToolbar" id="toolbar2">
-             <property name="visible">True</property>
-             <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
-             <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
-             <property name="tooltips">True</property>
-             <property name="show_arrow">True</property>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_select">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Objects selector</property>
-                 <property name="label" translatable="yes">Selector</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
-                 <property name="visible">True</property>
-                 <property name="draw">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">False</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_text">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new text object</property>
-                 <property name="label" translatable="yes">Text</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-                 <property name="group">rtbtn_select</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_line">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new line object</property>
-                 <property name="label" translatable="yes">Line</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-                 <property name="group">rtbtn_select</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_rect">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new rectangle object</property>
-                 <property name="label" translatable="yes">Rectangle</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-                 <property name="group">rtbtn_select</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_ellipse">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new ellipse object</property>
-                 <property name="label" translatable="yes">Ellipse</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-                 <property name="group">rtbtn_select</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkRadioToolButton" id="rtbtn_image">
-                 <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Creates a new image object</property>
-                 <property name="label" translatable="yes">Image</property>
-                 <property name="use_underline">True</property>
-                 <property name="visible_horizontal">True</property>
-                 <property name="visible_vertical">True</property>
-                 <property name="is_important">False</property>
-                 <property name="active">False</property>
-                 <property name="group">rtbtn_select</property>
-               </widget>
-               <packing>
-                 <property name="expand">False</property>
-                 <property name="homogeneous">True</property>
-               </packing>
-             </child>
-           </widget>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkHPaned" id="hpaned1">
-         <property name="visible">True</property>
-         <property name="can_focus">True</property>
-         <property name="position">0</property>
-
-         <child>
-           <placeholder/>
-         </child>
-
-         <child>
-           <widget class="GtkNotebook" id="notebook1">
-             <property name="visible">True</property>
-             <property name="can_focus">True</property>
-             <property name="show_tabs">True</property>
-             <property name="show_border">True</property>
-             <property name="tab_pos">GTK_POS_TOP</property>
-             <property name="scrollable">True</property>
-             <property name="enable_popup">False</property>
-
-             <child>
-               <placeholder/>
-             </child>
-
-             <child>
-               <widget class="GtkLabel" id="label1">
-                 <property name="visible">True</property>
-                 <property name="label" translatable="yes">label1</property>
-                 <property name="use_underline">False</property>
-                 <property name="use_markup">False</property>
-                 <property name="justify">GTK_JUSTIFY_LEFT</property>
-                 <property name="wrap">False</property>
-                 <property name="selectable">False</property>
-                 <property name="xalign">0.5</property>
-                 <property name="yalign">0.5</property>
-                 <property name="xpad">0</property>
-                 <property name="ypad">0</property>
-                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-                 <property name="width_chars">-1</property>
-                 <property name="single_line_mode">False</property>
-                 <property name="angle">0</property>
-               </widget>
-               <packing>
-                 <property name="type">tab</property>
-               </packing>
-             </child>
-
-             <child>
-               <placeholder/>
-             </child>
-
-             <child>
-               <widget class="GtkLabel" id="label2">
-                 <property name="visible">True</property>
-                 <property name="label" translatable="yes">label2</property>
-                 <property name="use_underline">False</property>
-                 <property name="use_markup">False</property>
-                 <property name="justify">GTK_JUSTIFY_LEFT</property>
-                 <property name="wrap">False</property>
-                 <property name="selectable">False</property>
-                 <property name="xalign">0.5</property>
-                 <property name="yalign">0.5</property>
-                 <property name="xpad">0</property>
-                 <property name="ypad">0</property>
-                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-                 <property name="width_chars">-1</property>
-                 <property name="single_line_mode">False</property>
-                 <property name="angle">0</property>
-               </widget>
-               <packing>
-                 <property name="type">tab</property>
-               </packing>
-             </child>
-
-             <child>
-               <placeholder/>
-             </child>
-
-             <child>
-               <widget class="GtkLabel" id="label3">
-                 <property name="visible">True</property>
-                 <property name="label" translatable="yes">label3</property>
-                 <property name="use_underline">False</property>
-                 <property name="use_markup">False</property>
-                 <property name="justify">GTK_JUSTIFY_LEFT</property>
-                 <property name="wrap">False</property>
-                 <property name="selectable">False</property>
-                 <property name="xalign">0.5</property>
-                 <property name="yalign">0.5</property>
-                 <property name="xpad">0</property>
-                 <property name="ypad">0</property>
-                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-                 <property name="width_chars">-1</property>
-                 <property name="single_line_mode">False</property>
-                 <property name="angle">0</property>
-               </widget>
-               <packing>
-                 <property name="type">tab</property>
-               </packing>
-             </child>
-           </widget>
-           <packing>
-             <property name="shrink">True</property>
-             <property name="resize">True</property>
-           </packing>
-         </child>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">True</property>
-         <property name="fill">True</property>
-       </packing>
-      </child>
-
-      <child>
-       <widget class="GtkStatusbar" id="statusbar1">
-         <property name="visible">True</property>
-         <property name="has_resize_grip">True</property>
-       </widget>
-       <packing>
-         <property name="padding">0</property>
-         <property name="expand">False</property>
-         <property name="fill">False</property>
-       </packing>
-      </child>
-    </widget>
-  </child>
-</widget>
-
-<widget class="GtkAboutDialog" id="diag_about">
-  <property name="visible">True</property>
-  <property name="destroy_with_parent">True</property>
-  <property name="name" translatable="yes">greptool</property>
-  <property name="copyright" translatable="yes">Copyright (C) 2007 Andrea Zagli</property>
-  <property name="comments" translatable="yes">Creates and manages reptool report's definition files</property>
-  <property name="wrap_license">False</property>
-  <property name="authors">Andrea Zagli &lt;azagli@inwind.it&gt;</property>
-  <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
-</widget>
-
+  <widget class="GtkWindow" id="w_main">
+    <property name="visible">True</property>
+    <property name="title" translatable="yes">GRepTool</property>
+    <property name="default_width">600</property>
+    <property name="default_height">400</property>
+    <signal name="destroy" handler="gtk_main_quit"/>
+    <signal name="delete_event" handler="gtk_main_quit"/>
+    <child>
+      <widget class="GtkVBox" id="vbox1">
+        <property name="visible">True</property>
+        <child>
+          <widget class="GtkMenuBar" id="menubar1">
+            <property name="visible">True</property>
+            <child>
+              <widget class="GtkMenuItem" id="mnu_file">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_File</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="mnu_file_menu">
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_new">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-new</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_file_new_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_open">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-open</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_file_open_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_save">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-save</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_file_save_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_save_as">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-save-as</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_file_save_as_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_close">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-close</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_file_close_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
+                        <property name="visible">True</property>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_file_quit">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-quit</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="gtk_main_quit"/>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkMenuItem" id="mnu_edit">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Edit</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="mnu_edit_menu">
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_edit_cut">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-cut</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_edit_cut_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_edit_copy">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-copy</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_edit_copy_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_edit_paste">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-paste</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_edit_paste_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="mnu_edit_delete">
+                        <property name="visible">True</property>
+                        <property name="label">gtk-delete</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_mnu_edit_delete_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkSeparatorMenuItem" id="separatore4">
+                        <property name="visible">True</property>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkMenuItem" id="mnu_edit_report_properties">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Report Properties</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_edit_report_properties_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkMenuItem" id="mnu_edit_page_properties">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Page Properties</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_edit_page_properties_activate"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkMenuItem" id="mnu_edit_object_properties">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Object Properties</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_edit_object_properties_activate"/>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkMenuItem" id="mnu_view">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_View</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="mnu_view_menu">
+                    <child>
+                      <widget class="GtkCheckMenuItem" id="mnu_view_objects_tree">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Objects Tree</property>
+                        <property name="use_underline">True</property>
+                        <signal name="toggled" handler="on_mnu_view_objects_tree_toggled"/>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkSeparatorMenuItem" id="separatore2">
+                        <property name="visible">True</property>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkMenuItem" id="mnu_view_xml">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_XML</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_view_xml_activate"/>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkMenuItem" id="mnu_help">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Help</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="mnu_help_menu">
+                    <child>
+                      <widget class="GtkMenuItem" id="mnu_help_about">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">I_nformazioni</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_help_about_activate"/>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHandleBox" id="handlebox1">
+            <property name="visible">True</property>
+            <property name="shadow_type">GTK_SHADOW_OUT</property>
+            <child>
+              <widget class="GtkToolbar" id="toolbar1">
+                <property name="visible">True</property>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_new">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new report</property>
+                    <property name="stock_id">gtk-new</property>
+                    <signal name="clicked" handler="on_tbtn_new_clicked"/>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_open">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Open an existing report</property>
+                    <property name="stock_id">gtk-open</property>
+                    <signal name="clicked" handler="on_tbtn_open_clicked"/>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_save">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Save the current report</property>
+                    <property name="stock_id">gtk-save</property>
+                    <signal name="clicked" handler="on_tbtn_save_clicked"/>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
+                    <property name="visible">True</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="homogeneous">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_cut">
+                    <property name="visible">True</property>
+                    <property name="stock_id">gtk-cut</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_copy">
+                    <property name="visible">True</property>
+                    <property name="stock_id">gtk-copy</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkToolButton" id="tbtn_paste">
+                    <property name="visible">True</property>
+                    <property name="stock_id">gtk-paste</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHandleBox" id="handb_tb_objects">
+            <property name="visible">True</property>
+            <property name="shadow_type">GTK_SHADOW_OUT</property>
+            <child>
+              <widget class="GtkToolbar" id="toolbar2">
+                <property name="visible">True</property>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_select">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Objects selector</property>
+                    <property name="label">Selector</property>
+                    <property name="use_underline">True</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
+                    <property name="visible">True</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="homogeneous">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_text">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new text object</property>
+                    <property name="label">Text</property>
+                    <property name="use_underline">True</property>
+                    <property name="group">rtbtn_select</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_line">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new line object</property>
+                    <property name="label">Line</property>
+                    <property name="use_underline">True</property>
+                    <property name="group">rtbtn_select</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_rect">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new rectangle object</property>
+                    <property name="label">Rectangle</property>
+                    <property name="use_underline">True</property>
+                    <property name="group">rtbtn_select</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_ellipse">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new ellipse object</property>
+                    <property name="label">Ellipse</property>
+                    <property name="use_underline">True</property>
+                    <property name="group">rtbtn_select</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkRadioToolButton" id="rtbtn_image">
+                    <property name="visible">True</property>
+                    <property name="tooltip" translatable="yes">Creates a new image object</property>
+                    <property name="label">Image</property>
+                    <property name="use_underline">True</property>
+                    <property name="group">rtbtn_select</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                  </packing>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <widget class="GtkStatusbar" id="statusbar1">
+            <property name="visible">True</property>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+            <property name="position">4</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkAboutDialog" id="diag_about">
+    <property name="visible">True</property>
+    <property name="destroy_with_parent">True</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+    <property name="transient_for">w_main</property>
+    <property name="name">GRepTool</property>
+    <property name="copyright" translatable="yes">Copyright (C) 2007 Andrea Zagli</property>
+    <property name="comments" translatable="yes">Creates and manages RepTool report's definition files</property>
+    <property name="website">http://reptool.sourceforge.net</property>
+    <property name="authors">Andrea Zagli &lt;azagli@inwind.it&gt;</property>
+    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
+    <property name="wrap_license">True</property>
+    <child internal-child="vbox">
+      <widget class="GtkVBox" id="dialog-vbox1">
+        <child internal-child="action_area">
+          <widget class="GtkHButtonBox" id="dialog-action_area1">
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">GTK_PACK_END</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkWindow" id="w_report_properties">
+    <property name="title" translatable="yes">GRepTool - Report Properties</property>
+    <property name="modal">True</property>
+    <property name="default_width">450</property>
+    <property name="destroy_with_parent">True</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+    <property name="transient_for">w_main</property>
+    <child>
+      <widget class="GtkVBox" id="vbox2">
+        <property name="visible">True</property>
+        <child>
+          <widget class="GtkFrame" id="frame1">
+            <property name="visible">True</property>
+            <property name="border_width">3</property>
+            <property name="label_xalign">0</property>
+            <property name="shadow_type">GTK_SHADOW_NONE</property>
+            <child>
+              <widget class="GtkAlignment" id="alignment1">
+                <property name="visible">True</property>
+                <property name="left_padding">12</property>
+                <child>
+                  <widget class="GtkTable" id="table1">
+                    <property name="visible">True</property>
+                    <property name="n_rows">3</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">4</property>
+                    <property name="row_spacing">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="label7">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Provider</property>
+                      </widget>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label8">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Connection String</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label9">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">SQL</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="shadow_type">GTK_SHADOW_IN</property>
+                        <child>
+                          <widget class="GtkTextView" id="txtv_sql">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                          </widget>
+                        </child>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkComboBox" id="cb_providers">
+                        <property name="visible">True</property>
+                      </widget>
+                      <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>
+                      <widget class="GtkEntry" id="txt_cnc_string">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                      </widget>
+                      <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"></property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label4">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes"> Database </property>
+                <property name="use_markup">True</property>
+              </widget>
+              <packing>
+                <property name="type">label_item</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+        <child>
+          <widget class="GtkFrame" id="frame2">
+            <property name="visible">True</property>
+            <property name="border_width">4</property>
+            <property name="label_xalign">0</property>
+            <property name="shadow_type">GTK_SHADOW_NONE</property>
+            <child>
+              <widget class="GtkAlignment" id="alignment2">
+                <property name="visible">True</property>
+                <property name="left_padding">12</property>
+                <child>
+                  <widget class="GtkTable" id="table3">
+                    <property name="visible">True</property>
+                    <property name="n_rows">2</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">3</property>
+                    <property name="row_spacing">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="label10">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Height</property>
+                      </widget>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_header_height">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="adjustment">1 1 10000 1 10 10</property>
+                        <property name="climb_rate">1</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label11">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">New Page After</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkCheckButton" id="chk_header_new_page_after">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="draw_indicator">True</property>
+                      </widget>
+                      <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="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkCheckButton" id="chk_header">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="label" translatable="yes">Header</property>
+                <property name="use_underline">True</property>
+                <property name="draw_indicator">True</property>
+                <signal name="toggled" handler="report_properties_on_chk_header_toggled"/>
+              </widget>
+              <packing>
+                <property name="type">label_item</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkFrame" id="frame3">
+            <property name="visible">True</property>
+            <property name="border_width">3</property>
+            <property name="label_xalign">0</property>
+            <property name="shadow_type">GTK_SHADOW_NONE</property>
+            <child>
+              <widget class="GtkAlignment" id="alignment3">
+                <property name="visible">True</property>
+                <property name="left_padding">12</property>
+                <child>
+                  <widget class="GtkTable" id="table4">
+                    <property name="visible">True</property>
+                    <property name="n_rows">2</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">3</property>
+                    <property name="row_spacing">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="label12">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Height</property>
+                      </widget>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_footer_height">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="adjustment">1 1 10000 1 10 10</property>
+                        <property name="climb_rate">1</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label13">
+                        <property name="visible">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">New Page Before</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkCheckButton" id="chk_footer_new_page_before">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="draw_indicator">True</property>
+                      </widget>
+                      <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="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkCheckButton" id="chk_footer">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="label" translatable="yes">Footer</property>
+                <property name="use_underline">True</property>
+                <property name="draw_indicator">True</property>
+                <signal name="toggled" handler="report_properties_on_chk_footer_toggled"/>
+              </widget>
+              <packing>
+                <property name="type">label_item</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHButtonBox" id="hbuttonbox1">
+            <property name="visible">True</property>
+            <property name="border_width">3</property>
+            <property name="spacing">3</property>
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
+            <child>
+              <widget class="GtkButton" id="btn_cancel">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">gtk-cancel</property>
+                <property name="use_stock">True</property>
+                <signal name="clicked" handler="report_properties_on_btn_cancel_clicked"/>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkButton" id="btn_ok">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">gtk-ok</property>
+                <property name="use_stock">True</property>
+                <signal name="clicked" handler="report_properties_on_btn_ok_clicked"/>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkWindow" id="w_page_properties">
+    <property name="visible">True</property>
+    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+    <property name="title" translatable="yes">GRepTool - Page Properties</property>
+    <property name="modal">True</property>
+    <property name="default_width">300</property>
+    <property name="destroy_with_parent">True</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+    <property name="transient_for">w_main</property>
+    <child>
+      <widget class="GtkVBox" id="vbox3">
+        <property name="visible">True</property>
+        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+        <child>
+          <widget class="GtkFrame" id="frame4">
+            <property name="visible">True</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="label_xalign">0</property>
+            <property name="shadow_type">GTK_SHADOW_NONE</property>
+            <child>
+              <widget class="GtkAlignment" id="alignment4">
+                <property name="visible">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="left_padding">12</property>
+                <child>
+                  <widget class="GtkTable" id="table2">
+                    <property name="visible">True</property>
+                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                    <property name="n_rows">3</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">3</property>
+                    <property name="row_spacing">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="label3">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Width</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label5">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Height</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_width">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_height">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label17">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Type</property>
+                      </widget>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkComboBox" id="cb_size_type">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="items" translatable="yes">A4
+Custom</property>
+                        <signal name="changed" handler="page_properties_on_cb_size_type_changed"/>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">Size</property>
+                <property name="use_markup">True</property>
+              </widget>
+              <packing>
+                <property name="type">label_item</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkFrame" id="frame5">
+            <property name="visible">True</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="label_xalign">0</property>
+            <property name="shadow_type">GTK_SHADOW_NONE</property>
+            <child>
+              <widget class="GtkAlignment" id="alignment5">
+                <property name="visible">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="left_padding">12</property>
+                <child>
+                  <widget class="GtkTable" id="table5">
+                    <property name="visible">True</property>
+                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                    <property name="n_rows">4</property>
+                    <property name="n_columns">2</property>
+                    <property name="column_spacing">3</property>
+                    <property name="row_spacing">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="label6">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Top</property>
+                      </widget>
+                      <packing>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label14">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Right</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label15">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Bottom</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label16">
+                        <property name="visible">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Left</property>
+                      </widget>
+                      <packing>
+                        <property name="top_attach">3</property>
+                        <property name="bottom_attach">4</property>
+                        <property name="x_options">GTK_FILL</property>
+                        <property name="y_options"></property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_margin_top">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_margin_right">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <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>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_margin_bottom">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkSpinButton" id="spn_margin_left">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                        <property name="adjustment">0 0 10000 1 10 10</property>
+                        <property name="digits">2</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">3</property>
+                        <property name="bottom_attach">4</property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label2">
+                <property name="visible">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">Margins</property>
+                <property name="use_markup">True</property>
+              </widget>
+              <packing>
+                <property name="type">label_item</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHButtonBox" id="hbuttonbox2">
+            <property name="visible">True</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="border_width">3</property>
+            <property name="spacing">3</property>
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
+            <child>
+              <widget class="GtkButton" id="btn_cancel">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">gtk-cancel</property>
+                <property name="use_stock">True</property>
+                <signal name="clicked" handler="page_properties_on_btn_cancel_clicked"/>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkButton" id="btn_ok">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="label" translatable="yes">gtk-ok</property>
+                <property name="use_stock">True</property>
+                <signal name="clicked" handler="page_properties_on_btn_ok_clicked"/>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkWindow" id="w_objects_tree">
+    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+    <property name="title" translatable="yes">GRepTool - Objects Tree</property>
+    <property name="default_width">400</property>
+    <property name="default_height">350</property>
+    <property name="destroy_with_parent">True</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+    <property name="deletable">False</property>
+    <child>
+      <widget class="GtkScrolledWindow" id="scrolledwindow2">
+        <property name="visible">True</property>
+        <property name="can_focus">True</property>
+        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+        <child>
+          <widget class="GtkTreeView" id="tr_objects_tree">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="headers_clickable">True</property>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
 </glade-interface>
index 630bfc76945d2f4802fe01b2f7c3b35434df5637..c1a1e0911387702c5483c9335ffc48f684228422 100644 (file)
@@ -8,4 +8,8 @@ LIBS = $(GREPTOOL_LIBS) \
 
 bin_PROGRAMS = greptool
 
-greptool_SOURCES = main.c
+greptool_SOURCES = \
+                   main.c \
+                   report_properties.c \
+                   page_properties.c \
+                   objects_tree.c
index 47db35cdd25683df22423b453a92b104e0df5cae..0a220f60b934bb7d7ef7a7f058fe7519d16461cf 100644 (file)
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
+#include <libreptool.h>
+#include <goocanvas.h>
 
-GtkWidget *w;
+#ifdef HAVE_CONFIG_H
+       #include <config.h>
+#endif
+
+static gchar *report_filename;
+static RptReport *rpt_report;
+
+static GtkWidget *w;
+static GtkWidget *mnu_file_save;
+static GtkWidget *mnu_file_save_as;
+static GtkWidget *mnu_file_close;
+static GtkWidget *mnu_edit;
+static GtkWidget *mnu_view;
+static GtkWidget *tbtn_save;
+static GtkWidget *tbtn_cut;
+static GtkWidget *tbtn_copy;
+static GtkWidget *tbtn_paste;
+
+static void
+menu_toolbar_sensitivity ()
+{
+       gboolean sens = (rpt_report != NULL);
+
+       gtk_widget_set_sensitive (mnu_file_save, sens);
+       gtk_widget_set_sensitive (mnu_file_save_as, sens);
+       gtk_widget_set_sensitive (mnu_file_close, sens);
+       gtk_widget_set_sensitive (mnu_edit, sens);
+       gtk_widget_set_sensitive (mnu_view, sens);
+       gtk_widget_set_sensitive (tbtn_save, sens);
+       gtk_widget_set_sensitive (tbtn_cut, sens);
+       gtk_widget_set_sensitive (tbtn_copy, sens);
+       gtk_widget_set_sensitive (tbtn_paste, sens);
+}
+
+static void
+report_close ()
+{
+       if (report_filename != NULL)
+               {
+                       g_free (report_filename);
+                       report_filename = NULL;
+               }
+       if (rpt_report != NULL)
+               {
+                       g_object_unref (rpt_report);
+                       rpt_report = NULL;
+               }
+}
+
+static void
+report_new ()
+{
+       report_close ();
+
+       RptReport *rptr = rpt_report_new ();
+       if (rptr == NULL)
+               {
+                       /* TO DO */
+                       return;
+               }
+       rpt_report = rptr;
+
+       menu_toolbar_sensitivity ();
+
+       gtk_window_set_title (GTK_WINDOW (w), "GRepTool - [new report]");
+}
+
+static void
+report_open_from_file (const gchar *filename)
+{
+       RptReport *rptr = rpt_report_new_from_file (filename);
+       if (rptr == NULL)
+               {
+                       /* TO DO */
+                       return;
+               }
+
+       report_close ();
+       report_filename = g_strdup (filename);
+       rpt_report = rptr;
+
+       menu_toolbar_sensitivity ();
+
+       gtk_window_set_title (GTK_WINDOW (w), g_strdup_printf ("GRepTool - %s", report_filename));
+}
+
+static void
+report_open ()
+{
+       GtkWidget *diag = gtk_file_chooser_dialog_new ("GRepTool - Open a report",
+                                                      GTK_WINDOW (w),
+                                                      GTK_FILE_CHOOSER_ACTION_OPEN,
+                                                      GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+                                                      GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
+                                                      NULL);
+       if (gtk_dialog_run (GTK_DIALOG (diag)) == GTK_RESPONSE_ACCEPT)
+               {
+                       report_open_from_file (gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (diag)));
+               }
+       gtk_widget_destroy (diag);
+}
+
+static void
+report_save (const gchar *filename)
+{
+       xmlDoc *xdoc = rpt_report_get_xml (rpt_report);
+       if (xdoc == NULL)
+               {
+                       /* TO DO */
+                       return;
+               }
+
+       report_filename = g_strdup (filename);
+       xmlSaveFormatFile (report_filename, xdoc, 2);
+
+       gtk_window_set_title (GTK_WINDOW (w), g_strdup_printf ("GRepTool - %s", report_filename));
+}
+
+static void
+report_save_as ()
+{
+       GtkWidget *diag = gtk_file_chooser_dialog_new ("GRepTool - Save the report",
+                                                      GTK_WINDOW (w),
+                                                      GTK_FILE_CHOOSER_ACTION_SAVE,
+                                                      GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+                                                      GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
+                                                      NULL);
+       if (gtk_dialog_run (GTK_DIALOG (diag)) == GTK_RESPONSE_ACCEPT)
+               {
+                       report_save (gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (diag)));
+               }
+       gtk_widget_destroy (diag);
+}
+
+/* SIGNALS */
+void
+on_mnu_file_new_activate (GtkMenuItem *menuitem,
+                          gpointer user_data)
+{
+       report_new ();
+}
+
+void
+on_mnu_file_open_activate (GtkMenuItem *menuitem,
+                           gpointer user_data)
+{
+       report_open ();
+}
+
+void
+on_mnu_file_save_activate (GtkMenuItem *menuitem,
+                           gpointer user_data)
+{
+       if (report_filename == NULL)
+               {
+                       report_save_as ();
+               }
+       else
+               {
+                       report_save (report_filename);
+               }
+}
+
+void
+on_mnu_file_save_as_activate (GtkMenuItem *menuitem,
+                           gpointer user_data)
+{
+       report_save_as ();
+}
+
+void
+on_mnu_file_close_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       report_close ();
+
+       menu_toolbar_sensitivity ();
+
+       gtk_window_set_title (GTK_WINDOW (w), "GRepTool");
+}
+
+void
+on_mnu_edit_report_properties_activate (GtkMenuItem *menuitem,
+                                        gpointer user_data)
+{
+       report_properties (rpt_report);
+}
+
+void
+on_mnu_edit_page_properties_activate (GtkMenuItem *menuitem,
+                                      gpointer user_data)
+{
+       page_properties (rpt_report);
+}
+
+void
+on_mnu_edit_object_properties_activate (GtkMenuItem *menuitem,
+                                        gpointer user_data)
+{
+}
+
+void
+on_mnu_view_objects_tree_toggled (GtkCheckMenuItem *checkmenuitem,
+                                  gpointer user_data)
+{
+       if (gtk_check_menu_item_get_active (checkmenuitem))
+               {
+                       objects_tree (rpt_report);
+               }
+       else
+               {
+                       objects_tree_destroy ();
+               }
+}
+
+void
+on_mnu_help_about_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       GladeXML *glaAbout = glade_xml_new (GLADEDIR "/greptool.glade", "diag_about", NULL);
+       GtkWidget *diag = glade_xml_get_widget (glaAbout, "diag_about");
+       gtk_dialog_run (GTK_DIALOG (diag));
+       gtk_widget_destroy (diag);
+}
+
+void
+on_tbtn_new_clicked (GtkToolButton *toolbutton,
+                     gpointer user_data)
+{
+       report_new ();
+}
+
+void
+on_tbtn_open_clicked (GtkToolButton *toolbutton,
+                      gpointer user_data)
+{
+       report_open ();
+}
+
+void
+on_tbtn_save_clicked (GtkToolButton *toolbutton,
+                      gpointer user_data)
+{
+       if (report_filename == NULL)
+               {
+                       report_save_as ();
+               }
+       else
+               {
+                       report_save (report_filename);
+               }
+}
 
 int
 main (int argc, char **argv)
@@ -33,6 +286,22 @@ main (int argc, char **argv)
 
        w = glade_xml_get_widget (glaMain, "w_main");
 
+       mnu_file_save = glade_xml_get_widget (glaMain, "mnu_file_save");
+       mnu_file_save_as = glade_xml_get_widget (glaMain, "mnu_file_save_as");
+       mnu_file_close = glade_xml_get_widget (glaMain, "mnu_file_close");
+       mnu_edit = glade_xml_get_widget (glaMain, "mnu_edit");
+       mnu_view = glade_xml_get_widget (glaMain, "mnu_view");
+
+       tbtn_save = glade_xml_get_widget (glaMain, "tbtn_save");
+       tbtn_cut = glade_xml_get_widget (glaMain, "tbtn_cut");
+       tbtn_copy = glade_xml_get_widget (glaMain, "tbtn_copy");
+       tbtn_paste = glade_xml_get_widget (glaMain, "tbtn_paste");
+
+       report_filename = NULL;
+       rpt_report = NULL;
+
+       menu_toolbar_sensitivity ();
+
        gtk_main ();
 
        return 0;
diff --git a/src/objects_tree.c b/src/objects_tree.c
new file mode 100644 (file)
index 0000000..f22beeb
--- /dev/null
@@ -0,0 +1,170 @@
+/*
+ * Copyright (C) 2007 Andrea Zagli <azagli@inwind.it>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#include <gtk/gtk.h>
+#include <glade/glade.h>
+#include <libreptool.h>
+
+enum
+{
+       OBJS_TREE_COL_NAME,
+       OBJS_TREE_COL_SECTION,
+       OBJS_TREE_COL_OBJECT,
+       OBJS_TREE_COLS
+};
+
+static RptReport *rpt_report_;
+
+static GtkWidget *w_tree;
+static GtkWidget *tr_objects_tree;
+
+static GtkTreeStore *tr_store;
+static GtkTreeSelection *selection;
+
+static void
+objects_tree_fill_tree_section (RptReportSection section, GList *objects)
+{
+       GtkTreeIter iter;
+       gchar *name;
+       GList *list;
+
+       switch (section)
+               {
+                       case RPTREPORT_SECTION_REPORT_HEADER:
+                               name = g_strdup ("Report Header");
+                               break;
+
+                       case RPTREPORT_SECTION_PAGE_HEADER:
+                               name = g_strdup ("Page Header");
+                               break;
+
+                       case RPTREPORT_SECTION_REPORT_FOOTER:
+                               name = g_strdup ("Report Footer");
+                               break;
+
+                       case RPTREPORT_SECTION_PAGE_FOOTER:
+                               name = g_strdup ("Page Footer");
+                               break;
+
+                       case RPTREPORT_SECTION_BODY:
+                               name = g_strdup ("Body");
+                               break;
+               }
+
+       list = g_list_first (objects);
+       if (list != NULL)
+               {
+                       GtkTreeIter iter_child;
+                       RptObject *obj;
+
+                       gtk_tree_store_append (tr_store, &iter, NULL);
+                       gtk_tree_store_set (tr_store, &iter,
+                                                               OBJS_TREE_COL_NAME, name,
+                                                               OBJS_TREE_COL_SECTION, section,
+                                                               -1);
+
+                       while (list != NULL)
+                               {
+                                       obj = (RptObject *)list->data;
+
+                                       g_object_get (obj, "name", &name, NULL);
+
+                                       gtk_tree_store_append (tr_store, &iter_child, &iter);
+                                       gtk_tree_store_set (tr_store, &iter_child,
+                                                                               OBJS_TREE_COL_NAME, name,
+                                                                               OBJS_TREE_COL_SECTION, section,
+                                                                               OBJS_TREE_COL_OBJECT, obj,
+                                                                               -1);
+
+                                       list = g_list_next (list);
+                               }
+               }
+}
+
+static void
+objects_tree_fill_tree ()
+{
+       GList *objects;
+
+       objects = rpt_report_section_get_objects (rpt_report_, RPTREPORT_SECTION_REPORT_HEADER);
+       if (objects != NULL)
+               {
+                       objects_tree_fill_tree_section (RPTREPORT_SECTION_REPORT_HEADER, objects);
+               }
+       objects = rpt_report_section_get_objects (rpt_report_, RPTREPORT_SECTION_PAGE_HEADER);
+       if (objects != NULL)
+               {
+                       objects_tree_fill_tree_section (RPTREPORT_SECTION_PAGE_HEADER, objects);
+               }
+       objects = rpt_report_section_get_objects (rpt_report_, RPTREPORT_SECTION_BODY);
+       if (objects != NULL)
+               {
+                       objects_tree_fill_tree_section (RPTREPORT_SECTION_BODY, objects);
+               }
+       objects = rpt_report_section_get_objects (rpt_report_, RPTREPORT_SECTION_REPORT_FOOTER);
+       if (objects != NULL)
+               {
+                       objects_tree_fill_tree_section (RPTREPORT_SECTION_REPORT_FOOTER, objects);
+               }
+       objects = rpt_report_section_get_objects (rpt_report_, RPTREPORT_SECTION_PAGE_FOOTER);
+       if (objects != NULL)
+               {
+                       objects_tree_fill_tree_section (RPTREPORT_SECTION_PAGE_FOOTER, objects);
+               }
+}
+
+void
+objects_tree (RptReport *rpt_report)
+{
+       GtkTreeViewColumn *column;
+       GtkCellRenderer *renderer;
+
+       GladeXML *gla = glade_xml_new (GLADEDIR "/greptool.glade", "w_objects_tree", NULL);
+       w_tree = glade_xml_get_widget (gla, "w_objects_tree");
+       tr_objects_tree = glade_xml_get_widget (gla, "tr_objects_tree");
+
+       rpt_report_ = rpt_report;
+
+       glade_xml_signal_autoconnect (gla);
+
+       tr_store = gtk_tree_store_new (OBJS_TREE_COLS,
+                                      G_TYPE_STRING,
+                                      G_TYPE_INT,
+                                      G_TYPE_POINTER);
+
+       gtk_tree_view_set_model (GTK_TREE_VIEW (tr_objects_tree), GTK_TREE_MODEL (tr_store));
+
+       renderer = gtk_cell_renderer_text_new ();
+       column = gtk_tree_view_column_new_with_attributes ("Objects",
+                                                          renderer,
+                                                          "text", OBJS_TREE_COL_NAME,
+                                                          NULL);
+       gtk_tree_view_append_column (GTK_TREE_VIEW (tr_objects_tree), column);
+
+       selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tr_objects_tree));
+
+       objects_tree_fill_tree ();
+
+       gtk_widget_show_all (w_tree);
+}
+
+void
+objects_tree_destroy ()
+{
+       gtk_widget_destroy (w_tree);
+}
diff --git a/src/page_properties.c b/src/page_properties.c
new file mode 100644 (file)
index 0000000..6eb9a59
--- /dev/null
@@ -0,0 +1,125 @@
+/*
+ * Copyright (C) 2007 Andrea Zagli <azagli@inwind.it>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#include <gtk/gtk.h>
+#include <glade/glade.h>
+#include <libreptool.h>
+
+static RptReport *rpt_report_;
+
+static GtkWidget *w_prop;
+static GtkWidget *cb_size_type;
+static GtkWidget *spn_height;
+static GtkWidget *spn_width;
+static GtkWidget *spn_margin_top;
+static GtkWidget *spn_margin_right;
+static GtkWidget *spn_margin_bottom;
+static GtkWidget *spn_margin_left;
+
+static void
+page_properties_set_size_sesitivity ()
+{
+       gchar *text = gtk_combo_box_get_active_text (GTK_COMBO_BOX (cb_size_type));
+       gboolean sens = (text != NULL && strcmp (text, "Custom") == 0);
+
+       gtk_widget_set_sensitive (spn_height, sens);
+       gtk_widget_set_sensitive (spn_width, sens);
+}
+
+static void
+page_properties_load ()
+{
+       gdouble top;
+       gdouble right;
+       gdouble bottom;
+       gdouble left;
+
+       RptSize *size = rpt_report_get_page_size (rpt_report_);
+
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_width), size->width);
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_height), size->height);
+
+       rpt_report_get_page_margins (rpt_report_,
+                                    &top,
+                                    &right,
+                                    &bottom,
+                                    &left);
+
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_margin_top), top);
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_margin_top), right);
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_margin_top), bottom);
+       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_margin_top), left);
+}
+
+void
+page_properties_on_cb_size_type_changed (GtkComboBox *widget,
+                                         gpointer user_data)
+{
+       page_properties_set_size_sesitivity ();
+}
+
+void
+page_properties_on_btn_cancel_clicked (GtkButton *button,
+                                       gpointer user_data)
+{
+       gtk_widget_destroy (w_prop);
+}
+
+void
+page_properties_on_btn_ok_clicked (GtkButton *button,
+                                   gpointer user_data)
+{
+       RptSize size;
+
+       size.height = gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_height));
+       size.width = gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_width));
+
+       rpt_report_set_page_size (rpt_report_, size);
+
+       rpt_report_set_page_margins (rpt_report_,
+                                    gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_margin_top)),
+                                    gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_margin_right)),
+                                    gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_margin_bottom)),
+                                    gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_margin_left)));
+
+       gtk_widget_destroy (w_prop);
+}
+
+void
+page_properties (RptReport *rpt_report)
+{
+       GladeXML *gla = glade_xml_new (GLADEDIR "/greptool.glade", "w_page_properties", NULL);
+       w_prop = glade_xml_get_widget (gla, "w_page_properties");
+
+       rpt_report_ = rpt_report;
+
+       glade_xml_signal_autoconnect (gla);
+
+       cb_size_type = glade_xml_get_widget (gla, "cb_size_type");
+       spn_height = glade_xml_get_widget (gla, "spn_height");
+       spn_width = glade_xml_get_widget (gla, "spn_width");
+       spn_margin_top = glade_xml_get_widget (gla, "spn_margin_top");
+       spn_margin_right = glade_xml_get_widget (gla, "spn_margin_right");
+       spn_margin_bottom = glade_xml_get_widget (gla, "spn_margin_bottom");
+       spn_margin_left = glade_xml_get_widget (gla, "spn_margin_left");
+
+       page_properties_set_size_sesitivity ();
+       page_properties_load ();
+
+       gtk_widget_show_all (w_prop);
+}
diff --git a/src/report_properties.c b/src/report_properties.c
new file mode 100644 (file)
index 0000000..bbe0164
--- /dev/null
@@ -0,0 +1,249 @@
+/*
+ * Copyright (C) 2007 Andrea Zagli <azagli@inwind.it>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#include <gtk/gtk.h>
+#include <glade/glade.h>
+#include <libgda/libgda.h>
+#include <libreptool.h>
+
+static RptReport *rpt_report_;
+
+static GtkWidget *w_prop;
+static GtkWidget *cb_providers;
+static GtkWidget *txt_cnc_string;
+static GtkWidget *txtv_sql;
+static GtkWidget *chk_header;
+static GtkWidget *spn_header_height;
+static GtkWidget *chk_header_new_page_after;
+static GtkWidget *chk_footer;
+static GtkWidget *spn_footer_height;
+static GtkWidget *chk_footer_new_page_before;
+
+static GtkListStore *store_providers;
+
+static void
+report_properties_fill_providers ()
+{
+       GtkTreeIter iter;
+
+       /* fill providers list */
+       GList *providers = gda_config_get_provider_list ();
+       if (providers != NULL)
+               {
+                       do {
+                               GdaProviderInfo *pi = (GdaProviderInfo *)providers->data;
+
+                               gtk_list_store_append (store_providers, &iter);
+                               gtk_list_store_set (store_providers, &iter, 0, pi->id, -1);
+                       } while ((providers = g_list_next (providers)) != NULL);
+
+                       gda_config_free_provider_list (providers);
+               }
+}
+
+static void
+report_properties_load ()
+{
+       const gchar *provider;
+       GtkTreeIter iter;
+       const gchar *cnc_string;
+       const gchar *sql;
+       gdouble height;
+
+       provider = rpt_report_database_get_provider (rpt_report_);
+       if (provider != NULL)
+               {
+                       if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL (store_providers), &iter))
+                               {
+                                       gchar *provider_iter;
+
+                                       do
+                                               {
+                                                       gtk_tree_model_get (GTK_TREE_MODEL (store_providers), &iter,
+                                                                                               0, &provider_iter,
+                                                                                               -1);
+                                               
+                                                       if (strcmp (provider, provider_iter) == 0)
+                                                               {
+                                                                       gtk_combo_box_set_active_iter (GTK_COMBO_BOX (cb_providers), &iter);
+                                                                       break;
+                                                               }
+                                               } while (gtk_tree_model_iter_next (GTK_TREE_MODEL (store_providers), &iter));
+                               }
+               }
+
+       cnc_string = rpt_report_database_get_connection_string (rpt_report_);
+       if (cnc_string != NULL)
+               {
+                       gtk_entry_set_text (GTK_ENTRY (txt_cnc_string), cnc_string);
+               }
+       sql = rpt_report_database_get_sql (rpt_report_);
+       if (sql != NULL)
+               {
+                       GtkTextBuffer *buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (txtv_sql));
+                       gtk_text_buffer_set_text (buffer, sql, -1);
+               }
+
+       height = rpt_report_get_section_height (rpt_report_, RPTREPORT_SECTION_REPORT_HEADER);
+       if (height >= 0)
+               {
+                       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (chk_header), TRUE);
+                       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_header_height), height);
+                       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (chk_header_new_page_after),
+                                                     rpt_report_get_report_header_new_page_after (rpt_report_));
+               }
+       height = rpt_report_get_section_height (rpt_report_, RPTREPORT_SECTION_REPORT_FOOTER);
+       if (height >= 0)
+               {
+                       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (chk_footer), TRUE);
+                       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spn_footer_height), height);
+                       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (chk_footer_new_page_before),
+                                                     rpt_report_get_report_footer_new_page_before (rpt_report_));
+               }
+}
+
+static void
+report_properties_set_header_sensivity ()
+{
+       gboolean sens = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_header));
+
+       gtk_widget_set_sensitive (spn_header_height, sens);
+       gtk_widget_set_sensitive (chk_header_new_page_after, sens);
+}
+
+static void
+report_properties_set_footer_sensivity ()
+{
+       gboolean sens = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_footer));
+
+       gtk_widget_set_sensitive (spn_footer_height, sens);
+       gtk_widget_set_sensitive (chk_footer_new_page_before, sens);
+}
+
+void
+report_properties_on_chk_header_toggled (GtkToggleButton *togglebutton,
+                                         gpointer user_data)
+{
+       report_properties_set_header_sensivity ();
+}
+
+void
+report_properties_on_chk_footer_toggled (GtkToggleButton *togglebutton,
+                                         gpointer user_data)
+{
+       report_properties_set_footer_sensivity ();
+}
+
+void
+report_properties_on_btn_cancel_clicked (GtkButton *button,
+                                         gpointer user_data)
+{
+       gtk_widget_destroy (w_prop);
+}
+
+void
+report_properties_on_btn_ok_clicked (GtkButton *button,
+                                     gpointer user_data)
+{
+       GtkTreeIter iter;
+       gchar *provider;
+       GtkTextBuffer *buffer;
+       GtkTextIter start;
+       GtkTextIter end;
+       gchar *sql;
+
+       if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (cb_providers), &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (store_providers), &iter,
+                                           0, &provider,
+                                           -1);
+               }
+
+       buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (txtv_sql));
+       gtk_text_buffer_get_bounds (buffer, &start, &end);
+       sql = gtk_text_buffer_get_text (buffer, &start, &end, FALSE);
+
+       rpt_report_set_database (rpt_report_,
+                                provider,
+                                gtk_entry_get_text (GTK_ENTRY (txt_cnc_string)),
+                                sql);
+
+       if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_header)))
+               {
+                       rpt_report_set_section_height (rpt_report_, RPTREPORT_SECTION_REPORT_HEADER,
+                                                      gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_header_height)));
+                       rpt_report_set_report_header_new_page_after (rpt_report_,
+                                                                    gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_header_new_page_after)));
+               }
+       else
+               {
+                       rpt_report_section_remove (rpt_report_, RPTREPORT_SECTION_REPORT_HEADER);
+               }
+       if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_footer)))
+               {
+                       rpt_report_set_section_height (rpt_report_, RPTREPORT_SECTION_REPORT_FOOTER,
+                                                      gtk_spin_button_get_value (GTK_SPIN_BUTTON (spn_footer_height)));
+                       rpt_report_set_report_footer_new_page_before (rpt_report_,
+                                                                     gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (chk_footer_new_page_before)));
+               }
+       else
+               {
+                       rpt_report_section_remove (rpt_report_, RPTREPORT_SECTION_REPORT_FOOTER);
+               }
+       
+       gtk_widget_destroy (w_prop);
+}
+
+void
+report_properties (RptReport *rpt_report)
+{
+       GtkCellRenderer *renderer;
+
+       GladeXML *gla = glade_xml_new (GLADEDIR "/greptool.glade", "w_report_properties", NULL);
+       w_prop = glade_xml_get_widget (gla, "w_report_properties");
+       cb_providers = glade_xml_get_widget (gla, "cb_providers");
+       txt_cnc_string = glade_xml_get_widget (gla, "txt_cnc_string");
+       txtv_sql = glade_xml_get_widget (gla, "txtv_sql");
+       chk_header = glade_xml_get_widget (gla, "chk_header");
+       spn_header_height = glade_xml_get_widget (gla, "spn_header_height");
+       chk_header_new_page_after = glade_xml_get_widget (gla, "chk_header_new_page_after");
+       chk_footer = glade_xml_get_widget (gla, "chk_footer");
+       spn_footer_height = glade_xml_get_widget (gla, "spn_footer_height");
+       chk_footer_new_page_before = glade_xml_get_widget (gla, "chk_footer_new_page_before");
+
+       rpt_report_ = rpt_report;
+
+       glade_xml_signal_autoconnect (gla);
+
+       store_providers = gtk_list_store_new (1, G_TYPE_STRING);
+       gtk_combo_box_set_model (GTK_COMBO_BOX (cb_providers), GTK_TREE_MODEL (store_providers));
+
+       renderer = gtk_cell_renderer_text_new ();
+       gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (cb_providers), renderer, FALSE);
+       gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (cb_providers), renderer,
+                                      "text", 0);
+
+       report_properties_fill_providers ();
+
+       report_properties_set_header_sensivity ();
+       report_properties_set_footer_sensivity ();
+
+       report_properties_load ();
+
+       gtk_widget_show_all (w_prop);
+}