From ce04b1c7f105cf58566b2f265f95451363781bc0 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 12 Apr 2003 04:14:00 +0000 Subject: [PATCH] layout- icons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6781 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/images/layout-character.xpm | 25 +++++++++++++++++++++++++ lib/images/layout-document.xpm | 25 +++++++++++++++++++++++++ lib/images/layout-paragraph.xpm | 25 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 lib/images/layout-character.xpm create mode 100644 lib/images/layout-document.xpm create mode 100644 lib/images/layout-paragraph.xpm diff --git a/lib/images/layout-character.xpm b/lib/images/layout-character.xpm new file mode 100644 index 0000000000..271ac6179d --- /dev/null +++ b/lib/images/layout-character.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * layout_character_xpm[] = { +"20 20 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" .... ", +" . ", +" .. ", +" .. ", +" .. ... ", +" ..... .... ..", +" .. .. ... ..", +".. .. ... ..", +" .. .. ..", +" ...... .. ..", +" .. .. .. ..", +".. .. .. .. ", +".. .. .. .. ", +".. ... .. .. ", +" ..... .. ...... ", +" "}; diff --git a/lib/images/layout-document.xpm b/lib/images/layout-document.xpm new file mode 100644 index 0000000000..376541f145 --- /dev/null +++ b/lib/images/layout-document.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * layout_document_xpm[] = { +"20 20 2 1", +" c None", +". c #000000", +" ", +" .............. ", +" . . ", +" . . .. . .. . ", +" . .. . . .. . ", +" . . ", +" . .. . . .. . ", +" . . ", +" . ... ... . ", +" . . ", +" . . .. .. . . ", +" . . ", +" . .. . . .. . ", +" . . ", +" . .... ... . ", +" . . ", +" . . .. .. . . ", +" . . ", +" .............. ", +" "}; diff --git a/lib/images/layout-paragraph.xpm b/lib/images/layout-paragraph.xpm new file mode 100644 index 0000000000..4efa37f912 --- /dev/null +++ b/lib/images/layout-paragraph.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * layout_paragraph_xpm[] = { +"20 20 2 1", +" c None", +". c #000000", +" ", +" ", +" .............. ", +" ", +" ", +" ................. ", +" ", +" ", +" ................. ", +" ", +" ", +" ................. ", +" ", +" ", +" ................. ", +" ", +" ", +" .......... ", +" ", +" "};