gtk; Deprecate gtk_render_frame_gap()
Use gtk_render_frame() instead.
This commit is contained in:
parent
8fd5b567dc
commit
e0807fcf54
@ -757,6 +757,9 @@ gtk_css_style_render_frame_gap (GtkCssStyle *style,
|
|||||||
* 
|
* 
|
||||||
*
|
*
|
||||||
* Since: 3.0
|
* Since: 3.0
|
||||||
|
*
|
||||||
|
* Deprecated: 3.24: Use gtk_render_frame() instead. Themes can create gaps
|
||||||
|
* by omitting borders via CSS.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_render_frame_gap (GtkStyleContext *context,
|
gtk_render_frame_gap (GtkStyleContext *context,
|
||||||
|
@ -110,7 +110,7 @@ void gtk_render_slider (GtkStyleContext *context,
|
|||||||
gdouble width,
|
gdouble width,
|
||||||
gdouble height,
|
gdouble height,
|
||||||
GtkOrientation orientation);
|
GtkOrientation orientation);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_DEPRECATED_IN_3_24_FOR(gtk_render_frame)
|
||||||
void gtk_render_frame_gap (GtkStyleContext *context,
|
void gtk_render_frame_gap (GtkStyleContext *context,
|
||||||
cairo_t *cr,
|
cairo_t *cr,
|
||||||
gdouble x,
|
gdouble x,
|
||||||
|
Loading…
Reference in New Issue
Block a user