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| Fichier attaché | Taille |
|---|---|
| scrolling-label.php_.txt | 3.03 Ko |
Commentaires récents
il y a 43 semaines 6 jours
il y a 44 semaines 5 jours
il y a 45 semaines 2 jours
il y a 47 semaines 5 jours
il y a 1 an 16 semaines
il y a 1 an 19 semaines
il y a 1 an 23 semaines
il y a 1 an 23 semaines
il y a 1 an 23 semaines
il y a 1 an 41 semaines