
[Top]
GTK
GTK.Style
|
Method GTK.Style()->apply_default_background()
- Method
apply_default_background
object(GTK.Style) GTK.Style()->apply_default_background(object(GDK.Window) window, int set_bgp, int state_type, object(GDK.Rectangle) area, int x, int y, int width, int height)
- Description
-
Set the background of the specified window (or the subarea
indicated by the rectangle) to the default background for the state
specified by state_type.
If set_bgp is true, the background of the widget will be set,
otherwise it will only be drawn into the window.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|