]> Pileus Git - ~andy/gtk/blob - tests/visuals/linked-buttons-horizontal.ui
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / visuals / linked-buttons-horizontal.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkWindow" id="window1">
5     <property name="can_focus">False</property>
6     <property name="default_width">600</property>
7     <property name="default_height">600</property>
8     <child>
9       <object class="GtkBox" id="box1">
10         <property name="visible">True</property>
11         <property name="can_focus">False</property>
12         <property name="orientation">horizontal</property>
13         <property name="valign">center</property>
14         <property name="halign">center</property>
15         <style>
16           <class name="linked"/>
17         </style>
18         <child>
19           <object class="GtkButton" id="button1">
20             <property name="label" translatable="yes">Hi, I am a button</property>
21             <property name="use_action_appearance">False</property>
22             <property name="visible">True</property>
23             <property name="can_focus">True</property>
24             <property name="receives_default">True</property>
25             <property name="use_action_appearance">False</property>
26           </object>
27           <packing>
28             <property name="expand">False</property>
29             <property name="fill">True</property>
30             <property name="position">0</property>
31           </packing>
32         </child>
33         <child>
34           <object class="GtkButton" id="button2">
35             <property name="label" translatable="yes">And I'm another button</property>
36             <property name="use_action_appearance">False</property>
37             <property name="visible">True</property>
38             <property name="can_focus">True</property>
39             <property name="receives_default">True</property>
40             <property name="use_action_appearance">False</property>
41           </object>
42           <packing>
43             <property name="expand">False</property>
44             <property name="fill">True</property>
45             <property name="position">1</property>
46           </packing>
47         </child>
48         <child>
49           <object class="GtkButton" id="button3">
50             <property name="label" translatable="yes">This is a button party!</property>
51             <property name="use_action_appearance">False</property>
52             <property name="visible">True</property>
53             <property name="can_focus">True</property>
54             <property name="receives_default">True</property>
55             <property name="use_action_appearance">False</property>
56           </object>
57           <packing>
58             <property name="expand">False</property>
59             <property name="fill">True</property>
60             <property name="position">2</property>
61           </packing>
62         </child>
63       </object>
64     </child>
65   </object>
66 </interface>