summaryrefslogtreecommitdiff
path: root/plugins/pynb/panel.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-02-22 13:25:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-02-22 13:38:26 (GMT)
commit0b8fbc0c0d6a18cf1b90337dbd20639316af1fe7 (patch)
treebd5fd817ddacb34ab8c90ecc30b601185ec62eba /plugins/pynb/panel.ui
parente16bc694115b5487df601858a471eea34eadc1ba (diff)
Create a plugin skeleton for Python notebooks.
Diffstat (limited to 'plugins/pynb/panel.ui')
-rw-r--r--plugins/pynb/panel.ui21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/pynb/panel.ui b/plugins/pynb/panel.ui
new file mode 100644
index 0000000..d16af80
--- /dev/null
+++ b/plugins/pynb/panel.ui
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+
+ <template class="GtkPythonNotebookPanel" parent="GtkTiledPanel">
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="hscrollbar-policy">automatic</property>
+ <property name="vscrollbar-policy">automatic</property>
+ <property name="hexpand">true</property>
+ <property name="vexpand">true</property>
+ <property name="has-frame">true</property>
+ <property name="margin-start">8</property>
+ <property name="margin-top">8</property>
+ <property name="margin-end">8</property>
+ <property name="margin-bottom">8</property>
+
+ </object>
+ </child>
+ </template>
+
+</interface>