class Iup::Fill

Dynamically fills empty space. Its parent must be an HBox or VBox.

Attributes

expand

read-only, 'horizontal' if in an HBox, or 'vertical' if in a VBox.

position

read-only returns position in pixels within client window as “x,y”.

rastersize

Size of the widget, in pixels, value as “widthxheight”.

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