All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.inkapplications.glassconsole.structures.Spanable.kt Maven / Gradle / Ivy

package com.inkapplications.glassconsole.structures

/**
 * An element that can span multiple columns or rows.
 *
 * This is used to change the relative width of an element when placed
 * in a grid layout.
 */
interface Spanable {
    val span: Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy