|
|
A gtk.Requisition
holds the information about the desired space requirements (width and
height) of a widget. A gtk.Requisition
object has width
and height
attributes
that can be read and written.
There appears to be no way to create or use a gtk.Requisition
in PyGTK other than as an argument in the handler for the gtk.Widget
"size-request" signal.
def copy()
Returns : | a copy of the gtk.Requisition |
The copy
() method returns a copy of the
gtk.Requisition
.
def free()
This method is deprecated and should not be used since it can crash your application.
The free
() method frees the resources
allocated to the gtk.Requisition
.
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.