Sha256: 2e9f47635e7f055e861f8e6615141fc00719c0f3db8f230ccbeb7c23e2886d64

Contents?: true

Size: 586 Bytes

Versions: 6

Compression:

Stored size: 586 Bytes

Contents

Shoes.app do
  para "Do we have a button tooltip?"
  @btn = button "Quit", tooltip: "kill Shoes"  do
   Shoes.quit
  end
  flow do
    @chk = check tooltip: "check button will do something"
    para "watch"
  end
  @eb = edit_box tooltip: "enter something"
  @el = edit_line tooltip: "something you type into"
  @lb = list_box tooltip: "pull it"
  start do 
    @btn.tooltip = "This will will exit shoes properly" 
    @chk.tooltip = "This will alter reality"
    @eb.tooltip = "Something different"
    @el.tooltip = "you type here"
    @lb.tooltip = "Pick a card, any card"
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/legacy/not_checked/shoes3-tests/tooltips.rb
scarpe-0.3.0 examples/legacy/not_checked/shoes3-tests/tooltips.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes3-tests/tooltips.rb
lacci-0.2.1 examples/legacy/not_checked/shoes3-tests/tooltips.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes3-tests/tooltips.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes3-tests/tooltips.rb