mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Add version info about the deprecation of GTK_WIDGET_SENSITIVE
This completes the patch of
commit 64f526d34e
This commit is contained in:
parent
fa934294a7
commit
cb4f39c7a8
@ -271,6 +271,8 @@ typedef enum
|
||||
* @wid: a #GtkWidget.
|
||||
*
|
||||
* Evaluates to %TRUE if the #GTK_SENSITIVE flag has be set on the widget.
|
||||
*
|
||||
* Deprecated: 2.20: Use gtk_widget_get_sensitive() instead.
|
||||
*/
|
||||
#define GTK_WIDGET_SENSITIVE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_SENSITIVE) != 0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user