Function
Gtkpaint_box_gap
deprecated: 3.0
Declaration [src]
void
gtk_paint_box_gap (
  GtkStyle* style,
  cairo_t* cr,
  GtkStateType state_type,
  GtkShadowType shadow_type,
  GtkWidget* widget,
  const gchar* detail,
  gint x,
  gint y,
  gint width,
  gint height,
  GtkPositionType gap_side,
  gint gap_x,
  gint gap_width
)
Description [src]
Draws a box in cr using the given style and state and shadow type,
leaving a gap in one side.
Deprecated since: 3.0
Use gtk_render_frame_gap() instead.
Parameters
- style
- 
            Type: GtkStyleA GtkStyle.The data is owned by the caller of the function. 
- cr
- 
            Type: cairo_tA #cairo_t. The data is owned by the caller of the function. 
- state_type
- 
            Type: GtkStateTypeA state. 
- shadow_type
- 
            Type: GtkShadowTypeType of shadow to draw. 
- widget
- 
            Type: GtkWidgetThe widget. The argument can be NULL.The data is owned by the caller of the function. 
- detail
- 
            Type: const gchar*A style detail. The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- x
- 
            Type: gintX origin of the rectangle. 
- y
- 
            Type: gintY origin of the rectangle. 
- width
- 
            Type: gintWidth of the rectangle. 
- height
- 
            Type: gintWidth of the rectangle. 
- gap_side
- 
            Type: GtkPositionTypeSide in which to leave the gap. 
- gap_x
- 
            Type: gintStarting position of the gap. 
- gap_width
- 
            Type: gintWidth of the gap.