Advertisement
Guest User

Alexandrea Fride - Add About land Button on top navigation bar

a guest
Feb 27th, 2010
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.14 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="60"
  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="60"
  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="50"
  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.         <button
  77.          follows="left|top"
  78.          height="23"
  79.          layout="topleft"
  80.          left_pad="7"
  81.          name="About_Land"
  82.          label="About Land"
  83.          tool_tip="About Land"
  84.          top_delta="0"
  85.          width="70">
  86.             <button.init_callback
  87.             function="Button.SetFloaterToggle"
  88.             parameter="about_land" />
  89.          </button>
  90.         <location_input
  91.          follows="left|right|top"
  92.          halign="right"
  93.          height="23"
  94.          label="Location"
  95.          layout="topleft"
  96.          left_pad="7"
  97.          max_chars="254"
  98.          mouse_opaque="false"
  99.          name="location_combo"
  100.          top_delta="0"
  101.          width="195">
  102.          <!-- *TODO: Delete.  Let the location_input use the correct art sizes.
  103.             <location_input.add_landmark_button
  104.              height="18"
  105.              name="location_combo_add"
  106.              width="20" />
  107.             <location_input.info_button
  108.              height="18"
  109.              name="location_combo_info"
  110.              width="20" />
  111.           -->
  112.         </location_input>
  113.     <!--     <button -->
  114.     <!--      follows="right|top" -->
  115.     <!--      height="20" -->
  116.     <!--      image_disabled="TextField_Search_Off" -->
  117.     <!--      image_disabled_selected="TextField_Search_Off" -->
  118.     <!--      image_hover_selected="TextField_Search_Off" -->
  119.     <!--      image_hover_unselected="TextField_Search_Off" -->
  120.     <!--      image_selected="TextField_Search_Off" -->
  121.     <!--      image_unselected="TextField_Search_Off" -->
  122.     <!--      layout="topleft" -->
  123.     <!--      left_pad="5" -->
  124.     <!--      mouse_opaque="false" -->
  125.     <!--      name="search_bg" -->
  126.     <!--      top_delta="0" -->
  127.     <!--      width="168" /> -->
  128.         <search_combo_box
  129.          bevel_style="none"
  130.          border_style="line"
  131.          border.border_thickness="0"
  132.          commit_on_focus_lost="false"
  133.          follows="right|top"
  134.          halign="right"
  135.          height="22"
  136.          label="Search"
  137.          layout="topleft"
  138.          right="-10"
  139.          mouse_opaque="false"
  140.          name="search_combo_box"
  141.          tool_tip="Search"
  142.          top_delta="0"
  143.          width="200" >
  144.          <combo_editor
  145.          label="Search [SECOND_LIFE]"
  146.          name="search_combo_editor"/>
  147.          <combo_list
  148.          draw_border="true"
  149.          border.highlight_light_color="FocusColor"
  150.          border.highlight_dark_color="FocusColor"
  151.          border.shadow_light_color="FocusColor"
  152.          border.shadow_dark_color="FocusColor"/>
  153.         </search_combo_box>
  154.     </panel>
  155.     <favorites_bar
  156.     follows="left|right|top"
  157.     font="SansSerifSmall"
  158.     height="15"
  159.     layout="topleft"
  160.     left="0"
  161.     name="favorite"
  162.     image_drag_indication="Accordion_ArrowOpened_Off"
  163.     bottom="55"
  164.     tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  165.               width="590">
  166.         <label
  167.         follows="left|top"
  168.         font.style="BOLD"
  169.         height="15"
  170.         layout="topleft"
  171.         left="10"
  172.         name="favorites_bar_label"
  173.         text_color="LtGray"
  174.         tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  175.         top="12"
  176.         width="102">
  177.           Favorites Bar
  178.         </label>
  179.     <chevron_button name=">>"
  180.                      image_unselected="TabIcon_Close_Off"
  181.                      image_selected="TabIcon_Close_Off"
  182.                      tab_stop="false"
  183.                      follows="left|bottom"
  184.                      tool_tip="Show more of My Favorites"
  185.                      width="15"
  186.              top="15"
  187.                      height="15"/>
  188.   </favorites_bar>
  189. </panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement