Search Results for

    Show / Hide Table of Contents

    PythonStackRibbonWindow

    Contains the default simplic ribbon window

    Import and usage of the module

    Calling any static methods

    Using simple import simplic statement

    import simplic
    
    # usage
    simplic.PythonStackRibbonWindow.METHOD(...)
    

    Using simple from simplic import ... statement

    from simplic import PythonStackRibbonWindow
    
    # usage
    PythonStackRibbonWindow.METHOD(...)
    

    Properties

    viewmodel_type

    Gets or sets the current viewmodel type

    Methods

    • Improve this Doc
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx