Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17112 программистов и 1833 робота. Сейчас ищут 1673 программиста ...
Gtk2_ScrollingLabel::getStyle
Вернуться к: Gtk2_ScrollingLabel
Gtk2_ScrollingLabel::getStyle
Gtk2_ScrollingLabel::getStyle – Gets the label's style widget
Synopsis
require_once 'Gtk2/ScrollingLabel.php';
&object Gtk2_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.
Return value
returns the GtkStyle widget for the label.
Note
This function can not be called statically.
Вернуться к: Gtk2_ScrollingLabel