Changeset 6a71c15effea8fcae2dce0bab76ff84d8bb9eca1

Show
Ignore:
Timestamp:
06/10/08 22:40:18 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
f57bb4a0103346bdff2bb62c2c3de9f61ad27396
Parents:
23e5b556a31ce05f094b0b391fd9b9b3eb662118
git-committer:
Lincoln de Sousa <lincoln@…> (06/10/08 22:40:18)
Message:

hiding tabs and notbook border, fixing button position and

naming and adding the new tabbar

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • data/guake.glade

    r9113d0e r6a71c15  
    1919            <property name="has_focus">True</property> 
    2020            <property name="tab_pos">GTK_POS_BOTTOM</property> 
    21             <property name="scrollable">True</property> 
     21            <property name="show_tabs">False</property> 
     22            <property name="show_border">False</property> 
    2223            <property name="enable_popup">True</property> 
     24            <signal name="switch_page" handler="select_current_tab"/> 
    2325          </widget> 
    2426        </child> 
    2527        <child> 
    2628          <widget class="GtkHBox" id="toolbar"> 
    27             <property name="height_request">22</property> 
    2829            <property name="visible">True</property> 
    2930            <child> 
    30               <widget class="GtkHBox" id="hbox3"> 
     31              <widget class="GtkImage" id="image1"> 
    3132                <property name="visible">True</property> 
     33                <property name="stock">gtk-missing-image</property> 
     34              </widget> 
     35              <packing> 
     36                <property name="expand">False</property> 
     37                <property name="fill">False</property> 
     38                <property name="padding">6</property> 
     39              </packing> 
     40            </child> 
     41            <child> 
     42              <widget class="GtkHBox" id="hbox-tabs"> 
     43                <property name="visible">True</property> 
     44              </widget> 
     45              <packing> 
     46                <property name="position">1</property> 
     47              </packing> 
     48            </child> 
     49            <child> 
     50              <widget class="GtkButton" id="button1"> 
     51                <property name="visible">True</property> 
     52                <property name="can_focus">True</property> 
     53                <property name="receives_default">True</property> 
     54                <property name="tooltip" translatable="yes">Add a new tab</property> 
     55                <property name="relief">GTK_RELIEF_NONE</property> 
     56                <property name="response_id">0</property> 
     57                <signal name="clicked" handler="on_add_button_clicked"/> 
    3258                <child> 
    33                   <widget class="GtkImage" id="image1"> 
    34                     <property name="width_request">28</property> 
     59                  <widget class="GtkImage" id="image2"> 
    3560                    <property name="visible">True</property> 
    3661                    <property name="stock">gtk-missing-image</property> 
    3762                  </widget> 
    38                   <packing> 
    39                     <property name="expand">False</property> 
    40                     <property name="fill">False</property> 
    41                   </packing> 
    42                 </child> 
    43                 <child> 
    44                   <widget class="GtkLabel" id="label3"> 
    45                     <property name="label" translatable="yes">Guake!</property> 
    46                     <property name="use_markup">True</property> 
    47                   </widget> 
    48                   <packing> 
    49                     <property name="expand">False</property> 
    50                     <property name="fill">False</property> 
    51                     <property name="position">1</property> 
    52                   </packing> 
    5363                </child> 
    5464              </widget> 
    5565              <packing> 
    5666                <property name="expand">False</property> 
    57                 <property name="fill">False</property> 
    58               </packing> 
    59             </child> 
    60             <child> 
    61               <widget class="GtkHButtonBox" id="hbuttonbox1"> 
    62                 <property name="visible">True</property> 
    63                 <property name="layout_style">GTK_BUTTONBOX_END</property> 
    64                 <child> 
    65                   <widget class="GtkButton" id="add-button"> 
    66                     <property name="visible">True</property> 
    67                     <property name="response_id">0</property> 
    68                     <signal name="clicked" handler="on_add_button_clicked"/> 
    69                     <child> 
    70                       <widget class="GtkHBox" id="hbox4"> 
    71                         <property name="visible">True</property> 
    72                         <child> 
    73                           <widget class="GtkImage" id="image2"> 
    74                             <property name="visible">True</property> 
    75                             <property name="stock">gtk-missing-image</property> 
    76                             <property name="icon_size">1</property> 
    77                           </widget> 
    78                         </child> 
    79                         <child> 
    80                           <widget class="GtkLabel" id="label2"> 
    81                             <property name="visible">True</property> 
    82                             <property name="label" translatable="yes">New Tab</property> 
    83                             <property name="use_markup">True</property> 
    84                           </widget> 
    85                           <packing> 
    86                             <property name="position">1</property> 
    87                           </packing> 
    88                         </child> 
    89                       </widget> 
    90                     </child> 
    91                   </widget> 
    92                 </child> 
    93               </widget> 
    94               <packing> 
    95                 <property name="position">1</property> 
     67                <property name="position">2</property> 
    9668              </packing> 
    9769            </child>