class Iup::Fill
Dynamically fills empty space. Its parent must be an HBox
or VBox
.
Attributes¶ ↑
Public Class Methods
new()
click to toggle source
Creates an instance of Fill
. Note that attributes must be set separately, not through a block.
# File lib/wrapped/fill.rb, line 17 def initialize @handle = IupLib.IupFill end