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

commonMain.tech.skot.core.components.SKFrameVC.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package tech.skot.core.components

/**
 * Composant affichant un écran parmis une sélection, gardée en mémoire
 */
@SKLayoutIsSimpleView
interface SKFrameVC:SKComponentVC {

    val screens:Set

    //L'écran actuellement affiché, doit être un des écrans de screens
    var screen:SKScreenVC?

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy