/usr/lib/perl5/Prima/ScrollBar.pm is in libprima-perl 1.28-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 | #
# Copyright (c) 1997-2002 The Protein Laboratory, University of Copenhagen
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# Created by:
# Dmitry Karasik <dk@plab.ku.dk>
# Modifications by:
# Anton Berezin <tobez@tobez.org>
# Documentation by:
# Anton Berezin <tobez@tobez.org>
#
# $Id: ScrollBar.pm,v 1.21 2008/04/09 16:58:10 dk Exp $
package Prima::ScrollBar;
use vars qw(@ISA @stdMetrics);
@ISA = qw(Prima::Widget Prima::MouseScroller);
@stdMetrics = Prima::Application-> get_default_scrollbar_metrics;
my $win32 = (Prima::Application-> get_system_info-> {apc} == apc::Win32);
use strict;
use Prima::Const;
use Prima::IntUtils;
sub profile_default
{
return {
%{$_[ 0]-> SUPER::profile_default},
autoTrack => 1,
growMode => gm::GrowHiX,
height => $stdMetrics[1],
min => 0,
minThumbSize => 21,
max => 100,
pageStep => 10,
partial => 10,
selectable => 0,
step => 1,
tabStop => 0,
value => 0,
vertical => 0,
widgetClass => wc::ScrollBar,
whole => 100,
}
}
{
my %RNT = (
%{Prima::Widget-> notification_types()},
Track => nt::Default,
);
sub notification_types { return \%RNT; }
}
sub profile_check_in
{
my ( $self, $p, $default) = @_;
$self-> SUPER::profile_check_in( $p, $default);
my $vertical = exists $p-> {vertical} ? $p-> {vertical} : $default-> { vertical};
if ( $vertical)
{
$p-> { width} = $stdMetrics[0] unless exists $p-> { width};
$p-> { growMode} = gm::GrowLoX | gm::GrowHiY if !exists $p-> { growMode};
}
}
sub init
{
my $self = shift;
my %profile = $self-> SUPER::init(@_);
for ( qw( b1 b2 tab left right)) { $self-> { $_}-> { pressed} = 0; }
for ( qw( b1 b2 tab)) { $self-> { $_}-> { enabled} = 0; }
for ( qw( autoTrack minThumbSize vertical min max step pageStep whole partial value))
{ $self-> {$_} = 1; }
for ( qw( autoTrack minThumbSize vertical min max step pageStep whole partial value))
{ $self-> $_( $profile{ $_}); }
$self-> {suppressNotify} = undef;
$self-> reset;
return %profile;
}
sub set
{
my ( $self, %profile) = @_;
if ( exists $profile{partial} and exists $profile{whole}) {
$self-> set_proportion($profile{partial}, $profile{whole});
delete $profile{partial};
delete $profile{whole};
}
if ( exists $profile{min} or exists $profile{max}) {
my ( $min, $max) = (
exists($profile{min}) ? $profile{min} : $self-> {min},
exists($profile{max}) ? $profile{max} : $self-> {max},
);
$self-> set_bounds($min,$max);
delete $profile{min};
delete $profile{max};
}
if ( exists $profile{step} and exists $profile{pageStep}) {
$self-> set_steps($profile{step}, $profile{pageStep});
delete $profile{step};
delete $profile{pageStep};
}
$self-> SUPER::set( %profile);
}
sub on_size
{
$_[0]-> reset;
}
sub on_paint
{
my ($self,$canvas) = @_;
my @clr;
my @c3d = ( $self-> light3DColor, $self-> dark3DColor);
if ( $self-> enabled)
{
@clr = ($self-> color, $self-> backColor);
} else { @clr = ($self-> disabledColor, $self-> disabledBackColor); }
my @size = $canvas-> size;
my $btx = $self-> { btx};
my $v = $self-> { vertical};
my ( $maxx, $maxy) = ( $size[0]-1, $size[1]-1);
$canvas-> color( $c3d[0]);
$canvas-> line( 0, 0, $maxx - 1, 0);
$canvas-> line( $maxx, 0, $maxx, $maxy - 1);
$canvas-> color( $c3d[1]);
$canvas-> line( 0, $maxy, $maxx, $maxy);
$canvas-> line( 0, 0, 0, $maxy);
{
$self-> rect_bevel( $canvas, @{$self-> {b1}-> {rect}},
width => 2,
fill => $clr[1],
concave => $self->{b1}->{pressed},
);
$canvas-> color( $self-> {b1}-> { enabled} ? $clr[ 0] : $self-> disabledColor);
my $a = $self-> { b1}-> { pressed} ? 1 : 0;
my @spot = $v ? (
$maxx * 0.5 + $a, $maxy - $btx * 0.40 - $a,
$maxx * 0.3 + $a, $maxy - $btx * 0.55 - $a,
$maxx * 0.7 + $a, $maxy - $btx * 0.55 - $a,
) : (
$btx * 0.40 + $a, $maxy * 0.5 - $a,
$btx * 0.55 + $a, $maxy * 0.7 - $a,
$btx * 0.55 + $a, $maxy * 0.3 - $a
);
$canvas-> fillpoly( [ @spot]);
}
{
$self-> rect_bevel( $canvas, @{$self-> {b2}-> {rect}},
width => 2,
fill => $clr[1],
concave => $self->{b2}->{pressed},
);
$canvas-> color( $self-> {b2}-> { enabled} ? $clr[ 0] : $self-> disabledColor);
my $a = $self-> { b2}-> { pressed} ? 1 : 0;
my @spot = $v ? (
$maxx * 0.5 + $a, $btx * 0.40 + 1 - $a,
$maxx * 0.3 + $a, $btx * 0.55 + 1 - $a,
$maxx * 0.7 + $a, $btx * 0.55 + 1 - $a
) : (
$maxx - $btx * 0.45 + 1 + $a, $maxy * 0.5 - $a,
$maxx - $btx * 0.60 + 1 + $a, $maxy * 0.7 - $a,
$maxx - $btx * 0.60 + 1 + $a, $maxy * 0.3 - $a
);
$canvas-> fillpoly( [ @spot]);
$canvas-> color( $clr[ 1]);
}
if ( $self-> { tab}-> { enabled})
{
my @rect = @{$self-> { tab}-> { rect}};
my $lenx = $self-> { tab}-> { q(length)};
for ( qw( left right))
{
if ( defined $self-> { $_}-> {rect})
{
my @r = @{$self-> {$_}-> {rect}};
$canvas-> color( $c3d[1]);
$v ? ( $canvas-> line( $r[0]-1, $r[1], $r[0]-1, $r[3])):
( $canvas-> line( $r[0], $r[3]+1, $r[2], $r[3]+1));
$canvas-> color( $self-> {$_}-> {pressed} ? $clr[0] : $clr[1]);
if ( $win32) {
$canvas-> backColor( $c3d[0]);
$canvas-> fillPattern([(0xAA,0x55) x 4]);
$canvas-> bar( @r);
$canvas-> fillPattern(fp::Solid);
} else {
$canvas-> bar( @r);
}
}
}
$self-> rect_bevel( $canvas, @rect,
width => 2,
fill => $clr[1],
concave => $self->{tab}->{pressed},
);
if ( $self-> {minThumbSize} > 8 && !$win32)
{
if ( $v)
{
my $sty = $rect[1] +
int($lenx / 2) -
4 -
( $self-> { tab} -> { pressed} ? 1 : 0);
my $stx = int($maxx / 3) + ( $self-> { tab} -> { pressed} ? 1 : 0);
my $lnx = int($maxx / 3);
$canvas-> color( $c3d[ 0]);
$canvas-> bar( $stx, $sty - 1, $stx + $lnx, $sty + 9);
$canvas-> color( $clr[ 0]);
$canvas-> lines( [ map {
$stx, $sty + $_ * 2,
$stx + $lnx, $sty + $_ * 2
} 0..5 ] );
} else {
my $stx = $rect[0] +
int($lenx / 2) -
6 +
( $self-> { tab}-> { pressed} ? 1 : 0) ;
my $sty = int($maxy / 3) - ( $self-> { tab} -> { pressed} ? 1 : 0);
my $lny = int($maxy / 3);
$canvas-> color( $c3d[ 0]);
$canvas-> bar( $stx + 1, $sty, $stx + 11, $sty + $lny);
$canvas-> color( $clr[ 0]);
$canvas-> lines( [ map {
$stx + $_ * 2, $sty,
$stx + $_ * 2, $sty + $lny
} 0..5 ] );
}
}
} else {
my @r = @{$self-> {groove}-> {rect}};
$canvas-> color( $c3d[1]);
$v ?
( $canvas-> line( $r[0]-1, $r[1], $r[0]-1, $r[3])):
( $canvas-> line( $r[0], $r[3]+1, $r[2], $r[3]+1));
$canvas-> color( $clr[1]);
if ( $win32) {
$canvas-> backColor( $c3d[0]);
$canvas-> fillPattern([(0xAA,0x55) x 4]);
$canvas-> bar( @r);
$canvas-> fillPattern(fp::Solid);
} else {
$canvas-> bar( @r);
}
}
}
sub translate_point
{
my ( $self, $x, $y) = @_;
for( qw(b1 b2 tab left right groove))
{
next unless defined $self-> {$_}-> {rect};
my @r = @{$self-> {$_}-> {rect}};
return $_ if $x >= $r[0] && $y >= $r[1] && $x <= $r[2] && $y <= $r[3];
}
return undef;
}
sub draw_part
{
my ( $self, $who) = @_;
return unless defined $self-> {$who}-> {rect};
my @r = @{$self-> {$who}-> {rect}};
$r[2]++;
$r[3]++;
$self-> invalidate_rect( @r);
}
sub ScrollTimer_Tick
{
my ( $self, $timer) = @_;
unless ( defined $self-> {mouseTransaction}) {
$self-> scroll_timer_stop;
return;
}
my $who = $self-> {mouseTransaction};
if ( $who eq q(b1) || $who eq q(b2)) {
return unless $self-> {$who}-> {pressed};
my $oldValue = $self-> {value};
$self-> {suppressNotify} = 1;
$self-> value( $oldValue + (( $who eq q(b1))?-1:1)*$self-> {step});
$self-> {suppressNotify} = undef;
if ( $oldValue == $self-> {value})
{
$self-> {$who}-> {pressed} = 0;
$self-> draw_part( $who);
$self-> {mouseTransaction} = undef;
$self-> capture(0);
$self-> scroll_timer_stop;
return;
}
$self-> notify(q(Change));
}
if ( $who eq q(left) || $who eq q(right)) {
return unless $self-> {$who}-> {pressed};
my $upon = $self-> translate_point( $self-> pointerPos);
if ( $upon ne $who) {
if ( $self-> {$who}-> {pressed}) {
$self-> {$who}-> {pressed} = 0;
$self-> draw_part( $who);
}
return;
}
my $oldValue = $self-> {value};
$self-> {suppressNotify} = 1;
$self-> value( $oldValue + (( $who eq q(left))?-1:1)*$self-> {pageStep});
$self-> {suppressNotify} = undef;
if ( $oldValue == $self-> {value}) {
$self-> {$who}-> {pressed} = 0;
$self-> {mouseTransaction} = undef;
$self-> capture(0);
$self-> scroll_timer_stop;
return;
}
$self-> notify(q(Change));
}
if ( exists $timer-> {newRate}) {
$timer-> timeout( $timer-> {newRate});
delete $timer-> {newRate};
}
}
sub on_keydown
{
my ( $self, $code, $key, $mod) = @_;
my ( $v, $x, $d, $s, $ps) = ($self-> vertical, $self-> value, 0, $self-> step, $self-> pageStep);
$d = $s if ( $key == kb::Right && !$v) || ( $key == kb::Down && $v);
$d = -$s if ( $key == kb::Left && !$v) || ( $key == kb::Up && $v);
$d = $ps if $key == kb::PgDn && !($mod & km::Ctrl);
$d = -$ps if $key == kb::PgUp && !($mod & km::Ctrl);
$d = $self-> max - $x if ( $key == kb::PgDn && $mod & km::Ctrl) || $key == kb::End;
$d = -$x if ( $key == kb::PgUp && $mod & km::Ctrl) || $key == kb::Home;
$self-> clear_event, $self-> value( $x + $d) if $d;
}
sub on_mousedown
{
my ( $self, $btn, $mod, $x, $y) = @_;
$self-> clear_event;
return if $btn != mb::Left;
return if defined $self-> {mouseTransaction};
my $who = $self-> translate_point( $x, $y);
return if !defined $who or $who eq q(groove);
if (( $who eq q(b1) || $who eq q(b2))) {
if ( $self-> {$who}-> {enabled}) {
$self-> {$who}-> {pressed} = 1;
$self-> {mouseTransaction} = $who;
$self-> capture(1);
$self-> {suppressNotify} = 1;
$self-> value( $self-> {value} + (( $who eq q(b1))?-1:1) * $self-> {step});
$self-> {suppressNotify} = undef;
$self-> draw_part($who);
$self-> notify(q(Change));
$self-> scroll_timer_start;
} else {
$self-> event_error;
}
return;
}
if (( $who eq q(left) || $who eq q(right))) {
$self-> {$who}-> {pressed} = 1;
$self-> {mouseTransaction} = $who;
$self-> value( $self-> {value} + (( $who eq q(left))?-1:1) * $self-> {pageStep});
$self-> capture(1);
$self-> scroll_timer_start;
return;
}
if (( $who eq q(tab)) && ( $self-> {tab}-> {enabled})) {
$self-> {$who}-> {pressed} = 1;
$self-> {mouseTransaction} = $who;
my @r = @{$self-> {tab}-> {rect}};
$self-> {$who}-> {aperture} = $self-> { vertical} ? $y - $r[1] : $x - $r[0];
$self-> draw_part($who);
$self-> capture(1);
}
}
sub on_mouseclick
{
my $self = shift;
$self-> clear_event;
return unless pop;
$self-> clear_event unless $self-> notify( "MouseDown", @_);
}
sub on_mouseup
{
my ( $self, $btn, $mod, $x, $y) = @_;
$self-> clear_event;
return unless defined $self-> {mouseTransaction};
my $who = $self-> {mouseTransaction};
if (
$who eq q(b1) ||
$who eq q(b2) ||
$who eq q(left) ||
$who eq q(right) ||
$who eq q(tab)
) {
$self-> {$who}-> {pressed} = 0;
$self-> {mouseTransaction} = undef;
$self-> capture(0);
$self-> repaint;
$self-> notify(q(Change)) if !$self-> {autoTrack} && $who eq q(tab);
}
}
sub on_mousemove
{
my ( $self, $mod, $x, $y) = @_;
$self-> clear_event;
return unless defined $self-> {mouseTransaction};
my $who = $self-> {mouseTransaction};
if ( $who eq q(tab)) {
my @groove = @{$self-> {groove}-> {rect}};
my @tab = @{$self-> {tab}-> {rect}};
my $val = eval{$self-> {vertical} ?
$self-> {max} -
(( $y - $self-> {$who}-> {aperture} - $self-> {btx}) *
( $self-> {max} - $self-> {min})) /
($groove[3] - $groove[1] - $tab[3] + $tab[1])
:
$self-> {min} +
(( $x - $self-> {$who}-> {aperture} - $self-> {btx}) *
( $self-> {max} - $self-> {min})) /
( $groove[2] - $groove[0] - $tab[2] + $tab[0])};
if ( defined $val) {
my $ov = $self-> {value};
$self-> {suppressNotify} = $self-> {autoTrack} ? undef : 1;
$self-> set_value( $val);
$self-> {suppressNotify} = undef;
$self-> notify(q(Track)) if !$self-> {autoTrack} && $ov != $self-> {value};
}
} elsif (
$who eq q(b1) ||
$who eq q(b2) ||
$who eq q(left) ||
$who eq q(right)
) {
my $upon = $self-> translate_point( $x, $y);
my $oldPress = $self-> {$who}-> {pressed};
$self-> {$who}-> {pressed} = ( defined $upon && ( $upon eq $who)) ? 1 : 0;
my $useRepaint = $self-> {$who}-> {pressed} != $oldPress;
$self-> repaint if $useRepaint;
}
}
sub on_mousewheel
{
my ( $self, $mod, $x, $y, $z) = @_;
$self-> value( $self-> value - $self-> step * int( $z/120));
$self-> clear_event;
}
sub reset
{
my $self = $_[0];
$self-> { b1} -> { enabled} = $self-> { value} > $self-> { min};
$self-> { b2} -> { enabled} = $self-> { value} < $self-> { max};
my $fullDisable = $self-> { partial} == $self-> { whole};
$self-> { tab}-> { enabled} = ( $self-> { min} != $self-> { max}) && !$fullDisable;
$self-> { b1}-> { enabled} = 0 if ( $self-> { value} == $self-> { min});
$self-> { b2}-> { enabled} = 0 if ( $self-> { value} == $self-> { max});
my $btx = $self-> { minThumbSize};
my $v = $self-> { vertical};
my @size = $self-> size;
my ( $maxx, $maxy) = ( $size[0]-1, $size[1]-1);
if ( $v) {
$btx = int($size[1] / 2) if $btx * 2 >= $maxy;
} else {
$btx = int($size[0] / 2) if $btx * 2 >= $maxx;
}
my @rect = $v ?
( 1, $maxy - $btx + 1, $maxx - 1, $maxy - 1) :
( 1, 1, $btx - 1, $maxy - 1);
$self-> { b1}-> { rect} = [ @rect];
@rect = $v ?
( 1, 1, $maxx - 1, $btx - 1) :
( $maxx - $btx + 1, 1, $maxx - 1, $maxy - 1);
$self-> { b2}-> { rect} = [ @rect];
$self-> { btx} = $btx;
@rect = $v ? (
2, $btx, $maxx - 1, $maxy - $btx
) : (
$btx, 1, $maxx - $btx, $maxy - 2
);
$self-> {groove}-> {rect} = [@rect];
my $startx = $v ? $size[1]: $size[0];
my $groovex = $startx - $btx * 2;
$self-> { tab}-> { enabled} = 0 if $groovex < $self-> {minThumbSize};
if ( $self-> { tab}-> { enabled}) {
my $lenx = int( $groovex * $self-> { partial} / $self-> { whole});
$lenx = $self-> {minThumbSize} if $lenx < $self-> {minThumbSize};
my $atx =
int(( $self-> { value} - $self-> {min}) *
( $groovex - $lenx) /
( $self-> { max} - $self-> { min}));
$atx = $groovex - $lenx if $lenx + $atx > $groovex;
( $lenx, $atx) = ( $groovex - 1, 0) if $atx < 0;
@rect = $v ? (
1, $maxy - $btx - $lenx - $atx, $maxx - 1, $maxy - $btx - $atx
) : (
$btx + $atx, 1, $btx + $atx + $lenx - 1, $maxy - 1
);
$self-> set(
cursorPos => [ $rect[0] + 1, $rect[1] + 1],
cursorSize => [ $rect[2]-$rect[0]-2, $rect[3]-$rect[1]-2],
);
$self-> { tab}-> { rect} = [@rect];
$self-> { tab}-> { q(length)} = $lenx;
if ( $v) {
my @r2 = ( 2, $btx, $maxx - 1, $rect[1] - 1);
my @r1 = ( 2, $rect[3], $maxx - 1, $maxy - $btx);
$self-> { left}-> {rect} = ( $r1[ 1] < $r1[ 3]) ? [ @r1] : undef;
$self-> { right}-> {rect} = ( $r2[ 1] < $r2[ 3]) ? [ @r2] : undef;
} else {
my @r1 = ( $btx, 1, $rect[ 0] - 1, $maxy - 2);
my @r2 = ( $rect[ 2], 1, $maxx - $btx, $maxy - 2);
$self-> { left}-> {rect} = ( $r1[ 0] < $r1[ 2]) ? [ @r1] : undef;
$self-> { right}-> {rect} = ( $r2[ 0] < $r2[ 2]) ? [ @r2] : undef;
}
}
$self-> cursorVisible( $self-> { tab}-> { enabled});
}
sub set_bounds
{
my ( $self, $min, $max) = @_;
$max = $min if $max < $min;
( $self-> { min}, $self-> { max}) = ( $min, $max);
my $oldValue = $self-> {value};
$self-> value( $max) if $self-> {value} > $max;
$self-> value( $min) if $self-> {value} < $min;
$self-> reset;
$self-> repaint;
}
sub set_steps
{
my ( $self, $step, $pStep) = @_;
$step = 0 if $step < 0;
$pStep = 0 if $pStep < 0;
$pStep = $step if $pStep < $step;
( $self-> { step}, $self-> { pageStep}) = ( $step, $pStep);
}
sub set_proportion
{
my ( $self, $partial, $whole) = @_;
$whole = 1 if $whole <= 0;
$partial = 1 if $partial <= 0;
$partial = $whole if $partial > $whole;
return if $partial == $self-> { partial} and $whole == $self-> { whole};
( $self-> { partial}, $self-> { whole}) = ( $partial, $whole);
$self-> reset;
$self-> repaint;
}
sub set_value
{
my ( $self, $value) = @_;
my ( $min, $max) = ( $self-> {min}, $self-> {max});
$value = $min if $value < $min;
$value = $max if $value > $max;
$value -= $min;
$max -= $min;
my $div = eval{ int($value / $self-> {step} + 0.5 * (( $value >= 0) ? 1 : -1))} || 0;
my $lbound = $value == 0 ? 0 : $div * $self-> {step};
my $rbound = $value == $max ? $max : ( $div + 1) * $self-> {step};
$value = ( $value >= (( $lbound + $rbound) / 2)) ? $rbound : $lbound;
$value = 0 if $value < 0;
$value = $max if $value > $max;
$value += $min;
my $oldValue = $self-> {value};
return if $oldValue == $value;
my %v;
$v{b1ok} = $self-> {b1}-> {enabled}?1:0;
$v{b2ok} = $self-> {b2}-> {enabled}?1:0;
$v{grooveok} = $self-> {tab}-> {enabled}?1:0;
$v{grooveok} .= join(q(x),@{$self-> {tab}-> {rect}}) if $v{grooveok};
$self-> { value} = $value;
$self-> reset;
$v{b1ok2} = $self-> {b1}-> {enabled}?1:0;
$v{b2ok2} = $self-> {b2}-> {enabled}?1:0;
$v{grooveok2} = $self-> {tab}-> {enabled}?1:0;
$v{grooveok2}.= join(q(x),@{$self-> {tab}-> {rect}}) if $v{grooveok2};
for ( qw( b1 b2 groove)) {
if (( $v{"${_}ok"} ne $v{"${_}ok2"})) {
my @r = @{$self-> {$_}-> {rect}};
$r[0]--; $r[1]--; $r[2]++; $r[3]+=2;
$self-> invalidate_rect(@r);
}
}
$self-> notify(q(Change)) unless $self-> {suppressNotify};
}
sub set_min_thumb_size
{
my ( $self, $mts) = @_;
$mts = 1 if $mts < 0;
return if $mts == $self-> {minThumbSize};
$self-> {minThumbSize} = $mts;
$self-> reset;
$self-> repaint;
}
sub set_vertical
{
my ( $self, $vertical) = @_;
return if $vertical == $self-> { vertical};
$self-> { vertical} = $vertical;
$self-> reset;
$self-> repaint;
}
sub get_default_size
{
return @stdMetrics;
}
sub value {($#_)?$_[0]-> set_value ($_[1]) : return $_[0]-> {value} }
sub autoTrack {($#_)?$_[0]-> {autoTrack} = $_[1] : return $_[0]-> {autoTrack} }
sub min {($#_)?$_[0]-> set_bounds($_[1], $_[0]-> {'max'}) : return $_[0]-> {min};}
sub minThumbSize {($#_)?$_[0]-> set_min_thumb_size($_[1]) : return $_[0]-> {minThumbSize};}
sub max {($#_)?$_[0]-> set_bounds($_[0]-> {'min'}, $_[1]) : return $_[0]-> {max};}
sub step {($#_)?$_[0]-> set_steps ($_[1], $_[0]-> {'pageStep'}) : return $_[0]-> {step};}
sub pageStep {($#_)?$_[0]-> set_steps ($_[0]-> {'step'}, $_[1]) : return $_[0]-> {pageStep};}
sub partial {($#_)?$_[0]-> set_proportion ($_[1], $_[0]-> {'whole'}): return $_[0]-> {partial};}
sub whole {($#_)?$_[0]-> set_proportion($_[0]-> {'partial'},$_[1]): return $_[0]-> {whole};}
sub vertical {($#_)?$_[0]-> set_vertical ($_[1]) : return $_[0]-> {vertical} }
1;
__DATA__
=head1 NAME
Prima::ScrollBar - standard scroll bars class
=head1 DESCRIPTION
The class C<Prima::ScrollBar> implements both vertical and horizontal
scrollbars in I<Prima>. This is a purely Perl class without any
C-implemented parts except those inherited from C<Prima::Widget>.
=head1 SYNOPSIS
use Prima::ScrollBar;
my $sb = Prima::ScrollBar-> create( owner => $group, %rest_of_profile);
my $sb = $group-> insert( 'ScrollBar', %rest_of_profile);
my $isAutoTrack = $sb-> autoTrack;
$sb-> autoTrack( $yesNo);
my $val = $sb-> value;
$sb-> value( $value);
my $min = $sb-> min;
my $max = $sb-> max;
$sb-> min( $min);
$sb-> max( $max);
$sb-> set_bounds( $min, $max);
my $step = $sb-> step;
my $pageStep = $sb-> pageStep;
$sb-> step( $step);
$sb-> pageStep( $pageStep);
my $partial = $sb-> partial;
my $whole = $sb-> whole;
$sb-> partial( $partial);
$sb-> whole( $whole);
$sb-> set_proportion( $partial, $whole);
my $size = $sb-> minThumbSize;
$sb-> minThumbSize( $size);
my $isVertical = $sb-> vertical;
$sb-> vertical( $yesNo);
my ($width,$height) = $sb-> get_default_size;
=head1 API
=head2 Properties
=over
=item autoTrack BOOLEAN
Tells the widget if it should send
C<Change> notification during mouse tracking events.
Generally it should only be set to 0 on very slow computers.
Default value is 1 (logical true).
=item growMode INTEGER
Default value is gm::GrowHiX, i.e. the scrollbar will try
to maintain the constant distance from its right edge to its
owner's right edge as the owner changes its size.
This is useful for horizontal scrollbars.
=item height INTEGER
Default value is $Prima::ScrollBar::stdMetrics[1], which is an operating
system dependent value determined with a call to
C<Prima::Application-E<gt> get_default_scrollbar_metrics>. The height is
affected because by default the horizontal C<ScrollBar> will be
created.
=item max INTEGER
Sets the upper limit for C<value>.
Default value: 100.
=item min INTEGER
Sets the lower limit for C<value>.
Default value: 0
=item minThumbSize INTEGER
A minimal thumb breadth in pixels. The thumb cannot have
main dimension lesser than this.
Default value: 21
=item pageStep INTEGER
This determines the increment/decrement to
C<value> during "page"-related operations, for example clicking the mouse
on the strip outside the thumb, or pressing C<PgDn> or C<PgUp>.
Default value: 10
=item partial INTEGER
This tells the scrollbar how many of imaginary
units the thumb should occupy. See C<whole> below.
Default value: 10
=item selectable BOOLEAN
Default value is 0 (logical false). If set to 1 the widget receives keyboard
focus; when in focus, the thumb is blinking.
=item step INTEGER
This determines the minimal increment/decrement to C<value> during
mouse/keyboard interaction.
Default value is 1.
=item value INTEGER
A basic scrollbar property; reflects the imaginary position between C<min> and
C<max>, which corresponds directly to the position of the thumb.
Default value is 0.
=item vertical BOOLEAN
Determines the main scrollbar style. Set this to 1 when the scrollbar style is
vertical, 0 - horizontal. The property can be changed at run-time, so the
scrollbars can morph from horizontal to vertical and vice versa.
Default value is 0 (logical false).
=item whole INTEGER
This tells the scrollbar how many of imaginary units correspond to the whole
length of the scrollbar. This value has nothing in common with C<min> and
C<max>. You may think of the combination of C<partial> and C<whole> as of the
proportion between the visible size of something (document, for example) and
the whole size of that "something". Useful to struggle against infamous "bird"
size of Windows scrollbar thumbs.
Default value is 100.
=back
=head2 Methods
=over
=item get_default_size
Returns two integers, the default platform dependant width
of a vertical scrollbar and height of a horizontal scrollbar.
=back
=head2 Events
=over
=item Change
The C<Change> notification is sent whenever the thumb position of scrollbar is
changed, subject to a certain limitations when C<autoTrack> is 0. The
notification conforms the general I<Prima> rule: it is sent when appropriate,
regardless to whether this was a result of user interaction, or a side effect
of some method programmer has called.
=item Track
If C<autoTrack> is 0, called when the user changes the thumb position by the
mouse instead of C<Change>.
=back
=head1 EXAMPLE
use Prima;
use Prima::Application name => 'ScrollBar test';
use Prima::ScrollBar;
my $w = Prima::Window-> create(
text => 'ScrollBar test',
size => [300,200]);
my $sb = $w-> insert( ScrollBar =>
width => 280,
left => 10,
bottom => 50,
onChange => sub {
$w-> text( $_[0]-> value);
});
run Prima;
=head1 SEE ALSO
L<Prima>, L<Prima::Widget>, L<Prima::IntUtils>, F<examples/rtc.pl>, F<examples/scrolbar.pl>
=head1 AUTHORS
Dmitry Karasik E<lt>dk@plab.ku.dkE<gt>,
Anton Berezin E<lt>tobez@plab.ku.dkE<gt> - documentation
=cut
|