summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_test_list_view.xml
blob: 98d6d5bda773b14a8736cec8ecc0420ba8c82b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 height="400"
 layout="topleft"
 name="floater_test_list_view"
 help_topic="floater_test_list_view"
 width="400">
    <list_view
     height="300"
     left="10"
     name="test_list_view"
     top="28"
     width="300" />
  <button
    name="test_1_btn"
    label="Test 1"
    top="350"
    left="10"
    height="20"
    width="80"
    commit_callback.function="TestListView.Test1" />
  <button
    name="test_2_btn"
    label="Test 2"
    top_delta="0"
    left_pad="10"
    height="20"
    width="80"
    commit_callback.function="TestListView.Test2" />

</floater>