UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

10 lines (9 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScrollBarPolicy = void 0; var ScrollBarPolicy; (function (ScrollBarPolicy) { ScrollBarPolicy[ScrollBarPolicy["ScrollBarAsNeeded"] = 0] = "ScrollBarAsNeeded"; ScrollBarPolicy[ScrollBarPolicy["ScrollBarAlwaysOff"] = 1] = "ScrollBarAlwaysOff"; ScrollBarPolicy[ScrollBarPolicy["ScrollBarAlwaysOn"] = 2] = "ScrollBarAlwaysOn"; })(ScrollBarPolicy = exports.ScrollBarPolicy || (exports.ScrollBarPolicy = {}));