Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created July 1, 2013 10:23
Show Gist options
  • Select an option

  • Save NuckChorris/5899791 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/5899791 to your computer and use it in GitHub Desktop.
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