~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to pod/Checkbutton.pod

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
=head1 STANDARD OPTIONS
19
19
 
20
 
B<-activebackground>    B<-cursor>      B<-highlightthickness>  B<-takefocus>
21
 
B<-activeforeground>    B<-disabledforeground>  B<-image>       B<-text>
22
 
B<-anchor>      B<-font>        B<-justify>     B<-textvariable>
23
 
B<-background>  B<-foreground>  B<-padx>        B<-underline>
24
 
B<-bitmap>      B<-highlightbackground> B<-pady>        B<-wraplength>
25
 
B<-borderwidth> B<-highlightcolor>      B<-relief>
26
 
 
 
20
B<-activebackground>
 
21
B<-activeforeground>
 
22
B<-anchor>
 
23
B<-background>
 
24
B<-bitmap>
 
25
B<-borderwidth>
 
26
B<-compound>
 
27
B<-cursor>
 
28
B<-disabledforeground>
 
29
B<-font>
 
30
B<-foreground>
 
31
B<-highlightbackground>
 
32
B<-highlightcolor>
 
33
B<-highlightthickness>
 
34
B<-image>
 
35
B<-justify>
 
36
B<-padx>
 
37
B<-pady>
 
38
B<-relief>
 
39
B<-takefocus>
 
40
B<-text>
 
41
B<-textvariable>
 
42
B<-underline>
 
43
B<-wraplength>
 
44
        
27
45
See L<Tk::options> for details of the standard options.
28
46
 
29
47
=head1 WIDGET-SPECIFIC OPTIONS