guake-guake/data/guake.glade
2008-04-21 21:48:27 -03:00

192 lines
8.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
<widget class="GtkWindow" id="window-root">
<property name="has_focus">True</property>
<property name="title" translatable="yes">Guake!</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="urgency_hint">True</property>
<property name="decorated">False</property>
<property name="gravity">GDK_GRAVITY_STATIC</property>
<child>
<widget class="GtkVBox" id="mainframe">
<property name="visible">True</property>
<child>
<widget class="GtkNotebook" id="notebook-teminals">
<property name="visible">True</property>
<property name="has_focus">True</property>
<property name="tab_pos">GTK_POS_BOTTOM</property>
<property name="scrollable">True</property>
<property name="enable_popup">True</property>
</widget>
</child>
<child>
<widget class="GtkHBox" id="toolbar">
<property name="height_request">22</property>
<property name="visible">True</property>
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
<widget class="GtkImage" id="image1">
<property name="width_request">28</property>
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label3">
<property name="label" translatable="yes">Guake 0.0.1alpha</property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="add-button">
<property name="visible">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_add_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox4">
<property name="visible">True</property>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
<property name="icon_size">1</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label" translatable="yes">New Tab</property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkMenu" id="tray-menu">
<property name="visible">True</property>
<child>
<widget class="GtkImageMenuItem" id="prefs-menuitem">
<property name="visible">True</property>
<property name="label">gtk-preferences</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_prefs_menuitem_activate"/>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="about-menuitem">
<property name="visible">True</property>
<property name="label">gtk-about</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_about_menuitem_activate"/>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="quit-menuitem">
<property name="visible">True</property>
<property name="label">gtk-quit</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="gtk_main_quit"/>
</widget>
</child>
</widget>
<widget class="GtkMenu" id="context-menu">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<child>
<widget class="GtkImageMenuItem" id="context_preferences">
<property name="visible">True</property>
<property name="label">gtk-preferences</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_context_preferences_activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separador1">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="context_copy">
<property name="visible">True</property>
<property name="label">gtk-copy</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_context_copy_activate"/>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="context_paste">
<property name="visible">True</property>
<property name="label">gtk-paste</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_context_paste_activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separador2">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="context_close">
<property name="visible">True</property>
<property name="label">gtk-quit</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_context_close_activate"/>
</widget>
</child>
</widget>
</glade-interface>