Gtk2_ScrollingLabel

Table des matières
Introduction --  Pour débuter avec Gtk2_Scrollinglabel
Gtk2_ScrollingLabel -- Créer une nouvelle étiquette défilante.
Gtk2_ScrollingLabel::getFullText -- Retourne le texte complet de l'étiquette.
Gtk2_ScrollingLabel::getHiddenText -- Retourne le texte qui n'apparait pas.
Gtk2_ScrollingLabel::getScrollingLabel -- Retourne une GtkEventBox avec dedans la zone de texte défilante.
Gtk2_ScrollingLabel::getStyle -- Gets the label's style widget
Gtk2_ScrollingLabel::getVisibleLength -- Retourne la longeur de la zone visible en caractères.
Gtk2_ScrollingLabel::pause -- Stops the label from scrolling without reseting the label text
Gtk2_ScrollingLabel::setBounce -- Sets the text to bounce between the borders of the label
Gtk2_ScrollingLabel::setStartSignal --  Connects the startScroll() method to a given event.
Gtk2_ScrollingLabel::startScroll -- Begins scrolling the text from the start of the string.
Gtk2_ScrollingLabel::unPause -- Démarre le défilement du texte à partir de sa position actuelle

Une classe qui crée un affichage déroulant.