Method
GtkStyleContextget_parent
since: 3.4
Declaration [src]
GtkStyleContext*
gtk_style_context_get_parent (
GtkStyleContext* context
)
Description [src]
Gets the parent context set via gtk_style_context_set_parent(). See that function for details.
Available since: 3.4
Gets property | Gtk.StyleContext:parent |
Return value
Type: GtkStyleContext
The parent context or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |