blob: 000d7797594c9e57d1bf3d853187357a330cc0b2 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
name="emojipicker"
title="CHOOSE EMOJI"
help_topic="emojipicker"
positioning="cascading"
legacy_header_height="0"
can_resize="true"
layout="topleft"
height="400"
width="200">
<line_editor
name="Search"
label="Type to search"
layout="bottomleft"
follows="bottom|left|right"
text_tentative_color="TextFgTentativeColor"
max_length_bytes="63"
bottom="14"
left="34"
height="29"
width="162" />
<button
name="PreviewEmoji"
layout="bottomleft"
follows="bottom|left"
font="EmojiHuge"
use_font_color="true"
bottom="14"
left="2"
height="29"
width="29" />
<scroll_list
name="Emojis"
layout="topleft"
follows="all"
sort_column="0"
max_chars="63"
commit_on_selection_change="true"
draw_heading="true"
heading_height="25"
row_padding="0"
top="25"
left="0"
height="330"
width="200">
<columns
label="@"
name="look"
width="16" />
<columns
label="Name"
name="name" />
</scroll_list>
<combo_box
name="Category"
label="Choose a category"
layout="topleft"
follows="top|left|right"
allow_text_entry="true"
top="0"
left="2"
height="25"
width="196" />
</floater>
|