Skip to content

pharo-graphics/Toplo

Repository files navigation

License toplo

Toplo

Toplo is a widget framework for Pharo on top of Bloc.

Installation

Install the stable version of Toplo in current stable Pharo with:

EpMonitor disableDuring: [
  Author useAuthor: 'Load' during: [
    [ Metacello new baseline: 'Toplo'; repository: 'github://pharo-graphics/Toplo:master/src';
        onConflictUseIncoming;
        ignoreImage;
        load.
    ] on: MCMergeOrLoadWarning do: [ :warning | warning load ].
  ].
]

Add Toplo to your project Baseline with:

spec baseline: 'Toplo' with: [ spec repository: 'github://pharo-graphics/Toplo:master/src' ].

Replace master with dev to work on the branch for development.

Look and Feel features (work in progress)

A look and feel management is currently in development, using modern styles and skin management.

image image

License

This code is licensed under the MIT license.