summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-18 17:20:38 +0000
committerbfox <bfox>2000-12-18 17:20:38 +0000
commita2a10cac38c361f16cd16f6e2ffd29aace8368e0 (patch)
tree654c0f77d82f7114d807fe78d1d22cd9e1695eb8 /iw
parent5a4a98f62131d605175e3b4fbe9a07d07d03eac9 (diff)
downloadanaconda-a2a10cac38c361f16cd16f6e2ffd29aace8368e0.tar.gz
anaconda-a2a10cac38c361f16cd16f6e2ffd29aace8368e0.tar.xz
anaconda-a2a10cac38c361f16cd16f6e2ffd29aace8368e0.zip
Added two new icons for on and off checkboxes.
Diffstat (limited to 'iw')
-rw-r--r--iw/xpms_gui.py45
1 files changed, 45 insertions, 0 deletions
diff --git a/iw/xpms_gui.py b/iw/xpms_gui.py
index 735bbb04a..9569157a6 100644
--- a/iw/xpms_gui.py
+++ b/iw/xpms_gui.py
@@ -1892,3 +1892,48 @@ VIDEOCARD_XPM = [
". 0.a.b.c.d.e.f.d.f.e.d.g.0. ",
". h.i.j.k.l.m.k.m.l.n.o.0. ",
" "]
+
+
+CHECKBOX_ON_XPM = [
+"15 15 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+"...............",
+".+++++++++++++.",
+".+...........+.",
+".+.........+.+.",
+".+........++.+.",
+".+.......++..+.",
+".+......++...+.",
+".+.+...++....+.",
+".+.++.++.....+.",
+".+..+++......+.",
+".+...+.......+.",
+".+...........+.",
+".+...........+.",
+".+++++++++++++.",
+"..............."]
+
+
+CHECKBOX_OFF_XPM = [
+"15 15 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+"...............",
+".+++++++++++++.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+...........+.",
+".+++++++++++++.",
+"..............."]
+