Trivial rearrangement
This commit is contained in:
parent
2a7bd3a2da
commit
a56a61d9cc
@ -856,6 +856,13 @@ struct _GtkStyleContextClass
|
|||||||
*/
|
*/
|
||||||
#define GTK_STYLE_CLASS_FLAT "flat"
|
#define GTK_STYLE_CLASS_FLAT "flat"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GTK_STYLE_CLASS_READ_ONLY:
|
||||||
|
*
|
||||||
|
* A CSS class used to indicate a read-only state.
|
||||||
|
*/
|
||||||
|
#define GTK_STYLE_CLASS_READ_ONLY "read-only"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GTK_STYLE_REGION_ROW:
|
* GTK_STYLE_REGION_ROW:
|
||||||
*
|
*
|
||||||
@ -1023,13 +1030,6 @@ void gtk_style_context_set_frame_clock (GtkStyleContext *context,
|
|||||||
GDK_AVAILABLE_IN_3_8
|
GDK_AVAILABLE_IN_3_8
|
||||||
GdkFrameClock *gtk_style_context_get_frame_clock (GtkStyleContext *context);
|
GdkFrameClock *gtk_style_context_get_frame_clock (GtkStyleContext *context);
|
||||||
|
|
||||||
/**
|
|
||||||
* GTK_STYLE_CLASS_READ_ONLY:
|
|
||||||
*
|
|
||||||
* A CSS class used to indicate a read-only state.
|
|
||||||
*/
|
|
||||||
#define GTK_STYLE_CLASS_READ_ONLY "read-only"
|
|
||||||
|
|
||||||
GDK_DEPRECATED_IN_3_8_FOR(gtk_style_context_set_state)
|
GDK_DEPRECATED_IN_3_8_FOR(gtk_style_context_set_state)
|
||||||
void gtk_style_context_set_direction (GtkStyleContext *context,
|
void gtk_style_context_set_direction (GtkStyleContext *context,
|
||||||
GtkTextDirection direction);
|
GtkTextDirection direction);
|
||||||
|
Loading…
Reference in New Issue
Block a user