mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
remove context menus from the glade file since the are edited in code anyways rewrite the contextmenus to support per terminal menus remove fullscreen logic from guake_app (to Fullscreenmanager in utils) remove proxy code since it was diabled since the gtk3 port and needs to be ported but there also no issues on GH currently move dialogs to dialogs.py move a lot of code (menus, dialogs, customcommands, themes) to its own files move terminal related code (like init) to the terminal class remove a bunch of dead code mark some methods as keybindings/dbusinterface only
79 lines
3.2 KiB
XML
79 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.18.3 -->
|
|
<interface domain="guake">
|
|
<requires lib="gtk+" version="3.10"/>
|
|
<object class="GtkMenu" id="tray-menu">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkImageMenuItem" id="prefs-menuitem">
|
|
<property name="label">gtk-preferences</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="show_prefs" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImageMenuItem" id="about-menuitem">
|
|
<property name="label">gtk-about</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="show_about" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSeparatorMenuItem" id="separador-mmenu">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImageMenuItem" id="quit-menuitem">
|
|
<property name="label" translatable="yes">Quit</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use_stock">False</property>
|
|
<signal name="activate" handler="accel_quit" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkWindow" id="window-root">
|
|
<property name="can_focus">False</property>
|
|
<property name="has_focus">True</property>
|
|
<property name="title" translatable="yes">Guake!</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>
|
|
<child>
|
|
<object class="GtkBox" id="mainframe">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkNotebook" id="notebook-teminals">
|
|
<property name="name">notebook-teminals</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="has_focus">True</property>
|
|
<property name="is_focus">True</property>
|
|
<property name="tab_pos">bottom</property>
|
|
<property name="show_tabs">False</property>
|
|
<property name="show_border">False</property>
|
|
<property name="enable_popup">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|