Gtk_ScrollingLabel::getStyle

Gtk_ScrollingLabel::getStyle -- Gets the label's style widget

Referentiesamenvatting

require_once 'Gtk/ScrollingLabel.php';

&object Gtk_ScrollingLabel::getStyle ()

Beschrijving

Returns the label's style widget. This lets you make changes to the style to alter the look and feel of the widget. You can change the font of the display, the color of the background, etc.

Return waarde

returns the GtkStyle widget for the label.

Note

Deze functie kan niet statisch worden aangeroepen.