forked from AuroraMiddleware/gtk
widget-factory: Add a selectable label
We already have selectable labels in some of the dialogs, but this is more direct, and also shows links in labels.
This commit is contained in:
parent
0840f13c15
commit
0331dc984b
@ -2812,6 +2812,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="margin">10</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
@ -2820,7 +2821,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
|
||||
<property name="height-request">300</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="shadow-type">in</property>
|
||||
<property name="margin">10</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="charletree">
|
||||
<property name="visible">True</property>
|
||||
@ -2874,6 +2874,16 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-top">6</property>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="label" translatable="True"><![CDATA[<small>Data source: <a href="http://en.wikipedia.org/wiki/Charlemagne#Ancestry">Wikipedia</a></small>]]></property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinner">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user