[gnome-builder/wip/gtk4-port] libide/gui: add buttons to frame placeholder
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/gui: add buttons to frame placeholder
- Date: Mon, 4 Apr 2022 00:34:49 +0000 (UTC)
commit 92593a43f5c4aa7cabc5d71d4d03c8a7130499e3
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]