[gnome-builder/wip/gtk4-port: 367/736] libide/gui: add buttons to frame placeholder




commit 2c279788594fdaa0dcf043244e72913c2b8aab78
Author: Christian Hergert <chergert redhat com>
Date:   Sun Apr 3 17:34:44 2022 -0700

    libide/gui: add buttons to frame placeholder

 src/libide/gui/ide-frame.ui | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/src/libide/gui/ide-frame.ui b/src/libide/gui/ide-frame.ui
index 4027b595f..146feaebd 100644
--- a/src/libide/gui/ide-frame.ui
+++ b/src/libide/gui/ide-frame.ui
@@ -90,6 +90,29 @@
                 </layout>
               </object>
             </child>
+            <child>
+              <object class="GtkBox">
+                <property name="spacing">6</property>
+                <property name="homogeneous">true</property>
+                <layout>
+                  <property name="row">4</property>
+                  <property name="column">0</property>
+                  <property name="column-span">2</property>
+                </layout>
+                <child>
+                  <object class="GtkButton">
+                    <property name="label" translatable="yes">Open Fileā€¦</property>
+                    <property name="action-name">editor.open</property>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkButton">
+                    <property name="label" translatable="yes">New Terminal</property>
+                    <property name="action-name">terminal.new</property>
+                  </object>
+                </child>
+              </object>
+            </child>
           </object>
         </property>
       </object>


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