home *** CD-ROM | disk | FTP | other *** search
- <!-- Nav button and URL group -->
- <groupdef id="minibrowser.content.group">
-
- <layer
- id="placeholder"
- x="10"
- y="4"
- image="minibrowser.button.placeholder"
- />
-
- <button
- id="back"
- x="10"
- y="5"
- image="minibrowser.back.nonpressed"
- downimage="minibrowser.back.pressed"
- action="MB_BACK"
- tooltip="Back"
- />
- <button
- id="forward"
- x="55"
- y="5"
- image="minibrowser.forward.nonpressed"
- downimage="minibrowser.forward.pressed"
- action="MB_FORWARD"
- tooltip="Forward"
- />
- <button
- id="stop"
- x="77"
- y="5"
- image="minibrowser.stop.nonpressed"
- downimage="minibrowser.stop.pressed"
- action="MB_STOP"
- tooltip="Stop"
- />
- <button
- id="refresh"
- x="100"
- y="5"
- image="minibrowser.refresh.nonpressed"
- downimage="minibrowser.refresh.pressed"
- action="MB_REFRESH"
- tooltip="Refresh"
- />
- <button
- id="home"
- x="121"
- y="5"
- image="minibrowser.home.nonpressed"
- downimage="minibrowser.home.pressed"
- action="MB_HOME"
- tooltip="Home"
- />
- <button
- id="favorites"
- x="143"
- y="5"
- image="minibrowser.favorites.nonpressed"
- downimage="minibrowser.favorites.pressed"
- rectrgn="1"
- tooltip="Favorites"
- />
- <edit
- id="url"
- x="167"
- y="5"
- h="16"
- w="-180"
- relatw="1"
- action="MB_URL"
- />
-
- <browser
- id="browser"
- x="2"
- y="27"
- w="-4"
- relatw="1"
- h="-28"
- relath="1"
- url="http://www.deviantart.com/"
- mainmb="1"
- />
-
- </groupdef>
-
- <!-- Minibrowser layout, a standardframe with a browser and a few controls -->
- <!-- This is exactly the same as the one in comp-norm.xml -->
- <!-- only difference is the nav button group is added -->
-
- <layout id="normal" background="component.basetexture" default_w="315" default_h="348" minimum_h="116" minimum_w="275">
-
- <group id="studio.standardframe"
- x="0" y="0" w="0" h="0" relatw="1" relath="1"
- notify="content,minibrowser.content.group"
- />
-
- </layout>
-
-