[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rgui-dev] Form vs. Function
From: |
Tom Sawyer |
Subject: |
[rgui-dev] Form vs. Function |
Date: |
01 Sep 2002 02:07:16 -0600 |
in light of massimilino's idea i have taken an initial stab at the
"Classes of Widgetability". forgive the silly overuse of -able :) so,
what have i missed? are there otherway to categorize this?
Editable
text entry
Examples:
Gtk::Entry
Gtk::Text
Selectable
select from a list.
(note: could have multiple columns)
Examples:
Gtk::List (w/ singal selection)
Gtk::Combo (w/ read only)
GUtopIa::RadioBox
Multi-Selectable
select a number of possibilites from a list
(note: could have multiple columns)
Examples:
Gtk::List (w/ multi selection)
GUtopIa::CheckBox
Editable & Selectable
can be selected from list and/or edited
Examples:
Gtk::Combo
Switchable
on/off, true/false binary input
Examples:
Gtk::Check
Rangeable
specific means for inputing a numerical value within a range
Examples:
Gtk::ScrollBar
Sectionable
provides seperate areas of layout
Examples:
Gtk::Window
Gtk::Notebook
signature.asc
Description: This is a digitally signed message part
- [rgui-dev] Form vs. Function,
Tom Sawyer <=