summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Le Garrec <legarrec.vincent@gmail.com>2018-01-15 23:16:41 +0100
committerVincent Le Garrec <legarrec.vincent@gmail.com>2018-01-15 23:16:41 +0100
commitc61d6a88c0f991b70c4bf19466eb671523f84aae (patch)
tree2a5549be94bf3de74e3b78969b6ef253a92bbe92
parent95412fb81060f9483406ca7fd50de8cf8fa684a3 (diff)
Add draw functions to specialchar ui
Change-Id: I6b732127cdd48b5e0acf8c409d586426d9b13c8e
-rw-r--r--cui/uiconfig/ui/specialcharacters.ui47
1 files changed, 40 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index 09a18b37b90a..ca21156de36c 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -202,6 +202,22 @@
</packing>
</child>
<child>
+ <object class="GtkDrawingArea" id="drawingarea">
+ <property name="width_request">80</property>
+ <property name="height_request">150</property>
+ <property name="visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkTextView" id="charname">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -212,7 +228,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">1</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
@@ -224,6 +240,23 @@
<property name="column_spacing">6</property>
<property name="row_homogeneous">True</property>
<child>
+ <object class="GtkCheckButton" id="drawcheckbutton">
+ <property name="label" translatable="yes" context="specialcharacters|drawcheckbutton">Draw</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="halign">start</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="hexlabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -233,7 +266,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">0</property>
+ <property name="top_attach">1</property>
</packing>
</child>
<child>
@@ -272,7 +305,7 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">0</property>
+ <property name="top_attach">1</property>
</packing>
</child>
<child>
@@ -284,7 +317,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">1</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
@@ -296,7 +329,7 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">1</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
@@ -310,14 +343,14 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">2</property>
+ <property name="top_attach">3</property>
<property name="width">2</property>
</packing>
</child>
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">2</property>
+ <property name="top_attach">3</property>
</packing>
</child>
</object>