glade3 r1932 - in trunk: . plugins/gtk+



Author: jpu
Date: Thu Sep 18 21:13:36 2008
New Revision: 1932
URL: http://svn.gnome.org/viewvc/glade3?rev=1932&view=rev

Log:
* plugins/gtk+/gtk+.xml.in:
  o set packing GtkBox::position as save-always (bug #551060)
  o set packing GtkToolbar::expand as save-always (bug #544654)


Modified:
   trunk/ChangeLog
   trunk/plugins/gtk+/gtk+.xml.in

Modified: trunk/plugins/gtk+/gtk+.xml.in
==============================================================================
--- trunk/plugins/gtk+/gtk+.xml.in	(original)
+++ trunk/plugins/gtk+/gtk+.xml.in	Thu Sep 18 21:13:36 2008
@@ -249,7 +249,8 @@
       </properties>
 
       <packing-properties>
-        <property id="position" weight="0"/>
+        <!-- position needs to be always saved in case of using pack end -->
+        <property id="position" weight="0" save-always="True"/>
         <property id="padding" transfer-on-paste="True" weight="0.5"/>
         <property id="expand" transfer-on-paste="True"/>
         <property id="fill" transfer-on-paste="True"/>
@@ -498,7 +499,7 @@
           <spec>glade_standard_int_spec</spec>
           <_tooltip>The position of the tool item in the toolbar</_tooltip>
         </property>
-	<property id="expand" transfer-on-paste="True"/>
+	<property id="expand" transfer-on-paste="True" save-always="True"/>
         <property id="homogeneous" transfer-on-paste="True"/>
       </packing-properties>
 
@@ -546,7 +547,7 @@
     <glade-widget-class name="GtkRadioToolButton" generic-name="radiotoolbutton" _title="Radio Tool Button"/>
     
     <glade-widget-class name="GtkMenuToolButton" generic-name="menutoolbutton" _title="Menu Tool Button"/>
-    
+
     <glade-widget-class name="GtkHandleBox" generic-name="handlebox" _title="Handle Box">
       <properties>
       	<property id="handle-position">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]