]> saetta.ns0.it Git - reptool/greptool/commitdiff
Added CanvasText.
authorAndrea Zagli <azagli@libero.it>
Sun, 24 Jun 2007 14:28:49 +0000 (14:28 +0000)
committerAndrea Zagli <azagli@libero.it>
Sun, 24 Jun 2007 14:28:49 +0000 (14:28 +0000)
Continued selection.

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

data/greptool/glade/greptool.glade
src/Makefile.am
src/canvas.c
src/canvastext.c [new file with mode: 0644]
src/canvastext.h [new file with mode: 0644]
src/main.c
src/objects_tree.c

index 375f442516c61f88a6fa39ef246ffbecc97dffd9..d9e1a3f864d1f466a38bcba4c5a2a1bed2b13cc4 100644 (file)
@@ -535,27 +535,40 @@ You should have received a copy of the GNU General Public License along with Nau
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">3</property>
                     <child>
-                      <widget class="GtkEntry" id="txt_cnc_string">
+                      <widget class="GtkLabel" id="label7">
                         <property name="visible">True</property>
-                        <property name="can_focus">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="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>
                     <child>
-                      <widget class="GtkComboBox" id="cb_providers">
+                      <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="left_attach">1</property>
-                        <property name="right_attach">2</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
                         <property name="x_options">GTK_FILL</property>
-                        <property name="y_options">GTK_FILL</property>
+                        <property name="y_options"></property>
                       </packing>
                     </child>
                     <child>
@@ -578,39 +591,26 @@ You should have received a copy of the GNU General Public License along with Nau
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label9">
+                      <widget class="GtkComboBox" id="cb_providers">
                         <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="left_attach">1</property>
+                        <property name="right_attach">2</property>
                         <property name="x_options">GTK_FILL</property>
-                        <property name="y_options"></property>
+                        <property name="y_options">GTK_FILL</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label8">
+                      <widget class="GtkEntry" id="txt_cnc_string">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Connection String</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="x_options">GTK_FILL</property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                    <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>
@@ -648,19 +648,27 @@ You should have received a copy of the GNU General Public License along with Nau
                     <property name="column_spacing">3</property>
                     <property name="row_spacing">3</property>
                     <child>
-                      <widget class="GtkCheckButton" id="chk_header_new_page_after">
+                      <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="use_underline">True</property>
-                        <property name="response_id">0</property>
-                        <property name="draw_indicator">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="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="x_options">GTK_FILL</property>
                         <property name="y_options"></property>
                       </packing>
                     </child>
@@ -678,26 +686,18 @@ You should have received a copy of the GNU General Public License along with Nau
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkSpinButton" id="spn_header_height">
+                      <widget class="GtkCheckButton" id="chk_header_new_page_after">
                         <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>
+                        <property name="use_underline">True</property>
+                        <property name="response_id">0</property>
+                        <property name="draw_indicator">True</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="label10">
-                        <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Height</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>
@@ -744,19 +744,27 @@ You should have received a copy of the GNU General Public License along with Nau
                     <property name="column_spacing">3</property>
                     <property name="row_spacing">3</property>
                     <child>
-                      <widget class="GtkCheckButton" id="chk_footer_new_page_before">
+                      <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="use_underline">True</property>
-                        <property name="response_id">0</property>
-                        <property name="draw_indicator">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="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="x_options">GTK_FILL</property>
                         <property name="y_options"></property>
                       </packing>
                     </child>
@@ -774,26 +782,18 @@ You should have received a copy of the GNU General Public License along with Nau
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkSpinButton" id="spn_footer_height">
+                      <widget class="GtkCheckButton" id="chk_footer_new_page_before">
                         <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>
+                        <property name="use_underline">True</property>
+                        <property name="response_id">0</property>
+                        <property name="draw_indicator">True</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="label12">
-                        <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Height</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>
@@ -898,32 +898,35 @@ You should have received a copy of the GNU General Public License along with Nau
                     <property name="column_spacing">3</property>
                     <property name="row_spacing">3</property>
                     <child>
-                      <widget class="GtkComboBox" id="cb_size_type">
+                      <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="items" translatable="yes">A4
-Custom</property>
-                        <signal name="changed" handler="page_properties_on_cb_size_type_changed"/>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Width</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>
                     <child>
-                      <widget class="GtkLabel" id="label17">
+                      <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">Type</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_height">
+                      <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>
@@ -933,12 +936,11 @@ Custom</property>
                       <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>
+                        <property name="top_attach">1</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkSpinButton" id="spn_width">
+                      <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>
@@ -948,35 +950,33 @@ Custom</property>
                       <packing>
                         <property name="left_attach">1</property>
                         <property name="right_attach">2</property>
-                        <property name="top_attach">1</property>
+                        <property name="top_attach">2</property>
+                        <property name="bottom_attach">3</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label5">
+                      <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">Height</property>
+                        <property name="label" translatable="yes">Type</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="label3">
+                      <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="xalign">0</property>
-                        <property name="label" translatable="yes">Width</property>
+                        <property name="items" translatable="yes">A4
+Custom</property>
+                        <signal name="changed" handler="page_properties_on_cb_size_type_changed"/>
                       </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>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
                       </packing>
                     </child>
                   </widget>
