Class
WPEPlatformToplevel
[−]
Description
class WPEPlatform.Toplevel : GObject.Object {
parent_instance: GObject,
priv: WPEToplevelPrivate*
}
No description available.
[−]
Instance methods
wpe_toplevel_get_preferred_dma_buf_formats
Get the list of preferred DMA-BUF buffer formats for toplevel
.
wpe_toplevel_maximize
Request that the toplevel
is maximized. If the toplevel is already maximized this function
does nothing.
wpe_toplevel_preferred_dma_buf_formats_changed
Notify that toplevel
preferred DMA-BUF formats have changed.
wpe_toplevel_unmaximize
Request that the toplevel
is unmaximized. If the toplevel is not maximized this function
does nothing.
[+]
Class structure
[−]
Virtual methods
WPEPlatform.ToplevelClass.get_max_views
Get the maximum number of WPEView
that toplevel
can contain.
WPEPlatform.ToplevelClass.get_preferred_dma_buf_formats
Get the list of preferred DMA-BUF buffer formats for toplevel
.