[cairo-commit] roadster/data roadster.glade,1.6,1.7

Nathan Fredrickson commit at pdx.freedesktop.org
Wed Mar 2 23:32:48 PST 2005


Committed by: nrf

Update of /cvs/cairo/roadster/data
In directory gabe:/tmp/cvs-serv3189/data

Modified Files:
	roadster.glade 
Log Message:
    * src/*.h: Change extern "C" to G_BEGIN_DECLS/G_END_DECLS
    * src/layers.h:
    * src/layers.c: Add layers_reload() to reload the layer styles.
    * data/roadster.glade
    * src/mainwindow.c: Add "Debug" menu and "Reload Styles" menuitem.


Index: roadster.glade
===================================================================
RCS file: /cvs/cairo/roadster/data/roadster.glade,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- roadster.glade	2 Mar 2005 06:25:48 -0000	1.6
+++ roadster.glade	3 Mar 2005 07:32:46 -0000	1.7
@@ -53,7 +53,7 @@
 			  <signal name="activate" handler="on_import_maps_activate" last_modification_time="Tue, 25 Jan 2005 19:06:57 GMT"/>
 
 			  <child internal-child="image">
-			    <widget class="GtkImage" id="image9537">
+			    <widget class="GtkImage" id="image9539">
 			      <property name="visible">True</property>
 			      <property name="stock">gtk-open</property>
 			      <property name="icon_size">1</property>
@@ -74,7 +74,7 @@
 			  <property name="use_underline">True</property>
 
 			  <child internal-child="image">
-			    <widget class="GtkImage" id="image9538">
+			    <widget class="GtkImage" id="image9540">
 			      <property name="visible">True</property>
 			      <property name="stock">gtk-open</property>
 			      <property name="icon_size">1</property>
@@ -204,7 +204,7 @@
 			  <accelerator key="g" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
 			  <child internal-child="image">
-			    <widget class="GtkImage" id="image9539">
+			    <widget class="GtkImage" id="image9541">
 			      <property name="visible">True</property>
 			      <property name="stock">gtk-jump-to</property>
 			      <property name="icon_size">1</property>
@@ -294,6 +294,41 @@
 		  </child>
 		</widget>
 	      </child>
+
+	      <child>
+		<widget class="GtkMenuItem" id="debugmenu">
+		  <property name="visible">True</property>
+		  <property name="label" translatable="yes">_Debug</property>
+		  <property name="use_underline">True</property>
+
+		  <child>
+		    <widget class="GtkMenu" id="debugmenu_menu">
+
+		      <child>
+			<widget class="GtkImageMenuItem" id="reloadstylesmenuitem">
+			  <property name="visible">True</property>
+			  <property name="label" translatable="yes">Reload Styles</property>
+			  <property name="use_underline">True</property>
+			  <signal name="activate" handler="on_reloadstylesmenuitem_activate" last_modification_time="Thu, 03 Mar 2005 07:25:08 GMT"/>
+			  <accelerator key="r" modifiers="GDK_CONTROL_MASK" signal="activate"/>
+
+			  <child internal-child="image">
+			    <widget class="GtkImage" id="image9542">
+			      <property name="visible">True</property>
+			      <property name="stock">gtk-refresh</property>
+			      <property name="icon_size">1</property>
+			      <property name="xalign">0.5</property>
+			      <property name="yalign">0.5</property>
+			      <property name="xpad">0</property>
+			      <property name="ypad">0</property>
+			    </widget>
+			  </child>
+			</widget>
+		      </child>
+		    </widget>
+		  </child>
+		</widget>
+	      </child>
 	    </widget>
 	  </child>
 	</widget>




More information about the cairo-commit mailing list