mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 08:21:10 +00:00
7c63e051fd
Now that we are doing our own paintable management, we can more easily transition to doing our own event management with the Legacy event controller (which, despite the name, really just allows us to get more direct GdkEvent for processing). Additionally, this adds support for scroll events to the guest.
7 lines
176 B
XML
7 lines
176 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="MksDisplay" parent="GtkWidget">
|
|
<property name="focusable">true</property>
|
|
</template>
|
|
</interface>
|