File: rc

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (59 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (10)
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
# sample3 - sample scrollbar for mlterm, requires "pixmap_engine" plugin.
#
# Copylight (c) 2003 Seiichi SATO <ssato@sh.rim.or.jp>
# license: Modified BSD-style license


engine = pixmap_engine


############
# geometry #
############

# width of scrollbar
width = 12

# upper limit of slider's movable range.
top_margin = 13

# lower limit of slider's movable range.
bottom_margin = 13


##############
# background #
##############

# how to draw bg_body.png.
# "true" is tiled image, "false" is scaled image.
# default is true.
bg_tile = true

# pseudo-transparent window. default is false.
bg_enable_trans = true


##################
# up/down botton #
##################

# layout of button.
# normal, none, northgravity or southgravity (default is normal)
button_layout = normal

# height of up button
button_up_height = 11

# height of down button
button_down_height = 11


##########
# slider #
##########
# how to draw slider_body.png.
# "true" is tiled image, "false" is scaled image
# default is true.
slider_tile = true