#!/usr/bin/perl


@DUMP = `autoglade conkymategui.glade`;

foreach $line (@DUMP) {
eval "\$$line";
print $line;
}

if ($? == 1536) {
print "you hit cancel";
}

print $Background;
print $UseXFT;
print $DoubleBuffer;
print $OwnWindow;
print $Transparent;
print $DrawShades;
print $Font;
print $TextColor;
print $WindowColor;
print $UpdateInterval;
print $Alignment;
print $TextMain;
print $scroll;
print $textview1;

print "<?xml version=\"1.0\"?>
<glade-interface>
  <!-- interface-requires gtk+ 2.16 -->
  <!-- interface-naming-policy project-wide -->
  <widget class=\"GtkDialog\" id=\"dialog1\">
    <property name=\"border_width\">5</property>
    <property name=\"type_hint\">normal</property>
    <property name=\"has_separator\">False</property>
    <child internal-child=\"vbox\">
      <widget class=\"GtkVBox\" id=\"dialog-vbox1\">
        <property name=\"visible\">True</property>
        <property name=\"orientation\">vertical</property>
        <property name=\"spacing\">2</property>
        <child>
          <widget class=\"GtkTable\" id=\"table2\">
            <property name=\"visible\">True</property>
            <property name=\"n_rows\">6</property>
            <property name=\"n_columns\">6</property>
            <child>
              <widget class=\"GtkCheckButton\" id=\"Background\">
                <property name=\"label\" translatable=\"yes\">Background</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$Background</property>
                <property name=\"image_position\">bottom</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
              <packing>
                <property name=\"top_attach\">4</property>
                <property name=\"bottom_attach\">5</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkCheckButton\" id=\"UseXFT\">
                <property name=\"label\" translatable=\"yes\">Use XFT</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$UseXFT</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
              <packing>
                <property name=\"top_attach\">3</property>
                <property name=\"bottom_attach\">4</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkCheckButton\" id=\"DoubleBuffer\">
                <property name=\"label\" translatable=\"yes\">Double Buffer</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$DoubleBuffer</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
              <packing>
                <property name=\"top_attach\">2</property>
                <property name=\"bottom_attach\">3</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkCheckButton\" id=\"OwnWindow\">
                <property name=\"label\" translatable=\"yes\">Own Window</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$OwnWindow</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
              <packing>
                <property name=\"top_attach\">1</property>
                <property name=\"bottom_attach\">2</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkCheckButton\" id=\"Transparent\">
                <property name=\"label\" translatable=\"yes\">Transparent</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$Transparent</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
            </child>
            <child>
              <widget class=\"GtkCheckButton\" id=\"DrawShades\">
                <property name=\"label\" translatable=\"yes\">Draw Shades</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">False</property>
                <property name=\"active\">$DrawShades</property>
                <property name=\"draw_indicator\">True</property>
              </widget>
              <packing>
                <property name=\"top_attach\">5</property>
                <property name=\"bottom_attach\">6</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkFontButton\" id=\"Font\">
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">True</property>
                <property name=\"use_font\">True</property>
                <property name=\"show_style\">False</property>
              </widget>
              <packing>
                <property name=\"left_attach\">1</property>
                <property name=\"right_attach\">2</property>
                <property name=\"top_attach\">3</property>
                <property name=\"bottom_attach\">4</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkColorButton\" id=\"TextColor\">
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">True</property>
                <property name=\"color\">$TextColor</property>
              </widget>
              <packing>
                <property name=\"left_attach\">1</property>
                <property name=\"right_attach\">2</property>
                <property name=\"top_attach\">2</property>
                <property name=\"bottom_attach\">3</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkColorButton\" id=\"WindowColor\">
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">True</property>
                <property name=\"color\">$WindowColor</property>
              </widget>
              <packing>
                <property name=\"left_attach\">1</property>
                <property name=\"right_attach\">2</property>
                <property name=\"top_attach\">1</property>
                <property name=\"bottom_attach\">2</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkEntry\" id=\"UpdateInterval\">
                <property name=\"width_request\">2</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"invisible_char\">&#x25CF;</property>
                <property name=\"text\" translatable=\"yes\">$UpdateInterval</property>
                <property name=\"xalign\">1</property>
              </widget>
              <packing>
                <property name=\"left_attach\">1</property>
                <property name=\"right_attach\">2</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkComboBox\" id=\"Alignment\">
                <property name=\"visible\">True</property>
                <property name=\"items\" translatable=\"yes\">top_left
