gtkDrawExpander {RGtk2}R Documentation

gtkDrawExpander

Description

Draws an expander as used in GtkTreeView. WARNING: gtk_draw_expander is deprecated and should not be used in newly-written code. Use gtkPaintExpander instead.

Usage

gtkDrawExpander(object, window, state.type, x, y, is.open)

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
x [integer] the x position to draw the expander at
y [integer] the y position to draw the expander at
is.open [GtkExpanderStyle] the style to draw the expander in

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]