/** * Represents the packing location #GtkBox children. (See: #GtkVBox, * #GtkHBox, and #GtkButtonBox). */ declare enum LevelBarMode { CONTINUOUS = 0, DISCRETE = 1 } export default LevelBarMode;