<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.2 

Broadcast Automation & Encoder - 
Copyright (C) Kevin C. O'Kane
kc.okane@gmail.com
https://www.cs.uni.edu/~okane/


This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Author: Kevin C. O'Kane

-->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <requires lib="webkit2gtk" version="2.12"/>
  <!-- interface-license-type gplv2 -->
  <!-- interface-name Broadcast Automation & Encoder -->
  <!-- interface-copyright Kevin C. O'Kane\nkc.okane@gmail.com\nhttps://www.cs.uni.edu/~okane/\n -->
  <!-- interface-authors Kevin C. O'Kane -->
  <object class="WebKitSettings" id="settings1">
    <property name="enable_plugins">True</property>
    <property name="javascript_can_open_windows_automatically">True</property>
    <property name="user_agent">Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15</property>
    <property name="enable_smooth_scrolling">True</property>
    <property name="enable_media_stream">True</property>
    <property name="enable_media_capabilities">True</property>
    <property name="allow_file_access_from_file_urls">True</property>
    <property name="allow_universal_access_from_file_urls">True</property>
  </object>
  <object class="GtkWindow" id="window_main">
    <property name="name">The Window</property>
    <property name="width_request">-1</property>
    <property name="height_request">-1</property>
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="window_position">center</property>
    <property name="icon_name">applications-internet</property>
    <signal name="destroy" handler="on_window_destroy" swapped="no"/>
    <child type="titlebar">
      <placeholder/>
    </child>
    <child>
      <object class="GtkFixed" id="fixed1">
        <property name="width_request">0</property>
        <property name="height_request">620</property>
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child>
          <object class="GtkEntry" id="uri">
            <property name="width_request">560</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="placeholder_text" translatable="yes">Enter URI</property>
            <signal name="changed" handler="on_uri_changed" swapped="no"/>
          </object>
          <packing>
            <property name="x">4</property>
            <property name="y">596</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="go">
            <property name="label" translatable="yes">Go</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <signal name="clicked" handler="on_go_clicked" swapped="no"/>
          </object>
          <packing>
            <property name="x">585</property>
            <property name="y">596</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="text_link">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="ellipsize">end</property>
            <property name="width_chars">79</property>
            <property name="single_line_mode">True</property>
            <property name="xalign">0</property>
            <attributes>
              <attribute name="foreground" value="#fcfce9e94f4f"/>
            </attributes>
          </object>
          <packing>
            <property name="x">2</property>
            <property name="y">581</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="close_web">
            <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="on_close_web_clicked" swapped="no"/>
          </object>
          <packing>
            <property name="x">659</property>
            <property name="y">596</property>
          </packing>
        </child>
        <child>
          <object class="WebKitWebView" id="webx">
            <property name="width_request">650</property>
            <property name="height_request">580</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="border_width">0</property>
            <property name="settings">settings1</property>
            <signal name="create" handler="on_webx_create" swapped="no"/>
            <signal name="load-failed" handler="on_webx_load_failed" swapped="no"/>
            <signal name="mouse-target-changed" handler="on_webx_mouse_target_changed" swapped="no"/>
            <child>
              <placeholder/>
            </child>
          </object>
        </child>
        <child>
          <object class="WebKitWebView" id="weby">
            <property name="width_request">650</property>
            <property name="height_request">580</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="related_view">webx</property>
            <property name="settings">settings1</property>
            <signal name="create" handler="on_weby_create" swapped="no"/>
            <signal name="ready-to-show" handler="on_weby_ready_to_show" swapped="no"/>
            <child>
              <placeholder/>
            </child>
          </object>
          <packing>
            <property name="x">656</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>
