mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
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,
|
||||
* ![](frame-gap.png)
|
||||
*
|
||||
* Since: 3.0
|
||||
*
|
||||
* Deprecated: 3.24: Use gtk_render_frame() instead. Themes can create gaps
|
||||
* by omitting borders via CSS.
|
||||
**/
|
||||
void
|
||||
gtk_render_frame_gap (GtkStyleContext *context,
|
||||
|
@ -110,7 +110,7 @@ void gtk_render_slider (GtkStyleContext *context,
|
||||
gdouble width,
|
||||
gdouble height,
|
||||
GtkOrientation orientation);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GDK_DEPRECATED_IN_3_24_FOR(gtk_render_frame)
|
||||
void gtk_render_frame_gap (GtkStyleContext *context,
|
||||
cairo_t *cr,
|
||||
gdouble x,
|
||||
|
Loading…
Reference in New Issue
Block a user