summaryrefslogtreecommitdiffstats
path: root/dia_options.inc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:08 +0000
commit5ce8d30439463838f845c78bc926cc9b310a8743 (patch)
treebb1852dc58711c7baee31216a765067dfa49b65b /dia_options.inc
parent10658e71475bd964263d09f1a661f24fadfaf496 (diff)
downloadbootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.gz
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.bz2
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.xz
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.zip
imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1
Diffstat (limited to 'dia_options.inc')
-rw-r--r--dia_options.inc52
1 files changed, 0 insertions, 52 deletions
diff --git a/dia_options.inc b/dia_options.inc
deleted file mode 100644
index da8826d..0000000
--- a/dia_options.inc
+++ /dev/null
@@ -1,52 +0,0 @@
-% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-%
-% Panel 'more options' entry.
-%
-% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-% Show help window.
-%
-% ( ) => ( )
-%
-/panel.options {
- /panel panel.full def
-
- boot.show not {
- /boot.show true def
- boot.setup
-
- boot.window .color.fg get setcolor
- boot.window .ed.font get setfont
-
- boot.ed 3 get
- boot.ed over edit.init
- "" ne { boot.ed ' ' edit.input } if
- } if
-
- /window.action actRedraw def
-} def
-
-
-% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-% Return width of options entry.
-%
-% ( ) => ( width )
-%
-/panel.options.width {
- txt_other_options strsize pop
-} def
-
-
-% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-% Redraw panel entry.
-%
-% ( panel ) => ( )
-%
-/panel.options.update {
- panel.text.moveto
-
- txt_other_options show
-} def
-
-