[gtk+] widget-factory: make one of the two spinbuttons active
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] widget-factory: make one of the two spinbuttons active
- Date: Tue, 29 Nov 2011 15:52:44 +0000 (UTC)
commit 924efd40e88e22d7a6e89cc6c287c3b4c9e6ccc6
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Nov 29 10:51:29 2011 -0500
widget-factory: make one of the two spinbuttons active
tests/widget-factory.ui | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/tests/widget-factory.ui b/tests/widget-factory.ui
index ec95f2d..dbef576 100644
--- a/tests/widget-factory.ui
+++ b/tests/widget-factory.ui
@@ -7,6 +7,13 @@
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
+ <object class="GtkAdjustment" id="adjustment2">
+ <property name="upper">1000</property>
+ <property name="lower">1</property>
+ <property name="value">42</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name Cool -->
@@ -610,6 +617,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">â</property>
+ <property name="adjustment">adjustment2</property>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]