Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/doc Modified Files: etk.css foot.html head.html Log Message: * Full "rereading" and documentation of the following files: - etk_alignment.c/h - etk_bin.c/h - etk_box.c/h - etk_button.c/h - etk_cache.c/h - etk_canvas.c/h - etk_combobox.c/h - etk_container.c/h - etk_dialog.c/h - etk_frame.c/h - etk_iconbox.c/h - etk_image.c/h - etk_label.c/h - etk_main.c/h - etk_marshallers.c/h The signals and the properties of these files are now fully documented. The html doc also looks like the other e-related sites. Several small bugs have been also fixed, though I don't remember which ones exactly. Most important ones are: - Child padding is now taken in account by the boxes - Implementation of etk_canvas_object_remove() =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/etk.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- etk.css 1 Oct 2005 16:29:44 -0000 1.1 +++ etk.css 12 May 2006 19:13:38 -0000 1.2 @@ -1,3 +1,30 @@ +BODY { + background : url("bg.jpg"); + background-repeat : repeat-x; + background-position : top left; + background-color : #b2a5b0; + padding-top : 0px; + padding-bottom : 0px; + padding-left : 0px; + padding-right : 0px; + margin-right: 20px; + margin-left: 20px; +} + +td.bx1[class] { background-image:url("nav_tlf.png"); } +td.bx2[class] { background-image:url("nav_top.png"); } +td.bx3[class] { background-image:url("nav_trt.png"); } +td.bx4[class] { background-image:url("nav_lef.png"); } +td.bx5 { + background : #fff; + text-align : left; + vertical-align : middle; +} +td.bx6[class] { background-image:url("nav_rig.png"); } +td.bx7[class] { background-image:url("nav_blf.png"); } +td.bx8[class] { background-image:url("nav_bot.png"); } +td.bx9[class] { background-image:url("nav_brt.png"); } + BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { font-family: Geneva, Arial, Helvetica, sans-serif; } @@ -17,7 +44,7 @@ CAPTION { font-weight: bold } DIV.qindex { width: 100%; - background-color: #eeeeff; + background-color: #eeeeee; border: 1px solid #b0b0b0; text-align: center; margin: 2px; @@ -26,7 +53,7 @@ } DIV.nav { width: 100%; - background-color: #eeeeff; + background-color: #eeeeee; border: 1px solid #b0b0b0; text-align: center; margin: 2px; @@ -34,7 +61,7 @@ line-height: 140%; } DIV.navtab { - background-color: #eeeeff; + background-color: #eeeeee; border: 1px solid #b0b0b0; text-align: center; margin: 2px; @@ -47,37 +74,37 @@ A.qindex { text-decoration: none; font-weight: bold; - color: #1A419D; + color: #444444; } A.qindex:visited { text-decoration: none; font-weight: bold; - color: #1A419D + color: #333333 } A.qindex:hover { text-decoration: none; - background-color: #ddddff; + background-color: #dddddd; } A.qindexHL { text-decoration: none; font-weight: bold; - background-color: #6666cc; + background-color: #666666; color: #ffffff; border: 1px double #9295C2; } A.qindexHL:hover { text-decoration: none; - background-color: #6666cc; + background-color: #666666; color: #ffffff; } -A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } +A.qindexHL:visited { text-decoration: none; background-color: #666666; color: #ffffff } A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } -A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} -A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} -A.codeRef:link { font-weight: normal; color: #0000FF} -A.codeRef:visited { font-weight: normal; color: #0000FF} -A:hover { text-decoration: none; background-color: #f2f2ff } +A.code:link { text-decoration: underline; font-weight: normal; color: #000000 } +A.code:visited { text-decoration: underline; font-weight: normal; color: #000000 } +A.codeRef:link { text-decoration: underline; font-weight: normal; color: #000000 } +A.codeRef:visited { text-decoration: underline; font-weight: normal; color: #000000 } +A:hover { text-decoration: none; background-color: #f2f2f2 } DL.el { margin-left: -1cm } .fragment { font-family: Fixed, monospace; @@ -96,14 +123,14 @@ padding-bottom: 4px; } DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } -TD.md { background-color: #F4F4FB; font-weight: bold; } +TD.md { background-color: #F4F4F4; font-weight: bold; } TD.mdPrefix { - background-color: #F4F4FB; + background-color: #F4F4F4; color: #606060; font-size: 80%; } -TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; } -TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; } +TD.mdname1 { background-color: #F4F4F4; font-weight: bold; color: #602020; } +TD.mdname { background-color: #F4F4F4; font-weight: bold; color: #602020; width: 600px; } DIV.groupHeader { margin-left: 16px; margin-top: 12px; @@ -111,14 +138,8 @@ font-weight: bold; } DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% } -BODY { - background: white; - color: black; - margin-right: 20px; - margin-left: 20px; -} TD.indexkey { - background-color: #eeeeff; + background-color: #eeeeee; font-weight: bold; padding-right : 10px; padding-top : 2px; @@ -131,7 +152,7 @@ border: 1px solid #CCCCCC; } TD.indexvalue { - background-color: #eeeeff; + background-color: #eeeeee; font-style: italic; padding-right : 10px; padding-top : 2px; @@ -158,7 +179,7 @@ SPAN.charliteral { color: #008080 } .mdTable { border: 1px solid #868686; - background-color: #F4F4FB; + background-color: #F4F4F4; } .mdRow { padding: 8px 10px; @@ -286,21 +307,21 @@ INPUT.search { font-size: 75%; color: #000080; font-weight: normal; - background-color: #eeeeff; + background-color: #eeeeee; } TD.tiny { font-size: 75%; } a { - color: #252E78; + color: #525252; } a:visited { - color: #3D2185; + color: #525252; } .dirtab { padding: 4px; border-collapse: collapse; border: 1px solid #b0b0b0; } -TH.dirtab { background: #eeeeff; +TH.dirtab { background: #eeeeee; font-weight: bold; } HR { height: 1px; =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/foot.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- foot.html 1 Oct 2005 16:29:44 -0000 1.1 +++ foot.html 12 May 2006 19:13:38 -0000 1.2 @@ -1,2 +1,12 @@ +</td> +<td class="bx6" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr><tr> +<td class="bx7"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx8" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx9"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr> +</table> +</center></td></tr></table> + </body> </html> =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/head.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- head.html 1 Oct 2005 16:29:44 -0000 1.1 +++ head.html 12 May 2006 19:13:38 -0000 1.2 @@ -1,19 +1,63 @@ <html> <head> - <title>$title</title> <link href=etk.css rel=stylesheet type=text/css> - </head> <body> -<div class=nav> -<table border=0 align=center><tr> -<td width=16><img src=etk_mini.png width=16 height=16 alt=E></td> -<td width=100% align=center> -E : T : K +<table border=0 cellpadding=0 cellspacing=0 width=100%> + +<tr><td class="nav"><center> +<table border=0 cellpadding=0 cellspacing=0> +<tr> +<td class="bx1"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx2" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx3"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr><tr> +<td class="bx4" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> + +<td class="bx5" height="*"> +<center> +<table border=0 cellpadding=0 cellspacing=0> +<tr><td><table class="menu"><tr> + + <td width=16><img src="etk_mini.png" width=16 height=16 alt="Etk" border=0></td> + <td width="*" align=center><table class='menu2'><tr> + <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_text'><a class="qindex" href='index.html'>Main Page</a></td> + <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_text'><a class="qindex" href='modules.html'>Widgets</a></td> + <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_text'><a class="qindex" href='annotated.html'>Data Structures</a></td> + <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_text'><a class="qindex" href='classes.html'>Index</a></td> + </tr></table></td> + <td width=16><img src="etk_mini.png" width=16 height=16 alt="Etk" border=0></td> + +</tr></table></td></tr> +</table> +</center> </td> -<td width=16><img src=etk_mini.png width=16 height=16 alt=E></td> -</tr></table> -</div> + +<td class="bx6" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr><tr> +<td class="bx7"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx8" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx9"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr> +</table> +</center></td></tr> + + + +<tr><td class="nav"><center> +<table border=0 cellpadding=0 cellspacing=0 width=100%> +<tr> +<td class="bx1"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx2" width=100%><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx3"><img src="blank.gif" width=20 height=20 alt=""></td> +</tr><tr> +<td class="bx4" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> + +<td class="bx5" height="*"> ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs