Stetic.ClassDescriptor.SupportsGtkVersion C# (CSharp) Method

SupportsGtkVersion() public method

public SupportsGtkVersion ( string targetVersion ) : bool
targetVersion string
return bool
        public bool SupportsGtkVersion(string targetVersion)
        {
            return WidgetUtils.CompareVersions (TargetGtkVersion, targetVersion) >= 0;
        }