mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-21 19:11:02 +00:00
gtk4: Add missing interfaces to the widget
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1904>
This commit is contained in:
parent
f4b93dc0fb
commit
76282cd385
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ mod imp;
|
|||
|
||||
/// Use a simple container widget to automatically pass the window size to gtk4paintablesink.
|
||||
glib::wrapper! {
|
||||
pub struct RenderWidget(ObjectSubclass<imp::RenderWidget>) @extends gtk::Widget;
|
||||
pub struct RenderWidget(ObjectSubclass<imp::RenderWidget>) @extends gtk::Widget, @implements gtk::Accessible, gtk::Buildable, gtk::ConstraintTarget;
|
||||
}
|
||||
|
||||
impl RenderWidget {
|
||||
|
|
Loading…
Reference in a new issue