Advertisement
Guest User

panel_navigation_bar.xml

a guest
Apr 18th, 2010
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_opaque="true"
  4. background_visible="true"
  5. bg_opaque_color="MouseGray"
  6. follows="left|top|right"
  7. height="55"
  8. layout="topleft"
  9. name="navigation_bar"
  10. chrome="true"
  11. width="600">
  12.     <icon
  13.      follows="all"
  14.      image_name="NavBar_BG"
  15.      mouse_opaque="false"
  16.      name="bg_icon"
  17.      scale_image="true"
  18.      visible="true"
  19.      left="0"
  20.      top="0"
  21.      height="55"
  22.      width="600"/>
  23.     <icon
  24.      follows="all"
  25.      image_name="NavBar_BG_NoFav"
  26.      mouse_opaque="false"
  27.      name="bg_icon_no_fav"
  28.      scale_image="true"
  29.      visible="false"
  30.      left="0"
  31.      top="0"
  32.      height="45"
  33.      width="600"/>
  34.     <panel
  35.      background_visible="false"
  36.      follows="left|top|right"
  37.      top="3"
  38.      height="23"
  39.      layout="topleft"
  40.      name="navigation_panel"
  41.      width="600">
  42.          <pull_button
  43.          follows="left|top"
  44.          direction="down"
  45.          height="23"
  46.          image_overlay="Arrow_Left_Off"
  47.          image_bottom_pad="1"
  48.          layout="topleft"
  49.          left="10"
  50.          name="back_btn"
  51.          tool_tip="Go back to previous location"
  52.          top="2"
  53.          width="31" />
  54.         <pull_button
  55.          follows="left|top"
  56.          direction="down"
  57.          height="23"
  58.          image_overlay="Arrow_Right_Off"
  59.          image_bottom_pad="1"
  60.          layout="topleft"
  61.          left_pad="0"
  62.          name="forward_btn"
  63.          tool_tip="Go forward one location"
  64.          top_delta="0"
  65.          width="31" />
  66.         <button
  67.          follows="left|top"
  68.          height="23"
  69.          image_overlay="Home_Off"
  70.          layout="topleft"
  71.          left_pad="7"
  72.          name="home_btn"
  73.          tool_tip="Teleport to my home location"
  74.          top_delta="0"
  75.          width="32" />
  76.           <!-- About Land Button here -->        
  77.         <button
  78.          follows="left|top"
  79.          height="23"
  80.           use_ellipses="true"
  81.          layout="topleft"
  82.          left_pad="7"
  83.          name="About_Land"
  84.          label="About Land"
  85.          tool_tip="Pops up Land Information window"
  86.          top_delta="0"
  87.          width="70">
  88.          <button.init_callback
  89.               function="Button.SetFloaterToggle"
  90.               parameter="about_land" />
  91.          </button>
  92.           <!-- end of About Land Button -->
  93.         <location_input
  94.          follows="left|right|top"
  95.          halign="right"
  96.          height="23"
  97.          label="Location"
  98.          layout="topleft"
  99.          left="195"
  100.           right="-292"
  101.          max_chars="254"
  102.          mouse_opaque="false"
  103.          name="location_combo"
  104.          top_delta="0"
  105.          width="165">
  106.          <!-- *TODO: Delete.  Let the location_input use the correct art sizes.
  107.             <location_input.add_landmark_button
  108.              height="18"
  109.              name="location_combo_add"
  110.              width="20" />
  111.             <location_input.info_button
  112.              height="18"
  113.              name="location_combo_info"
  114.              width="20" />
  115.           -->
  116.         </location_input>
  117.        <!-- Draw distance widget here -->
  118.        <slider bottom="-20"
  119.         control_name="RenderFarClip"
  120.         decimal_digits="0"
  121.         enabled="true"
  122.         follows="right|top"
  123.         halign="left"  
  124.         height="23"
  125.         layout="topleft"
  126.         right="-210"
  127.         mouse_opaque="false"
  128.           tool_tip="Maximum distance away from camera to be rezzed (meters)"
  129.         name="draw_distance"
  130.         top_delta="0"
  131.         width="80"
  132.         hidden="false"
  133.         increment="16"
  134.         initial_val="64"
  135.         max_val="512"
  136.         min_val="32" />
  137.          <!-- end Draw distance widget -->
  138.          <search_combo_box
  139.           bevel_style="none"
  140.           border_style="line"
  141.           border.border_thickness="0"
  142.           commit_on_focus_lost="false"
  143.           follows="right|top"
  144.           halign="right"
  145.           height="23"
  146.           label="Search"
  147.           layout="topleft"
  148.           right="-10"
  149.           mouse_opaque="false"
  150.           name="search_combo_box"
  151.           tool_tip="Search"
  152.           top_delta="0"
  153.           width="200" >
  154.           <combo_editor
  155.           label="Search [SECOND_LIFE]"
  156.           name="search_combo_editor"/>
  157.           <combo_list
  158.           draw_border="true"
  159.           border.highlight_light_color="FocusColor"
  160.           border.highlight_dark_color="FocusColor"
  161.           border.shadow_light_color="FocusColor"
  162.           border.shadow_dark_color="FocusColor"/>
  163.          </search_combo_box>
  164.     </panel>
  165.     <favorites_bar
  166.     follows="left|right|top"
  167.     font="SansSerifSmall"
  168.     height="15"
  169.     layout="topleft"
  170.     left="0"
  171.     name="favorite"
  172.     image_drag_indication="Accordion_ArrowOpened_Off"
  173.     bottom="50"
  174.     tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  175.               width="590">
  176.         <label
  177.         follows="left|top"
  178.  
  179.         height="15"
  180.         layout="topleft"
  181.         left="10"
  182.         name="favorites_bar_label"
  183.         text_color="LtGray"
  184.         tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  185.         top="12"
  186.         width="102">
  187.           Favorites Bar
  188.         </label>
  189.     <chevron_button name=">>"
  190.                      image_unselected="TabIcon_Close_Off"
  191.                      image_selected="TabIcon_Close_Off"
  192.                      tab_stop="false"
  193.                      follows="left|bottom"
  194.                      tool_tip="Show more of My Favorites"
  195.                      width="15"
  196.              top="15"
  197.                      height="15"/>
  198.   </favorites_bar>
  199. </panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement