pidgin/resources/Debug/plugininfo.ui

Mon, 15 Jul 2019 16:48:29 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 15 Jul 2019 16:48:29 -0400
changeset 39674
166671cecb8c
parent 39673
d02350b7261b
child 39931
4afa2de42dc7
permissions
-rw-r--r--

Merge debug window Glade files.

They were only separate due to supporting old GTK, but we don't need
that now.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="Talkatu" version="0.0"/>
  <requires lib="gtk+" version="3.18"/>
  <!-- interface-local-resource-path ../ -->
  <object class="TalkatuHtmlBuffer" id="buffer"/>
  <template class="PidginDebugPluginInfo" parent="GtkDialog">
    <property name="can_focus">False</property>
    <property name="title" translatable="yes">Pidgin Plugin Information</property>
    <property name="role">plugins_info</property>
    <property name="default_width">475</property>
    <property name="default_height">450</property>
    <property name="type_hint">dialog</property>
    <child>
      <placeholder/>
    </child>
    <child internal-child="vbox">
      <object class="GtkBox">
        <property name="can_focus">False</property>
        <property name="orientation">vertical</property>
        <property name="spacing">2</property>
        <child internal-child="action_area">
          <object class="GtkButtonBox">
            <property name="can_focus">False</property>
            <property name="layout_style">end</property>
            <child>
              <object class="GtkButton">
                <property name="label" translatable="yes">Close</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="receives_default">True</property>
                <signal name="clicked" handler="gtk_widget_destroy" object="PidginDebugPluginInfo" swapped="yes"/>
              </object>
              <packing>
                <property name="expand">True</property>
                <property name="fill">True</property>
                <property name="position">1</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">False</property>
            <property name="position">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkImage" id="logo">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="resource">/im/pidgin/Pidgin/logo.png</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkScrolledWindow">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="shadow_type">in</property>
            <child>
              <object class="TalkatuView" id="view">
                <property name="can_focus">True</property>
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                <property name="editable">False</property>
                <property name="buffer">buffer</property>
                <property name="send_binding"/>
              </object>
            </child>
          </object>
          <packing>
            <property name="expand">True</property>
            <property name="fill">True</property>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>

mercurial