class Iup::Frame

A frame contains a child widget and displays it with a border. Optionally, the frame can have a text title.

Example

Example placing a text label on widgets placed into a HBox:

Iup::Frame.new(hbox) do |f|
  f.title = 'ALIGNMENT=ALEFT, GAP=10'
end