@@ -1019,22 +1019,61 @@ Custom</property>
                     <property name="column_spacing">3</property>
                     <property name="row_spacing">3</property>
                     <child>
-                      <widget class="GtkSpinButton" id="spn_margin_left">
+                      <widget class="GtkLabel" id="label6">
                         <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>
+                        <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="left_attach">1</property>
-                        <property name="right_attach">2</property>
                         <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_bottom">
+                      <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>
@@ -1044,8 +1083,6 @@ Custom</property>
                       <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>
@@ -1064,7 +1101,7 @@ Custom</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkSpinButton" id="spn_margin_top">
+                      <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>
@@ -1074,60 +1111,23 @@ Custom</property>
                       <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="label16">
+                      <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="xalign">0</property>
-                        <property name="label" translatable="yes">Left</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>
-                        <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="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="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>
                   </widget>
@@ -1169,34 +1169,31 @@ Custom</property>
                     <property name="n_rows">2</property>
                     <property name="n_columns">4</property>
                     <child>
-                      <widget class="GtkLabel" id="label18">
-                        <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>
-                    </child>
-                    <child>
-                      <widget class="GtkSpinButton" id="spn_header_height">
+                      <widget class="GtkCheckButton" id="chk_header_last_page">
                         <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>
+                        <property name="response_id">0</property>
+                        <property name="draw_indicator">True</property>
                       </widget>
                       <packing>
-                        <property name="left_attach">1</property>
+                        <property name="left_attach">3</property>
                         <property name="right_attach">4</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label19">
+                      <widget class="GtkCheckButton" id="chk_header_first_page">
                         <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="xalign">0</property>
-                        <property name="label" translatable="yes">On First Page</property>
+                        <property name="response_id">0</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>
                       </packing>
@@ -1216,35 +1213,38 @@ Custom</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkCheckButton" id="chk_header_first_page">
+                      <widget class="GtkLabel" id="label19">
                         <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="response_id">0</property>
-                        <property name="draw_indicator">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">On First Page</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="GtkCheckButton" id="chk_header_last_page">
+                      <widget class="GtkSpinButton" id="spn_header_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="response_id">0</property>
-                        <property name="draw_indicator">True</property>
+                        <property name="adjustment">1 1 10000 1 10 10</property>
+                        <property name="digits">2</property>
                       </widget>
                       <packing>
-                        <property name="left_attach">3</property>
+                        <property name="left_attach">1</property>
                         <property name="right_attach">4</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
+                    <child>
+                      <widget class="GtkLabel" id="label18">
+                        <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>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -1286,34 +1286,31 @@ Custom</property>
                     <property name="n_rows">2</property>
                     <property name="n_columns">4</property>
                     <child>
-                      <widget class="GtkLabel" id="label24">
-                        <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>
-                    </child>
-                    <child>
-                      <widget class="GtkSpinButton" id="spn_footer_height">
+                      <widget class="GtkCheckButton" id="chk_footer_last_page">
                         <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>
+                        <property name="response_id">0</property>
+                        <property name="draw_indicator">True</property>
                       </widget>
                       <packing>
-                        <property name="left_attach">1</property>
+                        <property name="left_attach">3</property>
                         <property name="right_attach">4</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label25">
+                      <widget class="GtkCheckButton" id="chk_footer_first_page">
                         <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="xalign">0</property>
-                        <property name="label" translatable="yes">On First Page</property>
+                        <property name="response_id">0</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>
                       </packing>
@@ -1333,35 +1330,38 @@ Custom</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkCheckButton" id="chk_footer_first_page">
+                      <widget class="GtkLabel" id="label25">
                         <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="response_id">0</property>
-                        <property name="draw_indicator">True</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">On First Page</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="GtkCheckButton" id="chk_footer_last_page">
+                      <widget class="GtkSpinButton" id="spn_footer_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="response_id">0</property>
-                        <property name="draw_indicator">True</property>
+                        <property name="adjustment">1 1 10000 1 10 10</property>
+                        <property name="digits">2</property>
                       </widget>
                       <packing>
-                        <property name="left_attach">3</property>
+                        <property name="left_attach">1</property>
                         <property name="right_attach">4</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
+                    <child>
+                      <widget class="GtkLabel" id="label24">
+                        <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>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -1454,4 +1454,571 @@ Custom</property>
       </widget>
     </child>
   </widget>
