gtkWidgetSetStyle: gtkWidgetSetStyle

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the GtkStyle for a widget (widget->style). You probably don't want to use this function; it interacts badly with themes, because themes work by replacing the GtkStyle. Instead, use gtkWidgetModifyStyle.

Usage

1
gtkWidgetSetStyle(object, style = NULL)

Arguments

object

a GtkWidget

style

a GtkStyle, or NULL to remove the effect of a previous gtkWidgetSetStyle and go back to the default style. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.