home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / rhythmbox / glade / song-info-multiple.glade < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-30  |  14.7 KB  |  373 lines

  1. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
  2. <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
  3.  
  4. <glade-interface>
  5. <requires lib="gnome"/>
  6.  
  7. <widget class="GtkWindow" id="song_info">
  8.   <property name="visible">True</property>
  9.   <property name="title" translatable="yes">window3</property>
  10.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  11.   <property name="window_position">GTK_WIN_POS_NONE</property>
  12.   <property name="modal">False</property>
  13.   <property name="resizable">True</property>
  14.   <property name="destroy_with_parent">False</property>
  15.   <property name="decorated">True</property>
  16.   <property name="skip_taskbar_hint">False</property>
  17.   <property name="skip_pager_hint">False</property>
  18.   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  19.   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  20.   <property name="focus_on_map">True</property>
  21.   <property name="urgency_hint">False</property>
  22.  
  23.   <child>
  24.     <widget class="GtkNotebook" id="song_info_notebook">
  25.       <property name="visible">True</property>
  26.       <property name="show_tabs">False</property>
  27.       <property name="show_border">False</property>
  28.       <property name="tab_pos">GTK_POS_TOP</property>
  29.       <property name="scrollable">False</property>
  30.       <property name="enable_popup">False</property>
  31.  
  32.       <child>
  33.     <widget class="GtkTable" id="song_info_basic">
  34.       <property name="border_width">6</property>
  35.       <property name="visible">True</property>
  36.       <property name="n_rows">7</property>
  37.       <property name="n_columns">2</property>
  38.       <property name="homogeneous">False</property>
  39.       <property name="row_spacing">6</property>
  40.       <property name="column_spacing">12</property>
  41.  
  42.       <child>
  43.         <widget class="GtkEntry" id="song_info_artist">
  44.           <property name="visible">True</property>
  45.           <property name="can_focus">True</property>
  46.           <property name="editable">True</property>
  47.           <property name="visibility">True</property>
  48.           <property name="max_length">0</property>
  49.           <property name="text" translatable="yes"></property>
  50.           <property name="has_frame">True</property>
  51.           <property name="invisible_char">*</property>
  52.           <property name="activates_default">False</property>
  53.         </widget>
  54.         <packing>
  55.           <property name="left_attach">1</property>
  56.           <property name="right_attach">2</property>
  57.           <property name="top_attach">0</property>
  58.           <property name="bottom_attach">1</property>
  59.           <property name="y_options"></property>
  60.         </packing>
  61.       </child>
  62.  
  63.       <child>
  64.         <widget class="GtkEntry" id="song_info_album">
  65.           <property name="visible">True</property>
  66.           <property name="can_focus">True</property>
  67.           <property name="editable">True</property>
  68.           <property name="visibility">True</property>
  69.           <property name="max_length">0</property>
  70.           <property name="text" translatable="yes"></property>
  71.           <property name="has_frame">True</property>
  72.           <property name="invisible_char">*</property>
  73.           <property name="activates_default">False</property>
  74.         </widget>
  75.         <packing>
  76.           <property name="left_attach">1</property>
  77.           <property name="right_attach">2</property>
  78.           <property name="top_attach">1</property>
  79.           <property name="bottom_attach">2</property>
  80.           <property name="y_options"></property>
  81.         </packing>
  82.       </child>
  83.  
  84.       <child>
  85.         <widget class="GtkLabel" id="album_label">
  86.           <property name="visible">True</property>
  87.           <property name="label" translatable="yes">_Album:</property>
  88.           <property name="use_underline">True</property>
  89.           <property name="use_markup">False</property>
  90.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  91.           <property name="wrap">False</property>
  92.           <property name="selectable">False</property>
  93.           <property name="xalign">0</property>
  94.           <property name="yalign">0.5</property>
  95.           <property name="xpad">0</property>
  96.           <property name="ypad">0</property>
  97.           <property name="mnemonic_widget">song_info_album</property>
  98.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  99.           <property name="width_chars">-1</property>
  100.           <property name="single_line_mode">False</property>
  101.           <property name="angle">0</property>
  102.         </widget>
  103.         <packing>
  104.           <property name="left_attach">0</property>
  105.           <property name="right_attach">1</property>
  106.           <property name="top_attach">1</property>
  107.           <property name="bottom_attach">2</property>
  108.           <property name="x_options">fill</property>
  109.           <property name="y_options">fill</property>
  110.         </packing>
  111.       </child>
  112.  
  113.       <child>
  114.         <widget class="GtkLabel" id="artist_label">
  115.           <property name="visible">True</property>
  116.           <property name="label" translatable="yes">_Artist:</property>
  117.           <property name="use_underline">True</property>
  118.           <property name="use_markup">False</property>
  119.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  120.           <property name="wrap">False</property>
  121.           <property name="selectable">False</property>
  122.           <property name="xalign">0</property>
  123.           <property name="yalign">0.5</property>
  124.           <property name="xpad">0</property>
  125.           <property name="ypad">0</property>
  126.           <property name="mnemonic_widget">song_info_artist</property>
  127.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  128.           <property name="width_chars">-1</property>
  129.           <property name="single_line_mode">False</property>
  130.           <property name="angle">0</property>
  131.         </widget>
  132.         <packing>
  133.           <property name="left_attach">0</property>
  134.           <property name="right_attach">1</property>
  135.           <property name="top_attach">0</property>
  136.           <property name="bottom_attach">1</property>
  137.           <property name="x_options">fill</property>
  138.           <property name="y_options">fill</property>
  139.         </packing>
  140.       </child>
  141.  
  142.       <child>
  143.         <widget class="GtkLabel" id="genre_label">
  144.           <property name="visible">True</property>
  145.           <property name="label" translatable="yes">_Genre:</property>
  146.           <property name="use_underline">True</property>
  147.           <property name="use_markup">False</property>
  148.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  149.           <property name="wrap">False</property>
  150.           <property name="selectable">False</property>
  151.           <property name="xalign">0</property>
  152.           <property name="yalign">0.5</property>
  153.           <property name="xpad">0</property>
  154.           <property name="ypad">0</property>
  155.           <property name="mnemonic_widget">song_info_genre</property>
  156.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  157.           <property name="width_chars">-1</property>
  158.           <property name="single_line_mode">False</property>
  159.           <property name="angle">0</property>
  160.         </widget>
  161.         <packing>
  162.           <property name="left_attach">0</property>
  163.           <property name="right_attach">1</property>
  164.           <property name="top_attach">2</property>
  165.           <property name="bottom_attach">3</property>
  166.           <property name="x_options">fill</property>
  167.           <property name="y_options"></property>
  168.         </packing>
  169.       </child>
  170.  
  171.       <child>
  172.         <widget class="GtkEntry" id="song_info_genre">
  173.           <property name="visible">True</property>
  174.           <property name="can_focus">True</property>
  175.           <property name="editable">True</property>
  176.           <property name="visibility">True</property>
  177.           <property name="max_length">0</property>
  178.           <property name="text" translatable="yes"></property>
  179.           <property name="has_frame">True</property>
  180.           <property name="invisible_char">*</property>
  181.           <property name="activates_default">False</property>
  182.         </widget>
  183.         <packing>
  184.           <property name="left_attach">1</property>
  185.           <property name="right_attach">2</property>
  186.           <property name="top_attach">2</property>
  187.           <property name="bottom_attach">3</property>
  188.           <property name="y_options"></property>
  189.         </packing>
  190.       </child>
  191.  
  192.       <child>
  193.         <widget class="GtkLabel" id="rating_label">
  194.           <property name="visible">True</property>
  195.           <property name="label" translatable="yes">_Rating:</property>
  196.           <property name="use_underline">True</property>
  197.           <property name="use_markup">False</property>
  198.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  199.           <property name="wrap">False</property>
  200.           <property name="selectable">False</property>
  201.           <property name="xalign">0</property>
  202.           <property name="yalign">0</property>
  203.           <property name="xpad">0</property>
  204.           <property name="ypad">0</property>
  205.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  206.           <property name="width_chars">-1</property>
  207.           <property name="single_line_mode">False</property>
  208.           <property name="angle">0</property>
  209.         </widget>
  210.         <packing>
  211.           <property name="left_attach">0</property>
  212.           <property name="right_attach">1</property>
  213.           <property name="top_attach">4</property>
  214.           <property name="bottom_attach">5</property>
  215.           <property name="x_options">fill</property>
  216.           <property name="y_options"></property>
  217.         </packing>
  218.       </child>
  219.  
  220.       <child>
  221.         <widget class="GtkVBox" id="song_info_rating_container">
  222.           <property name="visible">True</property>
  223.           <property name="homogeneous">False</property>
  224.           <property name="spacing">0</property>
  225.  
  226.           <child>
  227.         <placeholder/>
  228.           </child>
  229.         </widget>
  230.         <packing>
  231.           <property name="left_attach">1</property>
  232.           <property name="right_attach">2</property>
  233.           <property name="top_attach">4</property>
  234.           <property name="bottom_attach">5</property>
  235.           <property name="x_options">fill</property>
  236.           <property name="y_options">fill</property>
  237.         </packing>
  238.       </child>
  239.  
  240.       <child>
  241.         <widget class="GtkLabel" id="year_label">
  242.           <property name="visible">True</property>
  243.           <property name="label" translatable="yes">_Year:</property>
  244.           <property name="use_underline">True</property>
  245.           <property name="use_markup">False</property>
  246.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  247.           <property name="wrap">False</property>
  248.           <property name="selectable">False</property>
  249.           <property name="xalign">0</property>
  250.           <property name="yalign">0.5</property>
  251.           <property name="xpad">0</property>
  252.           <property name="ypad">0</property>
  253.           <property name="mnemonic_widget">song_info_year</property>
  254.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  255.           <property name="width_chars">-1</property>
  256.           <property name="single_line_mode">False</property>
  257.           <property name="angle">0</property>
  258.         </widget>
  259.         <packing>
  260.           <property name="left_attach">0</property>
  261.           <property name="right_attach">1</property>
  262.           <property name="top_attach">3</property>
  263.           <property name="bottom_attach">4</property>
  264.           <property name="x_options">fill</property>
  265.           <property name="y_options"></property>
  266.         </packing>
  267.       </child>
  268.  
  269.       <child>
  270.         <widget class="GtkEntry" id="song_info_year">
  271.           <property name="visible">True</property>
  272.           <property name="can_focus">True</property>
  273.           <property name="editable">True</property>
  274.           <property name="visibility">True</property>
  275.           <property name="max_length">0</property>
  276.           <property name="text" translatable="yes"></property>
  277.           <property name="has_frame">True</property>
  278.           <property name="invisible_char">*</property>
  279.           <property name="activates_default">False</property>
  280.         </widget>
  281.         <packing>
  282.           <property name="left_attach">1</property>
  283.           <property name="right_attach">2</property>
  284.           <property name="top_attach">3</property>
  285.           <property name="bottom_attach">4</property>
  286.           <property name="y_options"></property>
  287.         </packing>
  288.       </child>
  289.  
  290.       <child>
  291.         <widget class="GtkLabel" id="discn_label">
  292.           <property name="visible">True</property>
  293.           <property name="label" translatable="yes">_Disc Number:</property>
  294.           <property name="use_underline">True</property>
  295.           <property name="use_markup">False</property>
  296.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  297.           <property name="wrap">False</property>
  298.           <property name="selectable">False</property>
  299.           <property name="xalign">0</property>
  300.           <property name="yalign">0.5</property>
  301.           <property name="xpad">0</property>
  302.           <property name="ypad">0</property>
  303.           <property name="mnemonic_widget">song_info_disc_cur</property>
  304.           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  305.           <property name="width_chars">-1</property>
  306.           <property name="single_line_mode">False</property>
  307.           <property name="angle">0</property>
  308.         </widget>
  309.         <packing>
  310.           <property name="left_attach">0</property>
  311.           <property name="right_attach">1</property>
  312.           <property name="top_attach">5</property>
  313.           <property name="bottom_attach">6</property>
  314.           <property name="x_options">fill</property>
  315.           <property name="y_options"></property>
  316.         </packing>
  317.       </child>
  318.  
  319.       <child>
  320.         <widget class="GtkEntry" id="song_info_disc_cur">
  321.           <property name="visible">True</property>
  322.           <property name="can_focus">True</property>
  323.           <property name="editable">True</property>
  324.           <property name="visibility">True</property>
  325.           <property name="max_length">0</property>
  326.           <property name="text" translatable="yes"></property>
  327.           <property name="has_frame">True</property>
  328.           <property name="invisible_char">*</property>
  329.           <property name="activates_default">False</property>
  330.         </widget>
  331.         <packing>
  332.           <property name="left_attach">1</property>
  333.           <property name="right_attach">2</property>
  334.           <property name="top_attach">5</property>
  335.           <property name="bottom_attach">6</property>
  336.           <property name="y_options"></property>
  337.         </packing>
  338.       </child>
  339.     </widget>
  340.     <packing>
  341.       <property name="tab_expand">False</property>
  342.       <property name="tab_fill">True</property>
  343.     </packing>
  344.       </child>
  345.  
  346.       <child>
  347.     <widget class="GtkLabel" id="label1">
  348.       <property name="visible">True</property>
  349.       <property name="label" translatable="yes">label1</property>
  350.       <property name="use_underline">False</property>
  351.       <property name="use_markup">False</property>
  352.       <property name="justify">GTK_JUSTIFY_LEFT</property>
  353.       <property name="wrap">False</property>
  354.       <property name="selectable">False</property>
  355.       <property name="xalign">0.5</property>
  356.       <property name="yalign">0.5</property>
  357.       <property name="xpad">0</property>
  358.       <property name="ypad">0</property>
  359.       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  360.       <property name="width_chars">-1</property>
  361.       <property name="single_line_mode">False</property>
  362.       <property name="angle">0</property>
  363.     </widget>
  364.     <packing>
  365.       <property name="type">tab</property>
  366.     </packing>
  367.       </child>
  368.     </widget>
  369.   </child>
  370. </widget>
  371.  
  372. </glade-interface>
  373.