]> git.saurik.com Git - wxWidgets.git/commitdiff
added more navigation controls to wxHtmlHelpFrame
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jan 2000 00:49:40 +0000 (00:49 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jan 2000 00:49:40 +0000 (00:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/bitmaps/wdown.xpm [new file with mode: 0644]
src/html/bitmaps/wopen.xpm [new file with mode: 0644]
src/html/bitmaps/wprint.xpm [new file with mode: 0644]
src/html/bitmaps/wup.xpm [new file with mode: 0644]
src/html/bitmaps/wupnode.xpm [new file with mode: 0644]

diff --git a/src/html/bitmaps/wdown.xpm b/src/html/bitmaps/wdown.xpm
new file mode 100644 (file)
index 0000000..a1fe010
--- /dev/null
@@ -0,0 +1,24 @@
+/* XPM */
+static char * wdown_xpm[] = {
+"16 16 5 1",
+"      c None",
+".     c #000000",
+"+     c #808080",
+"@     c #C0E4CB",
+"#     c #77C490",
+"                ",
+"     .....+     ",
+"     .@##.+     ",
+"     .@##.+     ",
+"     .@##.+     ",
+"     .@##.+     ",
+"     .@##.+     ",
+"     .@##.+++++ ",
+"  ....@##....+  ",
+"   .@@####@.+   ",
+"    .@@##@.+    ",
+"     .@@@.+     ",
+"      .@.+      ",
+"       .        ",
+"                ",
+"                "};
diff --git a/src/html/bitmaps/wopen.xpm b/src/html/bitmaps/wopen.xpm
new file mode 100644 (file)
index 0000000..62e7888
--- /dev/null
@@ -0,0 +1,26 @@
+/* XPM */
+static char *wopen_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 15 5 1",
+"  c None",
+". c Black",
+"X c Yellow",
+"o c Gray100",
+"O c #bfbf00",
+/* pixels */
+"                ",
+"          ...   ",
+"         .   . .",
+"              ..",
+"  ...        ...",
+" .XoX.......    ",
+" .oXoXoXoXo.    ",
+" .XoXoXoXoX.    ",
+" .oXoX..........",
+" .XoX.OOOOOOOOO.",
+" .oo.OOOOOOOOO. ",
+" .X.OOOOOOOOO.  ",
+" ..OOOOOOOOO.   ",
+" ...........    ",
+"                "
+};
diff --git a/src/html/bitmaps/wprint.xpm b/src/html/bitmaps/wprint.xpm
new file mode 100644 (file)
index 0000000..b09bed9
--- /dev/null
@@ -0,0 +1,26 @@
+/* XPM */
+static char *wprint_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 15 5 1",
+"  c None",
+". c Black",
+"X c Gray100",
+"o c #808000",
+"O c Yellow",
+/* pixels */
+"                ",
+"     .........  ",
+"    .XXXXXXXX.  ",
+"    .X.....X.   ",
+"   .XXXXXXXX.   ",
+"   .X.....X.... ",
+"  .XXXXXXXX. . .",
+" .......... . ..",
+".          . . .",
+".............  .",
+".      ooo  . . ",
+".      OOO  ... ",
+"............. . ",
+" .         . .  ",
+"  ...........   "
+};
diff --git a/src/html/bitmaps/wup.xpm b/src/html/bitmaps/wup.xpm
new file mode 100644 (file)
index 0000000..e53256c
--- /dev/null
@@ -0,0 +1,24 @@
+/* XPM */
+static char * wup_xpm[] = {
+"16 16 5 1",
+"      c None",
+".     c #000000",
+"+     c #C0E4CB",
+"@     c #808080",
+"#     c #77C490",
+"                ",
+"       .        ",
+"      .+.@      ",
+"     .+++.@     ",
+"    .++##+.@    ",
+"   .++####+.@   ",
+"  ....+##....@  ",
+"     .+##.@@@@@ ",
+"     .+##.@     ",
+"     .+##.@     ",
+"     .+##.@     ",
+"     .+##.@     ",
+"     .+##.@     ",
+"     .....@     ",
+"                ",
+"                "};
diff --git a/src/html/bitmaps/wupnode.xpm b/src/html/bitmaps/wupnode.xpm
new file mode 100644 (file)
index 0000000..8894d7e
--- /dev/null
@@ -0,0 +1,24 @@
+/* XPM */
+static char * wupnode_xpm[] = {
+"16 16 5 1",
+"      c None",
+".     c #000000",
+"+     c #C0E4CB",
+"@     c #808080",
+"#     c #77C490",
+"                ",
+"                ",
+"      .         ",
+"     .+.@       ",
+"    .+++.@      ",
+"   .++##+.@     ",
+"  .++####+.@    ",
+" ....+##....@   ",
+"    .+##.@@@@@  ",
+"    .+##......  ",
+"    .+#######.@ ",
+"    .+#######.@ ",
+"    .+#######.@ ",
+"    ..........@ ",
+"                ",
+"                "};