Gnome::Gtk4::WindowHandle
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Description
Gnome::Gtk4::WindowHandle is a titlebar area widget.
When added into a window, it can be dragged to move the window, and handles right click, double click and middle click as expected of a titlebar.
CSS nodes
Gnome::Gtk4::WindowHandle has a single CSS node with the name windowhandle.
Accessibility
Until GTK 4.10, Gnome::Gtk4::WindowHandle used the GTK_ACCESSIBLE_ROLE_GROUP role.
Starting from GTK 4.12, Gnome::Gtk4::WindowHandle uses the GTK_ACCESSIBLE_ROLE_GENERIC role.
Uml Diagram
=end rakudoc
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Class initialization
new
:native-object
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
=end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
new-windowhandle
Creates a new Gnome::Gtk4::WindowHandle.
method new-windowhandle ( --> Gnome::Gtk4::WindowHandle )
=end rakudoc
#------------------------------------------------------------------------------- #--[Methods]-------------------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Methods =end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
get-child
Gets the child widget of $self.
method get-child (--> N-Object )
Return value; the child widget of $self.
=end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
set-child
Sets the child widget of $self.
method set-child ( N-Object() $child )
$child; the child widget.
=end rakudoc