forked from AuroraMiddleware/gtk
Remove gtk_style_context_reset_widgets
This should never be necessary to call from the outside. Whenever we fail to update styles properly, it is a bug.
This commit is contained in:
parent
84939a612c
commit
a6a31827bc
@ -4437,7 +4437,6 @@ gtk_style_context_get_margin
|
|||||||
gtk_style_context_lookup_color
|
gtk_style_context_lookup_color
|
||||||
gtk_style_context_remove_provider
|
gtk_style_context_remove_provider
|
||||||
gtk_style_context_remove_provider_for_display
|
gtk_style_context_remove_provider_for_display
|
||||||
gtk_style_context_reset_widgets
|
|
||||||
gtk_style_context_restore
|
gtk_style_context_restore
|
||||||
gtk_style_context_save
|
gtk_style_context_save
|
||||||
gtk_style_context_add_class
|
gtk_style_context_add_class
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
#include "gtkscrolledwindow.h"
|
#include "gtkscrolledwindow.h"
|
||||||
#include "gtkstylecontext.h"
|
#include "gtkstylecontextprivate.h"
|
||||||
#include "gtkstyleproviderprivate.h"
|
#include "gtkstyleproviderprivate.h"
|
||||||
#include "gtktypebuiltins.h"
|
#include "gtktypebuiltins.h"
|
||||||
#include "gtkversion.h"
|
#include "gtkversion.h"
|
||||||
|
@ -903,9 +903,6 @@ GDK_AVAILABLE_IN_ALL
|
|||||||
void gtk_style_context_get_margin (GtkStyleContext *context,
|
void gtk_style_context_get_margin (GtkStyleContext *context,
|
||||||
GtkBorder *margin);
|
GtkBorder *margin);
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
|
||||||
void gtk_style_context_reset_widgets (GdkDisplay *display);
|
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
void gtk_render_insertion_cursor
|
void gtk_render_insertion_cursor
|
||||||
(GtkStyleContext *context,
|
(GtkStyleContext *context,
|
||||||
|
@ -59,6 +59,9 @@ PangoAttrList *_gtk_style_context_get_pango_attributes (GtkStyleContext *c
|
|||||||
AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes,
|
AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes,
|
||||||
GtkStyleContext *context);
|
GtkStyleContext *context);
|
||||||
|
|
||||||
|
GDK_AVAILABLE_IN_ALL
|
||||||
|
void gtk_style_context_reset_widgets (GdkDisplay *display);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */
|
#endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user