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


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to