Gtk_ScrollingLabel::getStyle

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

概要

require_once 'Gtk/ScrollingLabel.php';

&object Gtk_ScrollingLabel::getStyle ()

説明

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.

返り値

returns the GtkStyle widget for the label.

注意

この関数は、スタティックにコールする ことはできません。