logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

X11::XCB::Rect - represents a rectangle

Contents

Name

       X11::XCB::Rect - represents a rectangle

Synopsis

         my $rect = X11::XCB::Rect->new(x => 0, y => 0, width => 300, height => 400);

       But in most cases, you should be able to coerce a rect from an arrayref:

         my $window = $x->root->create_child(
           rect => [0, 0, 300, 300],
           class => WINDOW_CLASS_INPUT_OUTPUT,
         );

perl v5.40.0                                       2024-10-20                                X11::XCB::Rect(3pm)

See Also