Add fallback definition of gtk_widget_get_visible in KatzeScrolled
This commit is contained in:
parent
1f9dbe9f25
commit
515795a317
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#define gtk_widget_get_allocation(wdgt, alloc) *alloc = wdgt->allocation
|
||||
#define gtk_widget_is_drawable GTK_WIDGET_DRAWABLE
|
||||
#define gtk_widget_get_drawable GTK_WIDGET_VISIBLE
|
||||
#define gtk_widget_get_visible(wdgt) GTK_WIDGET_VISIBLE (wdgt)
|
||||
#endif
|
||||
#if !GTK_CHECK_VERSION (2, 19, 6)
|
||||
#define gtk_widget_set_realized(wdgt, real) \
|
||||
|
|
Loading…
Reference in a new issue