Gambas v3.9.2 using GTK+3 In Microsoft VB there is a "Friend" designation that allows classes in the same project to access each others members while protecting those members access from the dot notation. Example: a programmer cannot access a friend member by typing "MyClass.ClassMember". Is that functionality available in Gambas?