mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-26 02:28:39 +00:00
Require an accel group for full-screen menu
Bump Gtk depedency to 2.18, since we already use symbols from it.
This commit is contained in:
parent
ce726a9a4d
commit
2601ba1150
@ -13,7 +13,7 @@ AM_SILENT_RULES([yes])
|
||||
GMODULE2_REQUIRED=2.12.0
|
||||
LIBXML2_REQUIRED="2.6.0"
|
||||
LIBVIRT_REQUIRED="0.6.0"
|
||||
GTK2_REQUIRED="2.12.0"
|
||||
GTK2_REQUIRED="2.18.0"
|
||||
GTK3_REQUIRED="3.0"
|
||||
GTK_VNC1_REQUIRED="0.3.8"
|
||||
GTK_VNC2_REQUIRED="0.4.0"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 2.6 -->
|
||||
<object class="GtkAccelGroup" id="accelgroup"/>
|
||||
<object class="GtkWindow" id="viewer">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="default_width">400</property>
|
||||
@ -25,6 +26,7 @@
|
||||
<object class="GtkMenu" id="menu1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="accel_group">accelgroup</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="menu-file-screenshot">
|
||||
<property name="visible">True</property>
|
||||
@ -79,6 +81,7 @@
|
||||
<object class="GtkMenu" id="menu2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="accel_group">accelgroup</property>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="menu-view-fullscreen">
|
||||
<property name="visible">True</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user