Skip to content

Instantly share code, notes, and snippets.

@jschementi
Created June 23, 2009 06:48
Show Gist options
  • Save jschementi/134399 to your computer and use it in GitHub Desktop.
Save jschementi/134399 to your computer and use it in GitHub Desktop.
# Accessing named children
# ------------------------
# Normal WPF
window.find_name('message_box').text = "Hello"
# wpf.rb
window.message_box.text = "Hello"
# Hiding, Showing, Collapsing elements
# ------------------------------------
# Normal WPF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment