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

📄 z22.html

📁 GTK+_ Gnome Application Development
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>    <title>      Structure of the Book    </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="UP" title="Introduction" href="z2.html">    <link rel="PREVIOUS" title="The Gnome Development Framework"    href="z4.html">    <link rel="NEXT" title="glib: Portability and Utility" href=     "cha-glib.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="z4.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-glib.html"><font color="#0000ff" size="2">            <b>Next &gt;&gt;&gt;</b></font></a>          </td>        </tr>      </table>    </div>    <div class="SECT1">      <h1 class="SECT1">        <a name="Z22">Structure of the Book</a>      </h1>      <p>        This book is divided into several parts:      </p>      <ul>        <li>          <p>            Right now you're reading Part 1. This chapter gives you            an overview of the Gnome application development            framework. The following two chapters quickly introduce            glib and GTK+ -- if you're already familiar with GTK+            programming, you may want to move directly to Part 2.          </p>        </li>        <li>          <p>            Part 2 guides you through the development of a skeletal            Gnome application. It starts with the creation of the            source tree, and then explains how to write menus,            dialogs, and other essential application components. At            the end of Part 2, there's a checklist of features            every application should have.          </p>        </li>        <li>          <p>            Part 3 describes some advanced topics, including the            internals of the GTK+ object and type system, writing a            custom <tt class="CLASSNAME">GtkWidget</tt> subclass,            and using the <tt class="CLASSNAME">GnomeCanvas</tt>            widget. It also covers GDK.          </p>        </li>        <li>          <p>            The appendices include a map of the GTK+ and Gnome            object hierarchy, with a short description of each            object; a map of the GTK+ and Gnome header files; and            some pointers to online programming resources.          </p>        </li>      </ul>      <p>        This book assumes some knowledge of GTK+ programming;        chapters 2 and 3 will give you a quick overview if your        knowledge is minimal, but they move very quickly. Most of        the specific widgets in GTK+ are not covered. The book is        intended to introduce Gnome programming, and some advanced        GTK+ topics; it is a supplement to an introductory GTK+        book.      </p>      <p>        Due to time and space limitations, only the central Gnome        libraries are covered; in particular, CORBA, printing, XML,        plugins, and scripting are not covered. Most large        applications will use these features in addition to the        core libraries.      </p>    </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="z4.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-glib.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>The Gnome Development            Framework</b></font>          </td>          <td colspan="2" align="right">            <font color="#000000" size="2"><b>glib: Portability and            Utility</b></font>          </td>        </tr>      </table>    </div>  </body></html>

⌨️ 快捷键说明

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