class Iup::Fill
Dynamically fills empty space. Its parent must be an HBox or VBox.
Attributes
returns position in pixels within client window as “x,y”.
Size of the widget, in pixels, value as “widthxheight”.
Public Class Methods
Source
# File lib/wrapped/fill.rb, line 9 def initialize @handle = IupLib.IupFill end
Creates a new instance. Note that attributes must be set separately, not through a block.