<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>

<widget class="GtkWindow" id="window">
  <property name="visible">True</property>
  <property name="title" translatable="yes">Color Tester</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_CENTER</property>
  <property name="modal">False</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <property name="icon_name">gtk-select-color</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>
  <signal name="delete_event" handler="on_window_delete_event" last_modification_time="Sun, 05 Jun 2005 15:20:39 GMT"/>

  <child>
    <widget class="GtkTable" id="table1">
      <property name="visible">True</property>
      <property name="n_rows">4</property>
      <property name="n_columns">3</property>
      <property name="homogeneous">False</property>
      <property name="row_spacing">0</property>
      <property name="column_spacing">0</property>

      <child>
	<widget class="GtkButton" id="button_random">
	  <property name="visible">True</property>
	  <property name="can_default">True</property>
	  <property name="has_default">True</property>
	  <property name="can_focus">True</property>
	  <property name="label" translatable="yes">_Set Random Color</property>
	  <property name="use_underline">True</property>
	  <property name="relief">GTK_RELIEF_NORMAL</property>
	  <property name="focus_on_click">True</property>
	  <accessibility>
	    <atkproperty name="AtkObject::accessible_description" translatable="yes">Gives the color a random value.</atkproperty>
	    <atkrelation target="drawingarea" type="controller-for"/>
	    <atkrelation target="button_random" type="label-for"/>
	    <atkrelation target="button_random" type="labelled-by"/>
	  </accessibility>
	  <signal name="clicked" handler="on_button_random_clicked" last_modification_time="Sun, 05 Jun 2005 15:10:35 GMT"/>
	</widget>
	<packing>
	  <property name="left_attach">0</property>
	  <property name="right_attach">3</property>
	  <property name="top_attach">3</property>
	  <property name="bottom_attach">4</property>
	  <property name="y_options"></property>
	</packing>
      </child>

      <child>
	<widget class="GtkLabel" id="label_blue">
	  <property name="width_request">50</property>
	  <property name="visible">True</property>
	  <property name="label" translatable="yes">B: 0</property>
	  <property name="use_underline">False</property>
	  <property name="use_markup">False</property>
	  <property name="justify">GTK_JUSTIFY_LEFT</property>
	  <property name="wrap">False</property>
	  <property name="selectable">False</property>
	  <property name="xalign">0</property>
	  <property name="yalign">0.5</property>
	  <property name="xpad">0</property>
	  <property name="ypad">0</property>
	  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	  <property name="width_chars">-1</property>
	  <property name="single_line_mode">False</property>
	  <property name="angle">0</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>
	  <property name="x_options">fill</property>
	  <property name="y_options"></property>
	</packing>
      </child>

      <child>
	<widget class="GtkLabel" id="label_green">
	  <property name="visible">True</property>
	  <property name="label" translatable="yes">G: 0</property>
	  <property name="use_underline">False</property>
	  <property name="use_markup">False</property>
	  <property name="justify">GTK_JUSTIFY_LEFT</property>
	  <property name="wrap">False</property>
	  <property name="selectable">False</property>
	  <property name="xalign">0</property>
	  <property name="yalign">0.5</property>
	  <property name="xpad">0</property>
	  <property name="ypad">0</property>
	  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	  <property name="width_chars">-1</property>
	  <property name="single_line_mode">False</property>
	  <property name="angle">0</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>
	  <property name="x_options">fill</property>
	  <property name="y_options"></property>
	</packing>
      </child>

      <child>
	<widget class="GtkLabel" id="label_red">
	  <property name="visible">True</property>
	  <property name="label" translatable="yes">R: 0</property>
	  <property name="use_underline">False</property>
	  <property name="use_markup">False</property>
	  <property name="justify">GTK_JUSTIFY_LEFT</property>
	  <property name="wrap">False</property>
	  <property name="selectable">False</property>
	  <property name="xalign">0</property>
	  <property name="yalign">0.5</property>
	  <property name="xpad">0</property>
	  <property name="ypad">0</property>
	  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	  <property name="width_chars">-1</property>
	  <property name="single_line_mode">False</property>
	  <property name="angle">0</property>
	</widget>
	<packing>
	  <property name="left_attach">1</property>
	  <property name="right_attach">2</property>
	  <property name="top_attach">0</property>
	  <property name="bottom_attach">1</property>
	  <property name="x_options">fill</property>
	  <property name="y_options"></property>
	</packing>
      </child>

      <child>
	<widget class="GtkHScale" id="slider_green">
	  <property name="visible">True</property>
	  <property name="can_focus">True</property>
	  <property name="draw_value">False</property>
	  <property name="value_pos">GTK_POS_TOP</property>
	  <property name="digits">1</property>
	  <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
	  <property name="inverted">False</property>
	  <property name="adjustment">0 0 255 1 0 0</property>
	  <accessibility>
	    <atkproperty name="AtkObject::accessible_name" translatable="yes">Green Slider</atkproperty>
	    <atkproperty name="AtkObject::accessible_description" translatable="yes">Slider to control amount of green.</atkproperty>
	    <atkrelation target="drawingarea" type="controller-for"/>
	    <atkrelation target="label_green" type="labelled-by"/>
	  </accessibility>
	  <signal name="value_changed" handler="on_slider_green_value_changed" last_modification_time="Sun, 05 Jun 2005 15:11:48 GMT"/>
	</widget>
	<packing>
	  <property name="left_attach">0</property>
	  <property name="right_attach">1</property>
	  <property name="top_attach">1</property>
	  <property name="bottom_attach">2</property>
	  <property name="y_options">fill</property>
	</packing>
      </child>

      <child>
	<widget class="GtkHScale" id="slider_blue">
	  <property name="visible">True</property>
	  <property name="can_focus">True</property>
	  <property name="draw_value">False</property>
	  <property name="value_pos">GTK_POS_TOP</property>
	  <property name="digits">1</property>
	  <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
	  <property name="inverted">False</property>
	  <property name="adjustment">0 0 255 1 0 0</property>
	  <accessibility>
	    <atkproperty name="AtkObject::accessible_name" translatable="yes">Blue Slider</atkproperty>
	    <atkproperty name="AtkObject::accessible_description" translatable="yes">Slider to control the amount of blue.</atkproperty>
	    <atkrelation target="drawingarea" type="controller-for"/>
	    <atkrelation target="label_blue" type="labelled-by"/>
	  </accessibility>
	  <signal name="value_changed" handler="on_slider_blue_value_changed" last_modification_time="Sun, 05 Jun 2005 15:11:34 GMT"/>
	</widget>
	<packing>
	  <property name="left_attach">0</property>
	  <property name="right_attach">1</property>
	  <property name="top_attach">2</property>
	  <property name="bottom_attach">3</property>
	  <property name="y_options">fill</property>
	</packing>
      </child>

      <child>
	<widget class="GtkHScale" id="slider_red">
	  <property name="width_request">120</property>
	  <property name="visible">True</property>
	  <property name="can_focus">True</property>
	  <property name="draw_value">False</property>
	  <property name="value_pos">GTK_POS_TOP</property>
	  <property name="digits">1</property>
	  <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
	  <property name="inverted">False</property>
	  <property name="adjustment">0 0 255 1 0 0</property>
	  <accessibility>
	    <atkproperty name="AtkObject::accessible_name" translatable="yes">Red slider</atkproperty>
	    <atkproperty name="AtkObject::accessible_description" translatable="yes">Slider to choose value of red.</atkproperty>
	    <atkrelation target="drawingarea" type="controller-for"/>
	    <atkrelation target="label_red" type="labelled-by"/>
	    <atkrelation target="table1" type="member-of"/>
	    <atkrelation target="window" type="member-of"/>
	  </accessibility>
	  <signal name="value_changed" handler="on_slider_red_value_changed" last_modification_time="Sun, 05 Jun 2005 15:12:04 GMT"/>
	</widget>
	<packing>
	  <property name="left_attach">0</property>
	  <property name="right_attach">1</property>
	  <property name="top_attach">0</property>
	  <property name="bottom_attach">1</property>
	  <property name="y_options">fill</property>
	</packing>
      </child>

      <child>
	<widget class="GtkDrawingArea" id="drawingarea">
	  <property name="width_request">100</property>
	  <property name="height_request">100</property>
	  <property name="visible">True</property>
	  <accessibility>
	    <atkproperty name="AtkObject::accessible_name" translatable="yes">Color</atkproperty>
	    <atkproperty name="AtkObject::accessible_description" translatable="yes">Contains color created by sliders.</atkproperty>
	    <atkrelation target="slider_blue" type="controlled-by"/>
	    <atkrelation target="slider_green" type="controlled-by"/>
	    <atkrelation target="slider_red" type="controlled-by"/>
	  </accessibility>
	  <signal name="expose_event" handler="on_drawingarea_expose_event" last_modification_time="Mon, 06 Jun 2005 11:12:56 GMT"/>
	</widget>
	<packing>
	  <property name="left_attach">2</property>
	  <property name="right_attach">3</property>
	  <property name="top_attach">0</property>
	  <property name="bottom_attach">3</property>
	</packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>
