1. Computing

Text and Paragraphs

By , About.com Guide

1 of 4

A Paragraph
Text and Paragraphs

Since the Shoes GUI is so heavily inspired by the World Wide Web and HTML, it provides a good selection of elements with which you can display text. For all of these types of text, the para method can be used to create the container .

Shoes.app :width => 400, :height => 340 do
  para "This is a paragraph"
end
  1. About.com
  2. Computing
  3. Ruby
  4. Graphical User Interfaces
  5. Shoes
  6. Text and Paragraphs

©2013 About.com. All rights reserved.