~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to aisleriot/statistics.glade

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-02-13 08:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20070213084020-zewbmxapszr0alkc
Tags: upstream-2.17.91
ImportĀ upstreamĀ versionĀ 2.17.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
<widget class="GtkDialog" id="Statistics">
7
7
  <property name="border_width">5</property>
8
 
  <property name="visible">True</property>
9
8
  <property name="title" translatable="yes">Statistics</property>
10
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
11
 
  <property name="window_position">GTK_WIN_POS_CENTER</property>
12
10
  <property name="modal">False</property>
13
11
  <property name="resizable">False</property>
14
12
  <property name="destroy_with_parent">False</property>
16
14
  <property name="skip_taskbar_hint">False</property>
17
15
  <property name="skip_pager_hint">False</property>
18
16
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
19
 
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20
17
  <property name="has_separator">False</property>
21
18
  <signal name="response" handler="statistics_dialog_response" last_modification_time="Fri, 09 Jan 2004 06:55:59 GMT"/>
22
19
  <signal name="delete_event" handler="close_statistics_dialog" last_modification_time="Fri, 09 Jan 2004 06:55:40 GMT"/>