mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +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
f6d54ac7be
commit
62a829dd30
@ -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