mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-02-09 21:11:26 +00:00
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>
|