Widget/Label
From Gui
< Widget(Difference between revisions)
(Document Tk difference) |
(HTML LABEL) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
A label is a widget that displays text or an image to the user. It is often associated with another widget that it describes. | A label is a widget that displays text or an image to the user. It is often associated with another widget that it describes. | ||
- | + | http://drupal.org/node/572134 | |
- | + | http://technicaldotcom.blogspot.com/2008/12/table-of-contents-widget-label-sort.html | |
- | + | http://www.en8848.com.cn/Reilly%20Books/perl3/tk/ch05_01.htm | |
- | + | http://www.tcl.tk/man/tcl/TkCmd/ttk_label.htm | |
- | + | http://www.way2blogging.org/2010/06/flash-animated-label-cloud-widget-for.html | |
- | + | http://www.sletoh.com/widget.html | |
- | + | http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Label.html | |
- | + | http://www.bin-co.com/perl/perl_tk_tutorial/widgets1.php | |
- | + | ||
== Events == | == Events == |
Current revision as of 17:00, 20 June 2011
A label is a widget that displays text or an image to the user. It is often associated with another widget that it describes.
http://drupal.org/node/572134 http://technicaldotcom.blogspot.com/2008/12/table-of-contents-widget-label-sort.html http://www.en8848.com.cn/Reilly%20Books/perl3/tk/ch05_01.htm http://www.tcl.tk/man/tcl/TkCmd/ttk_label.htm http://www.way2blogging.org/2010/06/flash-animated-label-cloud-widget-for.html http://www.sletoh.com/widget.html http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Label.html http://www.bin-co.com/perl/perl_tk_tutorial/widgets1.php
[edit] Events
[edit] Toolkits That Differ
- Tk does not have a "for" attribute. Instead, some widgets have a "text" attribute.