src/doc: introduce option --no-render in HTML phase.
[nit.git] / lib / gtk / v3_8.nit
index 540db18..71d481f 100644 (file)
@@ -21,7 +21,7 @@ import v3_6
 
 redef class GtkWidget
        # Get the visibility of the widget, check if it's parents are visible too
-       fun visible: Bool is extern `{
-               return gtk_widget_is_visible(recv);
+       fun visible: Bool `{
+               return gtk_widget_is_visible(self);
        `}
 end