home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _e441f10730da0d737ba10f3c6f2e1a78 < prev    next >
Text File  |  2000-03-23  |  16KB  |  324 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Checkbutton - Create and manipulate Checkbutton widgets</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::Checkbutton - Create and manipulate Checkbutton widgets</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  25.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  28.     <LI><A HREF="#bindings">BINDINGS</A></LI>
  29.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  30. </UL>
  31. <!-- INDEX END -->
  32.  
  33. <HR>
  34. <P>
  35. <H1><A NAME="name">NAME</A></H1>
  36. <P>Tk::Checkbutton - Create and manipulate Checkbutton widgets</P>
  37. <P>
  38. <HR>
  39. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  40. <UL>
  41. <LI>Linux</LI>
  42. <LI>Solaris</LI>
  43. <LI>Windows</LI>
  44. </UL>
  45. <HR>
  46. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  47. <P><EM>$checkbutton</EM> = <EM>$parent</EM>-><STRONG>Checkbutton</STRONG>(?<EM>options</EM>?);</P>
  48. <P>
  49. <HR>
  50. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  51. <P><TABLE CELLSPACING=0 CELLPADDING=0><TR><TD><STRONG>-activebackground</STRONG><TD><STRONG>-cursor</STRONG><TD><STRONG>-highlightthickness</STRONG><TD><STRONG>-takefocus</STRONG>
  52. <TR><TD><STRONG>-activeforeground</STRONG><TD><STRONG>-disabledforeground</STRONG><TD><STRONG>-image</STRONG><TD><STRONG>-text</STRONG>
  53. <TR><TD><STRONG>-anchor</STRONG><TD><STRONG>-font</STRONG><TD><STRONG>-justify</STRONG><TD><STRONG>-textvariable</STRONG>
  54. <TR><TD><STRONG>-background</STRONG><TD><STRONG>-foreground</STRONG><TD><STRONG>-padx</STRONG><TD><STRONG>-underline</STRONG>
  55. <TR><TD><STRONG>-bitmap</STRONG><TD><STRONG>-highlightbackground</STRONG><TD><STRONG>-pady</STRONG><TD><STRONG>-wraplength</STRONG>
  56. <TR><TD><STRONG>-borderwidth</STRONG><TD><STRONG>-highlightcolor</STRONG><TD><STRONG>-relief</STRONG></TABLE></P>
  57. <P>See <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for details of the standard options.</P>
  58. <P>
  59. <HR>
  60. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  61. <DL>
  62. <DT><STRONG><A NAME="item_Name%3A_command">Name:    <STRONG>command</STRONG></A></STRONG><BR>
  63. <DD>
  64. <DT><STRONG><A NAME="item_Class%3A_Command">Class:    <STRONG>Command</STRONG></A></STRONG><BR>
  65. <DD>
  66. <DT><STRONG><A NAME="item_Switch%3A_%2Dcommand">Switch:    <STRONG>-command</STRONG></A></STRONG><BR>
  67. <DD>
  68. Specifies a <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callback</A> to associate with the button.  This command
  69. is typically invoked when mouse button 1 is released over the button
  70. window.  The button's global variable (<STRONG>-variable</STRONG> option) will
  71. be updated before the command is invoked.
  72. <P></P>
  73. <DT><STRONG><A NAME="item_Name%3A_height">Name:    <STRONG>height</STRONG></A></STRONG><BR>
  74. <DD>
  75. <DT><STRONG><A NAME="item_Class%3A_Height">Class:    <STRONG>Height</STRONG></A></STRONG><BR>
  76. <DD>
  77. <DT><STRONG><A NAME="item_Switch%3A_%2Dheight">Switch:    <STRONG>-height</STRONG></A></STRONG><BR>
  78. <DD>
  79. Specifies a desired height for the button.
  80. If an image or bitmap is being displayed in the button then the value is in
  81. screen units (i.e. any of the forms acceptable to <STRONG>Tk_GetPixels</STRONG>);
  82. for text it is in lines of text.
  83. If this option isn't specified, the button's desired height is computed
  84. from the size of the image or bitmap or text being displayed in it.
  85. <P></P>
  86. <DT><STRONG><A NAME="item_Name%3A_indicatorOn">Name:    <STRONG>indicatorOn</STRONG></A></STRONG><BR>
  87. <DD>
  88. <DT><STRONG><A NAME="item_Class%3A_IndicatorOn">Class:    <STRONG>IndicatorOn</STRONG></A></STRONG><BR>
  89. <DD>
  90. <DT><STRONG><A NAME="item_Switch%3A_%2Dindicatoron">Switch:    <STRONG>-indicatoron</STRONG></A></STRONG><BR>
  91. <DD>
  92. Specifies whether or not the indicator should be drawn.  Must be a
  93. proper boolean value.  If false, the <STRONG>relief</STRONG> option is
  94. ignored and the widget's relief is always sunken if the widget is
  95. selected and raised otherwise.
  96. <P></P>
  97. <DT><STRONG><A NAME="item_Name%3A_offValue">Name:    <STRONG>offValue</STRONG></A></STRONG><BR>
  98. <DD>
  99. <DT><STRONG><A NAME="item_Class%3A_Value">Class:    <STRONG>Value</STRONG></A></STRONG><BR>
  100. <DD>
  101. <DT><STRONG><A NAME="item_Switch%3A_%2Doffvalue">Switch:    <STRONG>-offvalue</STRONG></A></STRONG><BR>
  102. <DD>
  103. Specifies value to store in the button's associated variable whenever
  104. this button is deselected.  Defaults to ``0''.
  105. <P></P>
  106. <DT><STRONG><A NAME="item_Name%3A_onValue">Name:    <STRONG>onValue</STRONG></A></STRONG><BR>
  107. <DD>
  108. <DT><STRONG>Class:    <STRONG>Value</STRONG></STRONG><BR>
  109. <DD>
  110. <DT><STRONG><A NAME="item_Switch%3A_%2Donvalue">Switch:    <STRONG>-onvalue</STRONG></A></STRONG><BR>
  111. <DD>
  112. Specifies value to store in the button's associated variable whenever
  113. this button is selected.  Defaults to ``1''.
  114. <P></P>
  115. <DT><STRONG><A NAME="item_Name%3A_selectColor">Name:    <STRONG>selectColor</STRONG></A></STRONG><BR>
  116. <DD>
  117. <DT><STRONG><A NAME="item_Class%3A_Background">Class:    <STRONG>Background</STRONG></A></STRONG><BR>
  118. <DD>
  119. <DT><STRONG><A NAME="item_Switch%3A_%2Dselectcolor">Switch:    <STRONG>-selectcolor</STRONG></A></STRONG><BR>
  120. <DD>
  121. Specifies a background color to use when the button is selected.
  122. If <STRONG>indicatorOn</STRONG> is true then the color applies to the indicator.
  123. Under Windows, this color is used as the background for the indicator
  124. regardless of the select state.
  125. If <STRONG>indicatorOn</STRONG> is false, this color is used as the background
  126. for the entire widget, in place of <STRONG>background</STRONG> or <STRONG>activeBackground</STRONG>,
  127. whenever the widget is selected.
  128. If specified as an empty string then no special color is used for
  129. displaying when the widget is selected.
  130. <P></P>
  131. <DT><STRONG><A NAME="item_Name%3A_selectImage">Name:    <STRONG>selectImage</STRONG></A></STRONG><BR>
  132. <DD>
  133. <DT><STRONG><A NAME="item_Class%3A_SelectImage">Class:    <STRONG>SelectImage</STRONG></A></STRONG><BR>
  134. <DD>
  135. <DT><STRONG><A NAME="item_Switch%3A_%2Dselectimage">Switch:    <STRONG>-selectimage</STRONG></A></STRONG><BR>
  136. <DD>
  137. Specifies an image to display (in place of the <STRONG>image</STRONG> option)
  138. when the checkbutton is selected.
  139. This option is ignored unless the <STRONG>image</STRONG> option has been
  140. specified.
  141. <P></P>
  142. <DT><STRONG><A NAME="item_Name%3A_state">Name:    <STRONG>state</STRONG></A></STRONG><BR>
  143. <DD>
  144. <DT><STRONG><A NAME="item_Class%3A_State">Class:    <STRONG>State</STRONG></A></STRONG><BR>
  145. <DD>
  146. <DT><STRONG><A NAME="item_Switch%3A_%2Dstate">Switch:    <STRONG>-state</STRONG></A></STRONG><BR>
  147. <DD>
  148. Specifies one of three states for the checkbutton:  <STRONG>normal</STRONG>, <STRONG>active</STRONG>,
  149. or <STRONG>disabled</STRONG>.  In normal state the checkbutton is displayed using the
  150. <STRONG>foreground</STRONG> and <STRONG>background</STRONG> options.  The active state is
  151. typically used when the pointer is over the checkbutton.  In active state
  152. the checkbutton is displayed using the <STRONG>activeForeground</STRONG> and
  153. <STRONG>activeBackground</STRONG> options.  Disabled state means that the checkbutton
  154. should be insensitive:  the default bindings will refuse to activate
  155. the widget and will ignore mouse button presses.
  156. In this state the <STRONG>disabledForeground</STRONG> and
  157. <STRONG>background</STRONG> options determine how the checkbutton is displayed.
  158. <P></P>
  159. <DT><STRONG><A NAME="item_Name%3A_variable">Name:    <STRONG>variable</STRONG></A></STRONG><BR>
  160. <DD>
  161. <DT><STRONG><A NAME="item_Class%3A_Variable">Class:    <STRONG>Variable</STRONG></A></STRONG><BR>
  162. <DD>
  163. <DT><STRONG><A NAME="item_Switch%3A_%2Dvariable">Switch:    <STRONG>-variable</STRONG></A></STRONG><BR>
  164. <DD>
  165. Specifies reference to a variable to set to indicate whether
  166. or not this button is selected.  Defaults to <CODE>\$widget->{'Value'}</CODE>
  167. member of the widget's hash. In general perl variables are <A HREF="../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> unless
  168. specifically initialized which will not match either default <STRONG>-onvalue</STRONG> or
  169. deafult <STRONG>-offvalue</STRONG>.
  170. <P></P>
  171. <DT><STRONG><A NAME="item_Name%3A_width">Name:    <STRONG>width</STRONG></A></STRONG><BR>
  172. <DD>
  173. <DT><STRONG><A NAME="item_Class%3A_Width">Class:    <STRONG>Width</STRONG></A></STRONG><BR>
  174. <DD>
  175. <DT><STRONG><A NAME="item_Switch%3A_%2Dwidth">Switch:    <STRONG>-width</STRONG></A></STRONG><BR>
  176. <DD>
  177. Specifies a desired width for the button.
  178. If an image or bitmap is being displayed in the button then the value is in
  179. screen units (i.e. any of the forms acceptable to <STRONG>Tk_GetPixels</STRONG>);
  180. for text it is in characters.
  181. If this option isn't specified, the button's desired width is computed
  182. from the size of the image or bitmap or text being displayed in it.
  183. <P></P></DL>
  184. <P>
  185. <HR>
  186. <H1><A NAME="description">DESCRIPTION</A></H1>
  187. <P>The <STRONG>Checkbutton</STRONG> method creates a new window (given by the
  188. $widget argument) and makes it into a checkbutton widget.
  189. Additional
  190. options, described above, may be specified on the command line
  191. or in the option database
  192. to configure aspects of the checkbutton such as its colors, font,
  193. text, and initial relief.  The <STRONG>checkbutton</STRONG> command returns its
  194. $widget argument.  At the time this command is invoked,
  195. there must not exist a window named $widget, but
  196. $widget's parent must exist.</P>
  197. <P>A checkbutton is a widget
  198. that displays a textual string, bitmap or image
  199. and a square called an <EM>indicator</EM>.
  200. If text is displayed, it must all be in a single font, but it
  201. can occupy multiple lines on the screen (if it contains newlines
  202. or if wrapping occurs because of the <STRONG>wrapLength</STRONG> option) and
  203. one of the characters may optionally be underlined using the
  204. <STRONG>underline</STRONG> option.
  205. A checkbutton has
  206. all of the behavior of a simple button, including the
  207. following: it can display itself in either of three different
  208. ways, according to the <STRONG>state</STRONG> option;
  209. it can be made to appear
  210. raised, sunken, or flat; it can be made to flash; and it invokes
  211. a <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callback</A> whenever mouse button 1 is clicked over the
  212. checkbutton.</P>
  213. <P>In addition, checkbuttons can be <EM>selected</EM>.
  214. If a checkbutton is selected then the indicator is normally
  215. drawn with a selected appearance, and
  216. a Tcl variable associated with the checkbutton is set to a particular
  217. value (normally 1).
  218. Under Unix, the indicator is drawn with a sunken relief and a special
  219. color.  Under Windows, the indicator is drawn with a check mark inside.
  220. If the checkbutton is not selected, then the indicator is drawn with a
  221. deselected appearance, and the associated variable is
  222. set to a different value (typically 0).
  223. Under Unix, the indicator is drawn with a raised relief and no special
  224. color.  Under Windows, the indicator is drawn without a check mark inside.
  225. By default, the name of the variable associated with a checkbutton is the
  226. same as the <EM>name</EM> used to create the checkbutton.
  227. The variable name, and the ``on'' and ``off'' values stored in it,
  228. may be modified with options on the command line or in the option
  229. database.
  230. Configuration options may also be used to modify the way the
  231. indicator is displayed (or whether it is displayed at all).
  232. By default a checkbutton is configured to select and deselect
  233. itself on alternate button clicks.
  234. In addition, each checkbutton monitors its associated variable and
  235. automatically selects and deselects itself when the variables value
  236. changes to and from the button's ``on'' value.</P>
  237. <P>
  238. <HR>
  239. <H1><A NAME="widget methods">WIDGET METHODS</A></H1>
  240. <P>The <STRONG>Checkbutton</STRONG> method creates a widget object.
  241. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  242. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  243. modify the options described above.
  244. The widget also inherits all the methods provided by the generic
  245. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class.</P>
  246. <P>The following additional methods are available for checkbutton widgets:</P>
  247. <DL>
  248. <DT><STRONG><A NAME="item_deselect"><EM>$checkbutton</EM>-><STRONG>deselect</STRONG></A></STRONG><BR>
  249. <DD>
  250. Deselects the checkbutton and sets the associated variable to its ``off''
  251. value.
  252. <P></P>
  253. <DT><STRONG><A NAME="item_flash"><EM>$checkbutton</EM>-><STRONG>flash</STRONG></A></STRONG><BR>
  254. <DD>
  255. Flashes the checkbutton.  This is accomplished by redisplaying the checkbutton
  256. several times, alternating between active and normal colors.  At
  257. the end of the flash the checkbutton is left in the same normal/active
  258. state as when the command was invoked.
  259. This command is ignored if the checkbutton's state is <STRONG>disabled</STRONG>.
  260. <P></P>
  261. <DT><STRONG><A NAME="item_invoke"><EM>$checkbutton</EM>-><STRONG>invoke</STRONG></A></STRONG><BR>
  262. <DD>
  263. Does just what would have happened if the user invoked the checkbutton
  264. with the mouse: toggle the selection state of the button and invoke
  265. the <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callback</A> associated with the checkbutton, if there is one.
  266. The return value is the return value from the <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callback</A>, or an
  267. empty string if there is no command associated with the checkbutton.
  268. This command is ignored if the checkbutton's state is <STRONG>disabled</STRONG>.
  269. <P></P>
  270. <DT><STRONG><A NAME="item_select"><EM>$checkbutton</EM>-><STRONG>select</STRONG></A></STRONG><BR>
  271. <DD>
  272. Selects the checkbutton and sets the associated variable to its ``on''
  273. value.
  274. <P></P>
  275. <DT><STRONG><A NAME="item_toggle"><EM>$checkbutton</EM>-><STRONG>toggle</STRONG></A></STRONG><BR>
  276. <DD>
  277. Toggles the selection state of the button, redisplaying it and
  278. modifying its associated variable to reflect the new state.
  279. <P></P></DL>
  280. <P>
  281. <HR>
  282. <H1><A NAME="bindings">BINDINGS</A></H1>
  283. <P>Tk automatically creates class bindings for checkbuttons that give them
  284. the following default behavior:</P>
  285. <DL>
  286. <DT><STRONG><A NAME="item_%5B1%5D">[1]</A></STRONG><BR>
  287. <DD>
  288. On Unix systems, a checkbutton activates whenever the mouse passes
  289. over it and deactivates whenever the mouse leaves the checkbutton.  On
  290. Mac and Windows systems, when mouse button 1 is pressed over a
  291. checkbutton, the button activates whenever the mouse pointer is inside
  292. the button, and deactivates whenever the mouse pointer leaves the
  293. button.
  294. <P></P>
  295. <DT><STRONG><A NAME="item_%5B2%5D">[2]</A></STRONG><BR>
  296. <DD>
  297. When mouse button 1 is pressed over a checkbutton, it is invoked (its
  298. selection state toggles and the command associated with the button is
  299. invoked, if there is one).
  300. <P></P>
  301. <DT><STRONG><A NAME="item_%5B3%5D">[3]</A></STRONG><BR>
  302. <DD>
  303. When a checkbutton has the input focus, the space key causes the checkbutton
  304. to be invoked.  Under Windows, there are additional key bindings; plus
  305. (+) and equal (=) select the button, and minus (-) deselects the button.
  306. <P>If the checkbutton's state is <STRONG>disabled</STRONG> then none of the above
  307. actions occur:  the checkbutton is completely non-responsive.</P>
  308. <P>The behavior of checkbuttons can be changed by defining new bindings for
  309. individual widgets or by redefining the class bindings.</P>
  310. <P></P></DL>
  311. <P>
  312. <HR>
  313. <H1><A NAME="keywords">KEYWORDS</A></H1>
  314. <P>checkbutton, widget</P>
  315. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  316. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  317. <STRONG><P CLASS=block> Tk::Checkbutton - Create and manipulate Checkbutton widgets</P></STRONG>
  318. </TD></TR>
  319. </TABLE>
  320.  
  321. </BODY>
  322.  
  323. </HTML>
  324.