Posted by pbr on Sat 26th Dec 05:01 (modification of post by pbr view diff)
diff | download | new post
- NGlue::GappX.run(:frame,:size=>[400,400],:title=>"Demo") {
- label("baz")
- vsplit() {
- fills 1,true
- tree() {
- fills 1,true
- self[0]='test'
- self[0][0] = "sub item"
- on_activate() {|e|
- SubApp.build {
- label("foobar")
- }
- }
- }
- notebook() {
- fills 1,true
- for pg in 0..3
- add_page('foo'+pg.to_s) {
- list() {
- fills 1,true
- columns(:Tree)
- self[0] = ["foo"]
- }
- }
- end
- }
- split!(110)
- }
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.