Last active
August 29, 2015 14:21
-
-
Save chergert/04f0a39f0566bd3e6cd1 to your computer and use it in GitHub Desktop.
This file contains 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
<object class="EggStateMachine"> | |
<state id="default"> | |
<object id="my_revealer"> | |
<property name="reveal-child">false</property> | |
</object> | |
</state> | |
<state id="search"> | |
<object id="my_revealer"> | |
<property name="reveal-child">true</property> | |
</object> | |
<object id="my_header_bar"> | |
<style> | |
<class name="selection-mode"/> | |
</style> | |
</object> | |
</state> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment