~ubuntu-branches/debian/jessie/ardesia/jessie

« back to all changes in this revision

Viewing changes to desktop/project_dialog.glade

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2012-11-05 19:55:18 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121105195518-ird6x2us0tui2q92
Tags: 1.1-1
* debian/watch: no longer use googlecode.d.n
* Imported Upstream version 1.1 (Closes: #620319, #692256)
* debian/control: add GTK+3 to B-D instead of GTK+2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
 
3
  <!-- interface-requires gtk+ 3.0 -->
5
4
  <object class="GtkDialog" id="projectDialog">
6
5
    <property name="width_request">300</property>
7
6
    <property name="can_focus">False</property>
8
7
    <property name="border_width">5</property>
9
8
    <property name="window_position">center-always</property>
 
9
    <property name="icon">icons/ardesia.png</property>
10
10
    <property name="type_hint">normal</property>
11
11
    <child internal-child="vbox">
12
 
      <object class="GtkVBox" id="dialog-vbox1">
 
12
      <object class="GtkBox" id="dialog-vbox1">
13
13
        <property name="visible">True</property>
14
14
        <property name="can_focus">False</property>
15
15
        <property name="spacing">2</property>
16
16
        <child internal-child="action_area">
17
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
17
          <object class="GtkButtonBox" id="dialog-action_area1">
18
18
            <property name="visible">True</property>
19
19
            <property name="can_focus">False</property>
20
20
            <property name="layout_style">end</property>
24
24
            <child>
25
25
              <object class="GtkButton" id="projectOkButton">
26
26
                <property name="label">gtk-ok</property>
 
27
                <property name="use_action_appearance">False</property>
27
28
                <property name="visible">True</property>
28
29
                <property name="can_focus">True</property>
29
30
                <property name="has_focus">True</property>
71
72
                <property name="invisible_char">•</property>
72
73
                <property name="primary_icon_activatable">False</property>
73
74
                <property name="secondary_icon_activatable">False</property>
74
 
                <property name="primary_icon_sensitive">True</property>
75
 
                <property name="secondary_icon_sensitive">True</property>
76
75
                <signal name="focus-in-event" handler="on_project_dialog_entry_focus_in_event" swapped="no"/>
77
76
              </object>
78
77
              <packing>