Created
July 1, 2013 10:23
-
-
Save NuckChorris/5899791 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
| GtkWindow login_window | |
| +- GtkOverlay | |
| +- GtkVBox | |
| | +- GtkHBox | |
| | | +- GtkLabel username_label | |
| | | +- GtkInput username_input (hidden) | |
| | | +- GtkButton detail_expando_button | |
| | | +- GtkArrow | |
| | +- GtkBox detail_expando_box (hidden) | |
| | | +- GtkComboBox session_combo_box | |
| | +- GtkInput password_input | |
| +- GtkAspectFrame | |
| +- GtkImageBox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment