Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
e0807fcf
Commit
e0807fcf
authored
Jul 24, 2018
by
Benjamin Otte
Browse files
gtk; Deprecate gtk_render_frame_gap()
Use gtk_render_frame() instead.
parent
8fd5b567
Changes
2
Hide whitespace changes
Inline
Side-by-side
gtk/gtkrender.c
View file @
e0807fcf
...
...
@@ -757,6 +757,9 @@ gtk_css_style_render_frame_gap (GtkCssStyle *style,
* 
*
* 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
,
...
...
gtk/gtkrender.h
View file @
e0807fcf
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment