conventions.html

来自「linux下gnome编程」· HTML 代码 · 共 169 行

HTML
169
字号
<HTML><HEAD><TITLE>Conventions</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.61"><LINKREL="HOME"TITLE="Writing GNOME Applications"HREF="index.html"><LINKREL="UP"TITLE="Preface"HREF="preface.html"><LINKREL="PREVIOUS"TITLE="Prerequisites"HREF="prerequisites.html"><LINKREL="NEXT"TITLE="Resources"HREF="resources.html"></HEAD><BODYCLASS="SECT1"><DIVCLASS="NAVHEADER"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Writing GNOME Applications</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="prerequisites.html">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Preface</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="resources.html">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="SECT1"><H1CLASS="SECT1"><ANAME="CONVENTIONS">Conventions</A></H1><P>        The conventions in this book are pretty simple. All function        names, file names, commands, and source code listings use a        monospace font-for exam- ple, "use the gnome_init( ) function        in the file gnome-libs/libgnomeui/ gnome-init.c." In some        cases, a software package is distributed under the same name        as its primary executable. To differentiate between the        package and the tool, the package name will appear in normal        roman typeface, and the tool name in Courier as always. Thus        we might find the following statement: "The autoconf package        contains the autoconf tool." The build tools in Chapter 3 are        particularly guilty of this ambiguity.      </P><P>        Shell interactions are also in monospace. Commands you type in        are pref- aced with a "$" prompt and appear in bold (although        you shouldn't actually type in the "$"). The output of the        command appears in nonbold after the com- mand. In the        interest of clarity, certain repetitive output has been        omitted. The output on your system may be different from what        appears in the book. In the example that follows, the        gnome-config command would obviously print out the version of        your own GNOME installation.      </P><TABLEBORDER="0"BGCOLOR="#E0E0E0"WIDTH="100%"><TR><TD><PRECLASS="SCREEN">$ gnome-config --versiongnome-libs 1.2.0      </PRE></TD></TR></TABLE></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="prerequisites.html">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="index.html">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="resources.html">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Prerequisites</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="preface.html">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Resources</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

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