Thread pane nach unten scrollen (12 answers)
Opened by Froschpopo at 2005-04-19 01:41

Crian
 2005-04-19 15:44
#43629 #43629
User since
2003-08-04
5866 Artikel
ModeratorIn
[Homepage]
user image
Zitat aus perldoc Tk::Pane:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    *$pane*->see(*$widget* ?,*options*?)
Adjusts the view so that *$widget* is visable. Aditional parameters
in *options-value* pairs can be passed, each *option-value* pair
must be one of the following

-anchor => *anchor*
Specifies how to make the widget visable. If not given then
as much of the widget as possible is made visable.

Possible values are n, s, w, e, nw, ne, sw and se. This will
cause an edge on the widget to be aligned with the
corresponding edge on the pane. for example nw will cause
the top left of the widget to be placed at the top left of
the pane. s will cause the bottom of the widget to be placed
at the bottom of the pane, and as much of the widget as
possible made visable in the x direction.
\n\n

<!--EDIT|Crian|1113911147-->
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread pane nach unten scrollen