Created
June 23, 2009 06:48
-
-
Save jschementi/134399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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