Implementation of the app.nit UI module for GNU/Linux
# GTK+ services added at version 3.8
modulev3_8ispkgconfig("gtk+-3.0")importv3_6redefclassGtkWidget# Get the visibility of the widget, check if it's parents are visible too
funvisible:Bool`{
return gtk_widget_is_visible(self);
`}end