⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 advanced.html

📁 GTK+_ Gnome Application Development
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>    <title>      Advanced GTK+/Gnome Techniques    </title>    <meta name="GENERATOR" content=    "Modular DocBook HTML Stylesheet Version 1.45">    <link rel="HOME" title="GTK+ / Gnome Application Development"    href="ggad.html">    <link rel="PREVIOUS" title="Gnome Application Checklist" href=     "cha-checklist.html">    <link rel="NEXT" title="The GTK+ Object and Type System" href=     "cha-objects.html">  </head>  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink=   "#840084" alink="#0000FF">    <div class="NAVHEADER">      <table width="100%" border="0" bgcolor="#ffffff" cellpadding=       "1" cellspacing="0">        <tr>          <th colspan="4" align="center">            <font color="#000000" size="2">GTK+ / Gnome Application            Development</font>          </th>        </tr>        <tr>          <td width="25%" bgcolor="#ffffff" align="left">            <a href="cha-checklist.html"><font color="#0000ff"            size="2"><b>&lt;&lt;&lt; Previous</b></font></a>          </td>          <td width="25%" colspan="2" bgcolor="#ffffff" align=           "center">            <font color="#0000ff" size="2"><b><a href="ggad.html">            <font color="#0000ff" size="2"><b>            Home</b></font></a></b></font>          </td>          <td width="25%" bgcolor="#ffffff" align="right">            <a href="cha-objects.html"><font color="#0000ff" size=            "2"><b>Next &gt;&gt;&gt;</b></font></a>          </td>        </tr>      </table>    </div>    <div class="PART">      <a name="ADVANCED"></a>      <div class="TITLEPAGE">        <h1 class="TITLE">          III. Advanced GTK+/Gnome Techniques        </h1>        <div class="PARTINTRO">          <a name="AEN5524"></a>          <p>            The previous part got you started with a skeletal            application. This part of the book describes features            available to the Gnome developer as she begins to            implement the main functionality of the program. The            first few chapters in this part cover some useful GTK+            details. The later chapters branch out to describe            facilities unique to Gnome. You may not use all the            tools described here for a given application, but you            will probably use many of them.          </p>        </div>        <div class="TOC">          <dl>            <dt>              <b>Table of Contents</b>            </dt>            <dt>              <a href="cha-objects.html">The GTK+ Object and Type              System</a>            </dt>            <dt>              <a href="cha-gdk.html">GDK Basics</a>            </dt>            <dt>              <a href="cha-widget.html">Writing a <tt class=               "CLASSNAME">GtkWidget</tt></a>            </dt>            <dt>              <a href="cha-canvas.html"><tt class="CLASSNAME">              GnomeCanvas</tt></a>            </dt>            <dt>              <a href="cha-canvasitem.html">Writing a <span class=               "STRUCTNAME">GnomeCanvasItem</span></a>            </dt>          </dl>        </div>      </div>    </div>    <div class="NAVFOOTER">      <br>      <br>      <table width="100%" border="0" bgcolor="#ffffff" cellpadding=       "1" cellspacing="0">        <tr>          <td width="25%" bgcolor="#ffffff" align="left">            <a href="cha-checklist.html"><font color="#0000ff"            size="2"><b>&lt;&lt;&lt; Previous</b></font></a>          </td>          <td width="25%" colspan="2" bgcolor="#ffffff" align=           "center">            <font color="#0000ff" size="2"><b><a href="ggad.html">            <font color="#0000ff" size="2"><b>            Home</b></font></a></b></font>          </td>          <td width="25%" bgcolor="#ffffff" align="right">            <a href="cha-objects.html"><font color="#0000ff" size=            "2"><b>Next &gt;&gt;&gt;</b></font></a>          </td>        </tr>        <tr>          <td colspan="2" align="left">            <font color="#000000" size="2"><b>Gnome Application            Checklist</b></font>          </td>          <td colspan="2" align="right">            <font color="#000000" size="2"><b>The GTK+ Object and            Type System</b></font>          </td>        </tr>      </table>    </div>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -