[gtk+] assistant: add text-button style class



commit 6a285daa794c3b7c54d8ac958258789217f2aa71
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 28 22:41:50 2014 -0500

    assistant: add text-button style class
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723212

 gtk/resources/ui/gtkassistant.ui |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/ui/gtkassistant.ui b/gtk/resources/ui/gtkassistant.ui
index a5748db..f235741 100644
--- a/gtk/resources/ui/gtkassistant.ui
+++ b/gtk/resources/ui/gtkassistant.ui
@@ -93,6 +93,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_apply" swapped="no"/>
                   </object>
                   <packing>
@@ -111,6 +114,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_forward" swapped="no"/>
                   </object>
                   <packing>
@@ -128,6 +134,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_back" swapped="no"/>
                   </object>
                   <packing>
@@ -144,6 +153,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_last" swapped="no"/>
                   </object>
                   <packing>
@@ -161,6 +173,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_cancel" swapped="no"/>
                   </object>
                   <packing>
@@ -178,6 +193,9 @@
                     <property name="receives_default">True</property>
                     <property name="no_show_all">True</property>
                     <property name="use_underline">True</property>
+                    <style>
+                      <class name="text-button"/>
+                    </style>
                     <signal name="clicked" handler="on_assistant_close" swapped="no"/>
                   </object>
                   <packing>


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