+  <widget class="GtkWindow" id="w_preferences">
+    <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">Preferences - GRepTool</property>
+    <child>
+      <widget class="GtkVBox" id="vbox1">
+        <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="GtkNotebook" id="notebook1">
+            <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>
+            <child>
+              <widget class="GtkVBox" id="vbox5">
+                <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>
+                <child>
+                  <widget class="GtkFrame" id="frame10">
+                    <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="alignment10">
+                        <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="table13">
+                            <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>
+                            <child>
+                              <widget class="GtkSpinButton" id="spn_grid_size">
+                                <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 100 1 10 10</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label48">
+                                <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">Size</property>
+                              </widget>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label29">
+                        <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">&lt;b&gt;Grid&lt;/b&gt;</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="fill">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+              </widget>
+              <packing>
+                <property name="tab_expand">False</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label21">
+                <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">General</property>
+              </widget>
+              <packing>
+                <property name="type">tab</property>
+                <property name="tab_expand">False</property>
+                <property name="tab_fill">False</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkVBox" id="vbox4">
+                <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>
+                <child>
+                  <widget class="GtkFrame" id="frame8">
+                    <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="alignment8">
+                        <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="GtkVBox" id="vbox6">
+                            <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="frame12">
+                                <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="alignment12">
+                                    <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="table10">
+                                        <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="label36">
+                                            <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="label35">
+                                            <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>
+                                            <property name="bottom_attach">2</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="label34">
+                                            <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>
+                                          </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="label37">
+                                    <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="frame14">
+                                <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="alignment14">
+                                    <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="table12">
+                                        <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="label46">
+                                            <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="label45">
+                                            <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="label44">
+                                            <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="label43">
+                                            <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="label47">
+                                    <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>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label23">
+                        <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">&lt;b&gt;Page&lt;/b&gt;</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="fill">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkFrame" id="frame9">
+                    <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="alignment9">
+                        <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="table7">
+                            <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>
+                            <child>
+                              <widget class="GtkFontButton" id="fbtn_text_font">
+                                <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="response_id">0</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label28">
+                                <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">Font</property>
+                              </widget>
+                              <packing>
+                                <property name="x_options">GTK_FILL</property>
+                                <property name="y_options"></property>
+                              </packing>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label27">
+                        <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">&lt;b&gt;Text Objects&lt;/b&gt;</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="fill">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+                <property name="tab_expand">False</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label22">
+                <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">Defaults</property>
+              </widget>
+              <packing>
+                <property name="type">tab</property>
+                <property name="position">1</property>
+                <property name="tab_expand">False</property>
+                <property name="tab_fill">False</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+        <child>
+          <widget class="GtkHButtonBox" id="hbuttonbox3">
+            <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>
+                <property name="response_id">0</property>
+              </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>
+                <property name="response_id">0</property>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
 </glade-interface>
index cf21935de85f029331c80a840b6c2d5c5dd1eac4..431dbbaa98dad9b502027df2c5c4b62931589ddd 100644 (file)
@@ -15,5 +15,6 @@ greptool_SOURCES = \
                    objects_tree.c \
                    canvas.c \
                    canvasitem.c \
+                   canvastext.c \
                    canvasline.c \
                    canvasrect.c
index 070e07b4e69f5e6b9ec89c06d4e5ecaa3af9b50c..b860c47c734ecfde585ff17a1b92f48703500a39 100644 (file)
 #include "main.h"
 #include "canvas.h"
 #include "canvasitem.h"
+#include "canvastext.h"
 #include "canvasline.h"
 #include "canvasrect.h"
 
 static void grpt_canvas_class_init (GRptCanvasClass *klass);
 static void grpt_canvas_init (GRptCanvas *canvas);
 
+static void grpt_canvas_fill_section (GRptCanvas *grpt_canvas, RptReportSection section, GList *objects);
+
 
 #define GRPT_CANVAS_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GRPT_TYPE_CANVAS, GRptCanvasPrivate))
 
@@ -123,54 +126,44 @@ grpt_canvas_init (GRptCanvas *grpt_canvas)
 }
 
 static void
