Widget/Label

From Gui

< Widget(Difference between revisions)
(Values for align)
(HTML LABEL)
 
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.
-
== Properties ==
+
http://drupal.org/node/572134
-
 
+
http://technicaldotcom.blogspot.com/2008/12/table-of-contents-widget-label-sort.html
-
* id
+
http://www.en8848.com.cn/Reilly%20Books/perl3/tk/ch05_01.htm
-
* for (default to none)
+
http://www.tcl.tk/man/tcl/TkCmd/ttk_label.htm
-
* align (should default to system default)
+
http://www.way2blogging.org/2010/06/flash-animated-label-cloud-widget-for.html
-
** left
+
http://www.sletoh.com/widget.html
-
** right
+
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Label.html
-
** center
+
http://www.bin-co.com/perl/perl_tk_tutorial/widgets1.php
-
** justify
+
-
* wrap (default to true)
+
-
 
+
-
==== One of ====
+
-
* text
+
-
* image
+
== 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.
Personal tools