01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.
ScrollingLabel is a dynamic label which scrolls
from all sides when the parent widget is not large enough.
This widget can be used when you need to build very
compact interfaces and display long strings of
information.
You just need to create a standard widget just like a GtkLabel
<?php
# ....
$text = 'The quick brown fox jumps over the lazy dog.';
$vbox = new GtkVbox();
$vbox->pack_start(new ScrollingLabel( $text ), false, false); #(1)
$vbox->show_all();
# ....
Gtk::main();
?>See the attached sources.
GtkFixed /
GtkEventBox / GtkLabel,GtkEventBox is used to catch button click,GtkFixed is a special composite widget that
allows widget placement and moves,configure event from
GtkEventBox and set timeout as needed. With
the code as it stands currently, a timeout function is
running even when not needed| Anhang | Größe |
|---|---|
| scrolling-label.php_.txt | 3.03 KB |
Neueste Kommentare
vor 43 Wochen 8 Stunden
vor 43 Wochen 6 Tage
vor 44 Wochen 3 Tage
vor 46 Wochen 6 Tage
vor 1 Jahr 15 Wochen
vor 1 Jahr 19 Wochen
vor 1 Jahr 23 Wochen
vor 1 Jahr 23 Wochen
vor 1 Jahr 23 Wochen
vor 1 Jahr 40 Wochen