top_right
bottom_left
bottom_right
</property>
              </widget>
              <packing>
                <property name=\"left_attach\">1</property>
                <property name=\"right_attach\">2</property>
                <property name=\"top_attach\">4</property>
                <property name=\"bottom_attach\">5</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkLabel\" id=\"label1\">
                <property name=\"visible\">True</property>
                <property name=\"label\" translatable=\"yes\">Text Color</property>
              </widget>
              <packing>
                <property name=\"left_attach\">2</property>
                <property name=\"right_attach\">3</property>
                <property name=\"top_attach\">2</property>
                <property name=\"bottom_attach\">3</property>
                <property name=\"x_padding\">6</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkLabel\" id=\"label2\">
                <property name=\"visible\">True</property>
                <property name=\"label\" translatable=\"yes\">Shade Color</property>
              </widget>
              <packing>
                <property name=\"left_attach\">2</property>
                <property name=\"right_attach\">3</property>
                <property name=\"top_attach\">1</property>
                <property name=\"bottom_attach\">2</property>
                <property name=\"x_padding\">6</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkLabel\" id=\"label3\">
                <property name=\"visible\">True</property>
                <property name=\"label\" translatable=\"yes\">Update Interval</property>
              </widget>
              <packing>
                <property name=\"left_attach\">2</property>
                <property name=\"right_attach\">3</property>
                <property name=\"x_padding\">4</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkLabel\" id=\"label4\">
                <property name=\"visible\">True</property>
                <property name=\"label\" translatable=\"yes\">XFT Font</property>
              </widget>
              <packing>
                <property name=\"left_attach\">2</property>
                <property name=\"right_attach\">3</property>
                <property name=\"top_attach\">3</property>
                <property name=\"bottom_attach\">4</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkLabel\" id=\"label5\">
                <property name=\"visible\">True</property>
                <property name=\"label\" translatable=\"yes\">Alignment</property>
              </widget>
              <packing>
                <property name=\"left_attach\">2</property>
                <property name=\"right_attach\">3</property>
                <property name=\"top_attach\">4</property>
                <property name=\"bottom_attach\">5</property>
              </packing>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
          </widget>
          <packing>
            <property name=\"position\">1</property>
          </packing>
        </child>
        <child internal-child=\"action_area\">
          <widget class=\"GtkHButtonBox\" id=\"dialog-action_area1\">
            <property name=\"visible\">True</property>
            <property name=\"layout_style\">end</property>
            <child>
              <widget class=\"GtkButton\" id=\"button1\">
                <property name=\"label\">gtk-save</property>
                <property name=\"response_id\">-5</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">True</property>
                <property name=\"use_stock\">True</property>
              </widget>
              <packing>
                <property name=\"expand\">False</property>
                <property name=\"fill\">False</property>
                <property name=\"position\">0</property>
              </packing>
            </child>
            <child>
              <widget class=\"GtkButton\" id=\"button2\">
                <property name=\"label\">gtk-cancel</property>
                <property name=\"response_id\">-6</property>
                <property name=\"visible\">True</property>
                <property name=\"can_focus\">True</property>
                <property name=\"receives_default\">True</property>
                <property name=\"use_stock\">True</property>
              </widget>
              <packing>
                <property name=\"expand\">False</property>
                <property name=\"fill\">False</property>
                <property name=\"position\">1</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name=\"expand\">False</property>
            <property name=\"pack_type\">end</property>
            <property name=\"position\">0</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>";
