]> granicus.if.org Git - graphviz/commitdiff
node size problem is solved for good
authorarif <devnull@localhost>
Wed, 13 May 2009 20:10:08 +0000 (20:10 +0000)
committerarif <devnull@localhost>
Wed, 13 May 2009 20:10:08 +0000 (20:10 +0000)
lib/neatogen/sparsegraph.h
share/gui/smyrna.glade

index 53b7184df057f48e528d9d58ca36f6c0502ad53b..e579e79faf8761247716a2ce5c3f31b11b8e5ab1 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #  include <config.h>
 #endif
 
-#ifdef __cplusplus
+#ifdef __dcplusplus
     enum Style { regular, invisible };
     struct vtx_data {
        int nedges;
index 0ca1a3af99252f87c5a1dcd61486caff026bcde1..d48a76169986d53a905232f47b371ea3bd2c48c9 100755 (executable)
@@ -5897,9 +5897,9 @@ GLUT_BITMAP_HELVETICA_18
              <child>
                <widget class="GtkTable" id="table5">
                  <property name="width_request">397</property>
-                 <property name="height_request">266</property>
+                 <property name="height_request">308</property>
                  <property name="visible">True</property>
-                 <property name="n_rows">6</property>
+                 <property name="n_rows">7</property>
                  <property name="n_columns">2</property>
                  <property name="homogeneous">False</property>
                  <property name="row_spacing">0</property>
@@ -6179,6 +6179,55 @@ Custom</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>
+
+                 <child>
+                   <widget class="GtkLabel" id="label119">
+                     <property name="visible">True</property>
+                     <property name="label" translatable="yes">Node Size</property>
+                     <property name="use_underline">False</property>
+                     <property name="use_markup">False</property>
+                     <property name="justify">GTK_JUSTIFY_LEFT</property>
+                     <property name="wrap">False</property>
+                     <property name="selectable">False</property>
+                     <property name="xalign">0</property>
+                     <property name="yalign">0.5</property>
+                     <property name="xpad">5</property>
+                     <property name="ypad">0</property>
+                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+                     <property name="width_chars">-1</property>
+                     <property name="single_line_mode">False</property>
+                     <property name="angle">0</property>
+                   </widget>
+                   <packing>
+                     <property name="left_attach">0</property>
+                     <property name="right_attach">1</property>
+                     <property name="top_attach">6</property>
+                     <property name="bottom_attach">7</property>
+                     <property name="x_options">fill</property>
+                     <property name="y_options"></property>
+                   </packing>
+                 </child>
+
+                 <child>
+                   <widget class="GtkHScale" id="nodesizescale">
+                     <property name="visible">True</property>
+                     <property name="can_focus">True</property>
+                     <property name="draw_value">True</property>
+                     <property name="value_pos">GTK_POS_TOP</property>
+                     <property name="digits">0</property>
+                     <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
+                     <property name="inverted">False</property>
+                     <property name="adjustment">5 1 100 0 0 0</property>
+                   </widget>
+                   <packing>
+                     <property name="left_attach">1</property>
+                     <property name="right_attach">2</property>
+                     <property name="top_attach">6</property>
+                     <property name="bottom_attach">7</property>
+                     <property name="x_options">fill</property>
+                     <property name="y_options">fill</property>
+                   </packing>
+                 </child>
                </widget>
                <packing>
                  <property name="x">28</property>