-grpt_canvas_add_object (GRptCanvas *grpt_canvas, RptReportSection section, Tool tool,
+grpt_canvas_add_object (GRptCanvas *grpt_canvas, RptReportSection section, RptObject *rpt_object,
                         gdouble x, gdouble y, gdouble width, gdouble height)
 {
        GRptCanvasPrivate *priv = GRPT_CANVAS_GET_PRIVATE (grpt_canvas);
        GRptCanvasClass *klass = GRPT_CANVAS_GET_CLASS (grpt_canvas);
 
-       RptObject *rpt_object;
        GRptCanvasItem *item;
 
-       RptPoint position;
-
-       position.x = x;
-       position.y = y;
-
-       switch (tool)
+       if (IS_RPT_OBJ_TEXT (rpt_object))
                {
-                       case TOOL_LINE:
-                               {
-                                       rpt_object = rpt_obj_line_new (get_new_object_name (priv->tool), position);
-                                       rpt_report_add_object_to_section (priv->rpt_report, rpt_object, RPTREPORT_SECTION_BODY);
-
-                                       item = grpt_canvas_line_new (priv->root,
-                                                                            x, y,
-                                                                                    width, height,
-                                                                    RPT_OBJ_LINE (rpt_object),
-                                                                    NULL);
-                                       
-                               }
-                               break;
-
-                       case TOOL_RECT:
-                               {
-                                       rpt_object = rpt_obj_rect_new (get_new_object_name (priv->tool), position);
-                                       rpt_report_add_object_to_section (priv->rpt_report, rpt_object, RPTREPORT_SECTION_BODY);
-
-                                       item = grpt_canvas_rect_new (priv->root,
-                                                                            x, y,
-                                                                                    width, height,
-                                                                    RPT_OBJ_RECT (rpt_object),
-                                                                    NULL);
-                               }
-                               break;
-
-                       default:
-                               return;
+                       item = grpt_canvas_text_new (priv->root,
+                                                                                x, y,
+                                                                                width, height,
+                                                                                RPT_OBJ_TEXT (rpt_object),
+                                                                                NULL);
+               }
+       else if (IS_RPT_OBJ_RECT (rpt_object))
+               {
+                       item = grpt_canvas_rect_new (priv->root,
+                                                                                x, y,
+                                                                                width, height,
+                                                                                RPT_OBJ_RECT (rpt_object),
+                                                                                NULL);
+               }
+       else if (IS_RPT_OBJ_LINE (rpt_object))
+               {
+                       item = grpt_canvas_line_new (priv->root,
+                                                                                x, y,
+                                                                                width, height,
+                                                                                RPT_OBJ_LINE (rpt_object),
+                                                                                NULL);
+               }
+       else
+               {
+                       return;
                }
 
-       grpt_canvas_item_set_section (item, RPTREPORT_SECTION_BODY);
+       grpt_canvas_item_set_section (item, section);
 
        priv->body_objects = g_list_append (priv->body_objects, item);
 
@@ -202,6 +195,10 @@ grpt_canvas_on_button_press_event (GtkWidget *widget,
                                                                {
                                                                        grpt_canvas_item_set_selected (GRPT_CANVAS_ITEM (item), TRUE);
                                                                }
+
+                                                       priv->in_selection = FALSE;
+                                                       priv->sel_x_start = event->x;
+                                                       priv->sel_y_start = event->y;
                                                }
                                        else
                                                {
@@ -247,8 +244,10 @@ grpt_canvas_on_button_release_event (GtkWidget *widget,
        gdouble y;
        gdouble width;
        gdouble height;
+       RptPoint position;
 
-       GRptCanvasPrivate *priv = GRPT_CANVAS_GET_PRIVATE ((GRptCanvas *)user_data);
+       GRptCanvas *grpt_canvas = (GRptCanvas *)user_data;
+       GRptCanvasPrivate *priv = GRPT_CANVAS_GET_PRIVATE (grpt_canvas);
 
        if (event->button == 1)
                {
@@ -279,12 +278,36 @@ grpt_canvas_on_button_release_event (GtkWidget *widget,
 
                        if (priv->tool != TOOL_SELECT)
                                {
+                                       RptObject *rpt_object = NULL;
+                               
+                                       position.x = x;
+                                       position.y = y;
+
                                        if (width != 0 || height != 0)
                                                {
-                                                       grpt_canvas_add_object ((GRptCanvas *)user_data, RPTREPORT_SECTION_BODY, priv->tool, x, y, width, height);
+                                                       switch (priv->tool)
+                                                               {
+                                                                       case TOOL_TEXT:
+                                                                               rpt_object = rpt_obj_text_new (get_new_object_name (priv->tool), position);
+                                                                               break;
+
+                                                                       case TOOL_LINE:
+                                                                               rpt_object = rpt_obj_line_new (get_new_object_name (priv->tool), position);
+                                                                               break;
+
+                                                                       case TOOL_RECT:
+                                                                               rpt_object = rpt_obj_rect_new (get_new_object_name (priv->tool), position);
+                                                                               break;
+                                                               }
+                                                       if (rpt_object != NULL)
+                                                               {
+                                                                       rpt_report_add_object_to_section (priv->rpt_report, rpt_object, RPTREPORT_SECTION_BODY);
+
+                                                                       grpt_canvas_add_object (grpt_canvas, RPTREPORT_SECTION_BODY, rpt_object, x, y, width, height);
+                                                               }
                                                }
                                }
-                       else
+                       else if (priv->in_selection)
                                {
                                        GooCanvasBounds bound;
                                        GList *objects;
@@ -301,19 +324,23 @@ grpt_canvas_on_button_release_event (GtkWidget *widget,
                                        if (objects != NULL)
                                                {
                                                        objects = g_list_first (objects);
-                                               }
-                                       while (objects != NULL)
-                                               {
-                                                       item = (GooCanvasItem *)objects->data;
-
-                                                       if (item != priv->selection)
+                                                       while (objects != NULL)
                                                                {
-                                                                       grpt_canvas_item_set_selected (GRPT_CANVAS_ITEM (item), TRUE);
+                                                                       item = (GooCanvasItem *)objects->data;
+               
+                                                                       if (item != priv->selection)
+                                                                               {
+                                                                                       grpt_canvas_item_set_selected (GRPT_CANVAS_ITEM (item), TRUE);
+                                                                               }
+               
+                                                                       objects = g_list_next (objects);
                                                                }
-
-                                                       objects = g_list_next (objects);
+                                                       g_list_free (objects);
+                                               }
+                                       else
+                                               {
+                                                       grpt_canvas_select_section_none (grpt_canvas, RPTREPORT_SECTION_BODY);
                                                }
-                                       g_list_free (objects);
                                }
 
                        priv->in_selection = FALSE;
@@ -403,13 +430,16 @@ grpt_canvas_on_motion_notify_event (GtkWidget *widget,
                                                
                                                        position = grpt_canvas_item_get_position (item);
 
-                                                       position->x += (x - position->x);
-                                                       position->y += (y - position->y);
+                                                       position->x += (x - priv->sel_x_start);
+                                                       position->y += (y - priv->sel_y_start);
 
                                                        grpt_canvas_item_set_position (item, *position);
 
                                                        items = g_list_next (items);
                                                }
+
+                                       priv->sel_x_start = x;
+                                       priv->sel_y_start = y;
                                }
                }
        
@@ -422,6 +452,7 @@ GRptCanvas
        GtkWidget *viewport;
        GtkWidget *fixed;
        RptSize *size;
+       GList *objects;
 
        GRptCanvas *grpt_canvas = GRPT_CANVAS (g_object_new (grpt_canvas_get_type (), NULL));
 
@@ -463,6 +494,34 @@ GRptCanvas
                                               "visibility", GOO_CANVAS_ITEM_HIDDEN,
                                               NULL);
 
+       /* loading objects from rpt_report */
+       objects = rpt_report_section_get_objects (priv->rpt_report, RPTREPORT_SECTION_REPORT_HEADER);
+       if (objects != NULL)
+               {
+                       grpt_canvas_fill_section (grpt_canvas, RPTREPORT_SECTION_REPORT_HEADER, objects);
+               }
+       objects = rpt_report_section_get_objects (priv->rpt_report, RPTREPORT_SECTION_PAGE_HEADER);
+       if (objects != NULL)
+               {
+                       grpt_canvas_fill_section (grpt_canvas, RPTREPORT_SECTION_PAGE_HEADER, objects);
+               }
+       objects = rpt_report_section_get_objects (priv->rpt_report, RPTREPORT_SECTION_BODY);
+       if (objects != NULL)
+               {
+                       grpt_canvas_fill_section (grpt_canvas, RPTREPORT_SECTION_BODY, objects);
+               }
+       objects = rpt_report_section_get_objects (priv->rpt_report, RPTREPORT_SECTION_REPORT_FOOTER);
+       if (objects != NULL)
+               {
+                       grpt_canvas_fill_section (grpt_canvas, RPTREPORT_SECTION_REPORT_FOOTER, objects);
+               }
+       objects = rpt_report_section_get_objects (priv->rpt_report, RPTREPORT_SECTION_PAGE_FOOTER);
+       if (objects != NULL)
+               {
+                       grpt_canvas_fill_section (grpt_canvas, RPTREPORT_SECTION_PAGE_FOOTER, objects);
+               }
+       g_list_free (objects);
+
        return grpt_canvas;
 }
 
@@ -704,3 +763,35 @@ grpt_canvas_free (GRptCanvas *grpt_canvas)
        gtk_widget_destroy (priv->goo_canvas);
        gtk_widget_destroy (priv->scrolledw);
 }
+
+static void
+grpt_canvas_fill_section (GRptCanvas *grpt_canvas, RptReportSection section, GList *objects)
+{
+       RptObject *rpt_object;
+       RptPoint *position;
+       RptSize *size;
+
+       if (objects != NULL)
+               {
+                       objects = g_list_first (objects);
+               
+                       while (objects != NULL)
+                               {
+                                       position = NULL;
+                                       size = NULL;
+
+                                       rpt_object = (RptObject *)objects->data;
+
+                                       g_object_get (G_OBJECT (rpt_object),
+                                                     "position", &position,
+                                                     "size", &size,
+                                                     NULL);
+
+                                       grpt_canvas_add_object (grpt_canvas, section, rpt_object,
+                                                               position->x, position->y,
+                                                               size->width, size->height);
+                                       
+                                       objects = g_list_next (objects);
+                               }
+               }
+}
diff --git a/src/canvastext.c b/src/canvastext.c
new file mode 100644 (file)
index 0000000..5ce6384
--- /dev/null
@@ -0,0 +1,368 @@
+/*
+ * 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 <string.h>
+
+#include "canvastext.h"
+
+
+static void grpt_canvas_text_class_init (GRptCanvasTextClass *klass);
+static void grpt_canvas_text_init (GRptCanvasText *grpt_canvas_text);
+
+
+static void grpt_canvas_text_paint (GooCanvasItemSimple *simple,
+                                    cairo_t *cr,
+                                                               const GooCanvasBounds *bounds);
+
+static RptObject *grpt_canvas_text_get_rpt_object (GRptCanvasItem *grpt_canvas_item);
+
+
+#define GRPT_CANVAS_TEXT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GRPT_TYPE_CANVAS_TEXT, GRptCanvasTextPrivate))
+
+
+typedef struct _GRptCanvasTextPrivate GRptCanvasTextPrivate;
+struct _GRptCanvasTextPrivate
+       {
+               RptObjText *rpt_object_text;
+       };
+
+GType
+grpt_canvas_text_get_type (void)
+{
+       static GType grpt_canvas_text_type = 0;
+
+       if (!grpt_canvas_text_type)
+               {
+                       static const GTypeInfo grpt_canvas_text_info =
+                       {
+                               sizeof (GRptCanvasTextClass),
+                               NULL,   /* base_init */
+                               NULL,   /* base_finalize */
+                               (GClassInitFunc) grpt_canvas_text_class_init,
+                               NULL,   /* class_finalize */
+                               NULL,   /* class_data */
+                               sizeof (GRptCanvasText),
+                               0,      /* n_preallocs */
+                               (GInstanceInitFunc) grpt_canvas_text_init,
+                               NULL
+                       };
+
+                       grpt_canvas_text_type = g_type_register_static (GRPT_TYPE_CANVAS_ITEM, "GRptCanvasText",
+                                                                       &grpt_canvas_text_info, 0);
+               }
+
+       return grpt_canvas_text_type;
+}
+
+static void
+grpt_canvas_text_class_init (GRptCanvasTextClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+       GRptCanvasItemClass *canvas_item_class = GRPT_CANVAS_ITEM_CLASS (klass);
+       GooCanvasItemSimpleClass *simple_class = (GooCanvasItemSimpleClass *)klass;
+
+       g_type_class_add_private (object_class, sizeof (GRptCanvasTextPrivate));
+
+       canvas_item_class->paint = grpt_canvas_text_paint;
+       canvas_item_class->get_rpt_object = grpt_canvas_text_get_rpt_object;
+}
+
+static void
+grpt_canvas_text_init (GRptCanvasText *grpt_canvas_text)
+{
+}
+
+GRptCanvasItem
+*grpt_canvas_text_new (GooCanvasItem *parent, gdouble x, gdouble y, gdouble width, gdouble height, RptObjText *rpt_object_text, ...)
+{
+       GRptCanvasItem *item;
+       GRptCanvasText *grpt_canvas_text;
+
+       RptPoint position;
+       RptSize size;
+
+       const char *first_property;
+       va_list var_args;
+       GRptCanvasTextPrivate *priv;
+
+       item = g_object_new (GRPT_TYPE_CANVAS_TEXT, NULL);
+
+       grpt_canvas_text = (GRptCanvasText *)item;
+
+       priv = GRPT_CANVAS_TEXT_GET_PRIVATE (grpt_canvas_text);
+       priv->rpt_object_text = g_object_ref (rpt_object_text);
+
+       va_start (var_args, rpt_object_text);
+       first_property = va_arg (var_args, char*);
+       if (first_property)
+               {
+                       g_object_set_valist ((GObject *)item, first_property, var_args);
+               }
+       va_end (var_args);
+
+       if (parent)
+               {
+                       goo_canvas_item_add_child (parent, GOO_CANVAS_ITEM (item), -1);
+                       g_object_unref (item);
+               }
+
+       position.x = x;
+       position.y = y;
+       grpt_canvas_item_set_position (item, position);
+
+       size.width = width;
+       size.height = height;
+       grpt_canvas_item_set_size (item, size);
+
+       return item;
+}
+
+static void
+grpt_canvas_text_paint (GooCanvasItemSimple *simple, cairo_t *cr, const GooCanvasBounds *bounds)
+{
+       RptPoint *position = NULL;
+       RptSize *size = NULL;
+       RptRotation *rotation = NULL;
+       RptAlign *align = NULL;
+       RptBorder *border = NULL;
+       RptFont *font = NULL;
+       RptColor *color = NULL;
+
+       PangoLayout *playout;
+       PangoFontDescription *pfdesc;
+       PangoAttribute *pattr;
+       PangoAttrList *lpattr = NULL;
+
+       gchar *name;
+       gchar *text;
+       gchar *str_font;
+
+       gdouble padding_top = 0.0;
+       gdouble padding_right = 0.0;
+       gdouble padding_bottom = 0.0;
+       gdouble padding_left = 0.0;
+
+       GRptCanvasText *grpt_canvas_text = (GRptCanvasText *)simple;
+
+       GRptCanvasItem *grpt_canvas_item = (GRptCanvasItem *)simple;
+
+       GRptCanvasTextPrivate *priv = GRPT_CANVAS_TEXT_GET_PRIVATE (grpt_canvas_text);
+
+       g_object_get (G_OBJECT (priv->rpt_object_text),
+                     "name", &name,
+                     "position", &position,
+                     "size", &size,
+                                 "rotation", &rotation,
+                                 "border", &border,
+                                 "font", &font,
+                                 "align", &align,
+                                 "background-color", &color,
+                                 "padding-top", &padding_top,
+                                 "padding-right", &padding_right,
+                                 "padding-bottom", &padding_bottom,
+                                 "padding-left", &padding_left,
+                                 "source", &text,
+                                 NULL);
+
+       if (position == NULL)
+               {
+                       return;
+               }
+
+       if (text == NULL || strcmp (text, "") == 0)
+               {
+                       text = name;
+               }
+
+       /* creating pango layout */
+       /*if (priv->output_type == RPTP_OUTPUT_GTK)
+               {
+                       playout = gtk_print_context_create_pango_layout (priv->gtk_print_context);
+               }
+       else
+               {*/
+                       playout = pango_cairo_create_layout (cr);
+               /*}*/
+       if (size != NULL)
+               {
+                       pango_layout_set_width (playout, (size->width - padding_left - padding_right) * PANGO_SCALE);
+               }
+
+       if (font != NULL)
+               {
+                       str_font = g_strdup (font->name);
+                       if (font->bold)
+                               {
+                                       str_font = g_strconcat (str_font, " bold", NULL);
+                               }
+                       if (font->italic)
+                               {
+                                       str_font = g_strconcat (str_font, " italic", NULL);
+                               }
+                       if (font->size > 0)
+                               {
+                                       str_font = g_strconcat (str_font, g_strdup_printf (" %d", font->size), NULL);
+                               }
+                       else
+                               {
+                                       str_font = g_strconcat (str_font, " 12", NULL);
+                               }
+               }
+       else
+               {
+                       str_font = g_strdup ("Sans 12");
+               }
+
+       /* creating pango font description */
+       pfdesc = pango_font_description_from_string (str_font);
+       pango_layout_set_font_description (playout, pfdesc);
+       pango_font_description_free (pfdesc);
+
+       /* setting layout attributes */
+       if (font != NULL && font->underline != PANGO_UNDERLINE_NONE)
+               {
+                       PangoAttribute *pattr;
+
+                       pattr = pango_attr_underline_new (font->underline);
+                       pattr->start_index = 0;
+                       pattr->end_index = strlen (text) + 1;
+
+                       if (lpattr == NULL)
+                               {
+                                       lpattr = pango_attr_list_new ();
+                               }
+                       pango_attr_list_insert (lpattr, pattr);
+               }
+       if (font != NULL && font->strike)
+               {
+                       PangoAttribute *pattr;
+               
+                       pattr = pango_attr_strikethrough_new (TRUE);
+                       pattr->start_index = 0;
+                       pattr->end_index = strlen (text) + 1;
+
+                       if (lpattr == NULL)
+                               {
+                                       lpattr = pango_attr_list_new ();
+                               }
+                       pango_attr_list_insert (lpattr, pattr);
+               }
+
+       if (lpattr != NULL)
+               {
+                       pango_layout_set_attributes (playout, lpattr);
+               }
+
+       /*if (rotation != NULL)
+               {
+                       rpt_print_rotate (rpt_print, position, size, rotation->angle);
+               }*/
+
+       /* background */
+       if (position != NULL && size != NULL && color != NULL)
+               {
+                       cairo_rectangle (cr, position->x, position->y, size->width, size->height);
+                       cairo_set_source_rgba (cr, color->r, color->g, color->b, color->a);
+                       cairo_fill_preserve (cr);
+               }
+
+       /* drawing border */
+       /*rpt_print_border (rpt_print, position, size, border, rotation);*/
+
+       /* setting horizontal alignment */
+       if (align != NULL)
+               {
+                       switch (align->h_align)
+                               {
+                                       case RPT_HALIGN_LEFT:
+                                               break;
+               
+                                       case RPT_HALIGN_CENTER:
+                                               pango_layout_set_alignment (playout, PANGO_ALIGN_CENTER);
+                                               break;
+               
+                                       case RPT_HALIGN_RIGHT:
+                                               pango_layout_set_alignment (playout, PANGO_ALIGN_RIGHT);
+                                               break;
+               
+                                       case RPT_HALIGN_JUSTIFIED:
+                                               pango_layout_set_justify (playout, TRUE);
+                                               break;
+                               }
+
+                       /* TO DO */
+                       /* setting vertical alignment */
+                       switch (align->v_align)
+                               {
+                                       case RPT_VALIGN_TOP:
+                                               break;
+               
+                                       case RPT_VALIGN_CENTER:
+                                               break;
+               
+                                       case RPT_VALIGN_BOTTOM:
+                                               break;
+                               }
+               }
+
+       /* setting clipping region */
+       if (size != NULL)
+               {
+                       cairo_rectangle (cr,
+                                        position->x + padding_left,
+                                        position->y + padding_top,
+                                        size->width - padding_left - padding_right,
+                                        size->height - padding_top - padding_bottom);
+                       cairo_clip (cr);
+               }
+
+       /* drawing text */
+       if (font != NULL)
+               {
+                       if (font->color != NULL)
+                               {
+                                       cairo_set_source_rgba (cr, font->color->r, font->color->g, font->color->b, font->color->a);
+                               }
+                       else
+                               {
+                                       cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 1.0);
+                               }
+               }
+       else
+               {
+                       cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 1.0);
+               }
+
+       cairo_move_to (cr, position->x + padding_left, position->y + padding_top);
+
+       pango_layout_set_text (playout, text, -1);
+       pango_cairo_show_layout (cr, playout);
+
+       if (position != NULL && size != NULL)
+               {
+                       cairo_reset_clip (cr);
+               }
+}
+
+static RptObject
+*grpt_canvas_text_get_rpt_object (GRptCanvasItem *grpt_canvas_item)
+{
+       GRptCanvasTextPrivate *priv = GRPT_CANVAS_TEXT_GET_PRIVATE (GRPT_CANVAS_TEXT (grpt_canvas_item));
+
+       return RPT_OBJECT (priv->rpt_object_text);
+}
diff --git a/src/canvastext.h b/src/canvastext.h
new file mode 100644 (file)
index 0000000..6d0b736
--- /dev/null
@@ -0,0 +1,66 @@
+/*
+ * 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.
+ */
+
+#ifndef __GRPT_CANVAS_TEXT_H__
+#define __GRPT_CANVAS_TEXT_H__
+
+#include <gtk/gtk.h>
+#include <libreptool.h>
+
+#include "canvasitem.h"
+
+
+G_BEGIN_DECLS
+
+
+#define GRPT_TYPE_CANVAS_TEXT            (grpt_canvas_text_get_type ())
+#define GRPT_CANVAS_TEXT(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GRPT_TYPE_CANVAS_TEXT, GRptCanvasText))
+#define GRPT_CANVAS_TEXT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GRPT_TYPE_CANVAS_TEXT, GRptCanvasTextClass))
+#define GRPT_IS_CANVAS_TEXT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GRPT_TYPE_CANVAS_TEXT))
+#define GRPT_IS_CANVAS_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GRPT_TYPE_CANVAS_TEXT))
+#define GRPT_CANVAS_TEXT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), GRPT_TYPE_CANVAS_TEXT, GRptCanvasTextClass))
+
+
+typedef struct _GRptCanvasText GRptCanvasText;
+typedef struct _GRptCanvasTextClass GRptCanvasTextClass;
+  
+struct _GRptCanvasText
+{
+       GRptCanvasItem parent;
+};
+
+struct _GRptCanvasTextClass
+{
+       GRptCanvasItemClass parent_class;
+};
+
+GType grpt_canvas_text_get_type (void) G_GNUC_CONST;
+
+GRptCanvasItem *grpt_canvas_text_new (GooCanvasItem *parent,
+                                      gdouble x,
+                                      gdouble y,
+                                      gdouble width,
+                                      gdouble height,
+                                      RptObjText *rpt_object_text,
+                                      ...);
+
+
+G_END_DECLS
+
+
+#endif /* __GRPT_CANVAS_TEXT_H__ */
index 68e579ea6930b18232500b57a102d47af71d45cb..5b4aab35968a78a3d2d270ca77a9821eeb77ac4a 100644 (file)
@@ -42,11 +42,11 @@ void report_on_canvas_object_removed (GRptCanvas *grpt_canvas,
 static gchar *report_filename;
 static RptReport *rpt_report;
 
-static gint text_counter = 0;
-static gint line_counter = 0;
-static gint rect_counter = 0;
-static gint ellipse_counter = 0;
-static gint image_counter = 0;
+static gint text_counter;
+static gint line_counter;
+static gint rect_counter;
+static gint ellipse_counter;
+static gint image_counter;
 
 static GtkWidget *w;
 static GtkWidget *vbox;
@@ -72,6 +72,16 @@ static GRptCanvas *grpt_canvas;
 static GRptObjectsTree *objects_tree;
 
 /* PRIVATE */
+static void
+report_reset_counters ()
+{
+       text_counter = 0;
+       line_counter = 0;
+       rect_counter = 0;
+       ellipse_counter = 0;
+       image_counter = 0;
+}
+
 static void
 menu_toolbar_sensitivity ()
 {
@@ -142,6 +152,7 @@ report_new ()
                }
        rpt_report = rptr;
 
+       report_reset_counters ();
        report_set_defaults ();
 
        menu_toolbar_sensitivity ();
@@ -149,10 +160,10 @@ report_new ()
        grpt_canvas = grpt_canvas_new (rpt_report);
        grpt_objects_tree_set_canvas (objects_tree, grpt_canvas);
 
+       canvas_widget = grpt_canvas_get_widget (grpt_canvas);
+
        g_signal_connect (grpt_canvas, "object-added", G_CALLBACK (report_on_canvas_object_added), NULL);
        g_signal_connect (grpt_canvas, "object-removed", G_CALLBACK (report_on_canvas_object_removed), NULL);
-       
-       canvas_widget = grpt_canvas_get_widget (grpt_canvas);
 
        gtk_container_add (GTK_CONTAINER (vbox), canvas_widget);
        gtk_box_reorder_child (GTK_BOX (vbox), canvas_widget, 3);
@@ -167,16 +178,19 @@ report_open_from_file (const gchar *filename)
 {
        GtkWidget *canvas_widget;
 
+       report_close ();
+
        RptReport *rptr = rpt_report_new_from_file (filename);
        if (rptr == NULL)
                {
                        /* TO DO */
                        return;
                }
+       rpt_report = rptr;
 
-       report_close ();
        report_filename = g_strdup (filename);
-       rpt_report = rptr;
+
+       report_reset_counters ();
 
        menu_toolbar_sensitivity ();
 
@@ -185,6 +199,9 @@ report_open_from_file (const gchar *filename)
 
        canvas_widget = grpt_canvas_get_widget (grpt_canvas);
 
+       g_signal_connect (grpt_canvas, "object-added", G_CALLBACK (report_on_canvas_object_added), NULL);
+       g_signal_connect (grpt_canvas, "object-removed", G_CALLBACK (report_on_canvas_object_removed), NULL);
+
        gtk_container_add (GTK_CONTAINER (vbox), canvas_widget);
        gtk_box_reorder_child (GTK_BOX (vbox), canvas_widget, 3);
 
index 5e100f42ea1538bf7d725df7b378703364018054..489b8f77ebe118fdc048eeda3bf7a9d62661d55c 100644 (file)
@@ -286,6 +286,7 @@ grpt_objects_tree_set_canvas (GRptObjectsTree *grpt_objects_tree, GRptCanvas *ca
                {
                        grpt_objects_tree_fill_tree_section (grpt_objects_tree, RPTREPORT_SECTION_PAGE_FOOTER, objects);
                }
+       g_list_free (objects);
 }
 
 void