help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Example program for Blox


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Example program for Blox
Date: Fri, 11 Jul 2008 14:46:30 +0200
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Canol Gokel wrote:
Hello,

I tried to do myself a GUI application via Blox but couldn't achieve much. Is
there any example program written for Blox? I tried looking at the code of
Tetris and the code of class browser but dind't get much. A program which
consists of a simple window and button (doing something when pressed) would be
very helpful...

You can look at packages/blox/tests/test.st

It contains some functional tests to be used as

  BLOX.Gui test: #testName

where testName is one of

    callbackTest [
    canvasTest [
    dropdownTest [
    vContainerTest [
    hContainerTest [
    editTest [
    eventTest [
    formTest [
    formattingTest [
    textEventsTest [
    imageTest [
    labelTest [
    listboxTest [
    textTest [
    fileDialogTest [
    colorDialogTest [
    menuTest [
    popupMenuTest [
    iconTest [
    progressTest [
    colorButtonTest [
    balloonTest [

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]