downsizing-gtk.html
来自「GTK in embedded systems」· HTML 代码 · 共 68 行
HTML
68 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <title>GTK+ on Embedded Devices</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="talk.css"> </head> <body> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td rowspan="3" width="36"> </td> <td valign="top" align="right" height="50"><img src="header_left.png" width="349" height="36" align="top"> </td> <td valign="top" rowspan="2" width="237"><img src="header_right.png" width="237" height="200"> <br> </td> </tr> <tr> <td valign="top"> <h1>Downsizing GTK+</h1> </td> </tr> <tr height="100%"> <td valign="top"> <p> Removing all deprecated stuff as well as all widgets not needed for the target application(s). </p> <p> Remove them from Makefile.am, gtk.h and POTFILES.in. </p> <p> Remove their files to avoid enum autogeneration. </p> <p> <pre>% ldd ./gtktetris libgtk-directfb-2.0.so.0 962k (rest same as before) ----- 4.3M (stripped) </pre> </p> <p> Remove unneeded stock icons. </p> </td> <td valign="top" align="right"><img src="border.png" width="145" height="100%"> </td> </tr> <tr> <td align="right" colspan="3"> <a href="libs-directfb.html"><img src="left.png" border="0"></a> <a href="static-linking.html"><img src="right.png" border="0"></a> </td> </tr> </tbody> </table> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?