gtk-docs.sgml

来自「linux下电话本所依赖的一些图形库」· SGML 代码 · 共 611 行 · 第 1/2 页

SGML
611
字号
    &gtk-General;    &GtkAccelGroup;    &gtk-accel-map;    &gtk-Clipboards;    &gtk-Drag-and-Drop;    &gtk-Named-Icons;    &gtk-Stock-Items;    &gtk-Themeable-Stock-Images;    &gtk-Resource-Files;       &gtk-Settings;    &gtk-Bindings;    &gtk-Standard-Enumerations;    &gtk-Graphics-Contexts;    &gtk-Styles;    &gtk-Selections;    &gtk-Feature-Test-Macros;    &gtk-Signals;    &gtk-Types;  </part>  <part id="gtkobjects">    <title>GTK+ Widgets and Objects</title>    <chapter>      <title>Object Hierarchy</title>    &index-Object-Tree;    </chapter>    <chapter>      <title>Widget Gallery</title>    &visual-index;    </chapter>    <chapter id="WindowWidgets">      <title>Windows</title>        &GtkDialog;        &GtkInvisible;        &GtkMessageDialog;        &GtkWindow;        &GtkWindowGroup;        &GtkAboutDialog;    </chapter>    <chapter id="DisplayWidgets">      <title>Display Widgets</title>        &GtkAccelLabel;        &GtkImage;        &GtkLabel;        &GtkProgressBar;        &GtkStatusbar;    </chapter>    <chapter id="ButtonWidgets">      <title>Buttons and Toggles</title>        &GtkButton;        &GtkCheckButton;        &GtkRadioButton;        &GtkToggleButton;    </chapter>    <chapter id="NumericEntry">      <title>Numeric/Text Data Entry</title>        &GtkEntry;        &GtkEntryCompletion;        &GtkHScale;              &GtkVScale;        &GtkSpinButton;        &GtkEditable;    </chapter>    <chapter id="TextWidgetObjects">      <title>Multiline Text Editor</title>        &gtk-TextWidget;        &GtkTextIter;        &GtkTextMark;        &GtkTextBuffer;        &GtkTextTag;        &GtkTextTagTable;        &GtkTextView;    </chapter>    <chapter id="TreeWidgetObjects">      <title>Tree, List and Icon Grid Widgets</title>        &gtk-TreeWidget;        &GtkTreeModel;        &GtkTreeSelection;        &GtkTreeViewColumn;        &GtkTreeView;        &GtkTreeDND;        &GtkCellView;        &GtkIconView;	&GtkTreeSortable;        &GtkTreeModelSort;        &GtkTreeModelFilter;        &GtkCellLayout;        &GtkCellRenderer;        &GtkCellEditable;        &GtkCellRendererCombo;        &GtkCellRendererPixbuf;        &GtkCellRendererProgress;        &GtkCellRendererText;        &GtkCellRendererToggle;        &GtkListStore;        &GtkTreeStore;    </chapter>    <chapter id="MenusAndCombos">      <title>Menus, Combo Box, Toolbar</title>	&GtkComboBox;	&GtkComboBoxEntry;        &GtkMenu;        &GtkMenuBar;        &GtkMenuItem;        &GtkMenuShell;	&GtkImageMenuItem;        &GtkRadioMenuItem;        &GtkCheckMenuItem;              &GtkSeparatorMenuItem;        &GtkTearoffMenuItem;        &GtkToolbar;        &GtkToolItem;        &GtkSeparatorToolItem;        &GtkToolButton;	&GtkMenuToolButton;        &GtkToggleToolButton;        &GtkRadioToolButton;    </chapter>     <chapter id="Actions">      <title>Action-based menus and toolbars</title>        &GtkUIManager;        &GtkActionGroup;        &GtkAction;        &GtkToggleAction;        &GtkRadioAction;    </chapter>    <chapter id="SelectorWidgets">      <title>Selectors (File/Font/Color/Input Devices)</title>        &GtkColorButton;        &GtkColorSelection;        &GtkColorSelectionDialog;        &GtkFileSelection;	&GtkFileChooser;	&GtkFileChooserButton;	&GtkFileChooserDialog;	&GtkFileChooserWidget;	&GtkFileFilter;        &GtkFontButton;        &GtkFontSelection;        &GtkFontSelectionDialog;        &GtkInputDialog;    </chapter>        <chapter id="LayoutContainers">      <title>Layout Containers</title>        &GtkAlignment;        &GtkAspectFrame;        &GtkHBox;        &GtkVBox;        &GtkHButtonBox;        &GtkVButtonBox;        &GtkFixed;        &GtkHPaned;        &GtkVPaned;        &GtkLayout;        &GtkNotebook;        &GtkTable;        &GtkExpander;    </chapter>    <chapter id="Ornaments">      <title>Ornaments</title>        &GtkFrame;        &GtkHSeparator;        &GtkVSeparator;    </chapter>    <chapter id="ScrollingWidgets">      <title>Scrolling</title>        &GtkHScrollbar;        &GtkVScrollbar;        &GtkScrolledWindow;    </chapter>    <chapter id="MiscObjects">      <title>Miscellaneous</title>        &GtkAdjustment;        &GtkArrow;        &GtkCalendar;        &GtkDrawingArea;        &GtkEventBox;        &GtkHandleBox;        &GtkIMContextSimple;        &GtkIMMulticontext;        &GtkSizeGroup;        &GtkTooltips;        &GtkViewport;        &GtkAccessible;    </chapter>    <chapter id="AbstractObjects">      <title>Abstract Base Classes</title>        &GtkBin;        &GtkBox;        &GtkButtonBox;        &GtkContainer;        &GtkItem;        &GtkMisc;        &GtkObject;        &GtkPaned;        &GtkRange;        &GtkScale;        &GtkScrollbar;        &GtkSeparator;        &GtkWidget;        &GtkIMContext;    </chapter>        <chapter id="PlugSocket">      <title>Cross-process Embedding</title>        &GtkPlug;        &GtkSocket;    </chapter>    <chapter id="SpecialObjects">      <title>Special-purpose features</title>        &GtkCurve;        &GtkGammaCurve;        &GtkRuler;        &GtkHRuler;        &GtkVRuler;    </chapter>    <chapter id="DeprecatedObjects">      <title>Deprecated</title>        &GtkCList;              &GtkCTree;        &GtkCombo;        &GtkItemFactory;        &GtkList;        &GtkListItem;        &GtkOldEditable;        &GtkOptionMenu;        &GtkPixmap;        &GtkPreview;        &GtkProgress;        &GtkText;        &GtkTipsQuery;        &GtkTree;        &GtkTreeItem;    </chapter>  </part>  <part id="migrating">    <title>Migrating from Previous Versions of GTK+</title>    <partintro>      <para>	This part describes what you need to change in programs use	older versions of GTK+ so that they can use the new features.        It also mentions how to convert applications using widgets        found in the libgnomeui library to use their counterparts        in GTK+.      </para>    </partintro>    &gtk-migrating-checklist;    &gtk-Changes-1-2;    &gtk-Changes-2-0;    &gtk-migrating-GtkFileChooser;    &gtk-migrating-GtkAction;    &gtk-migrating-GtkComboBox;    &gtk-migrating-GtkIconView;    &gtk-migrating-GtkAboutDialog;    &gtk-migrating-GtkColorButton;  </part>  <part>    <title>GTK+ Tools</title>     &gtk-query-immodules;     &gtk-update-icon-cache;  </part>  &gtk-glossary;  <index>    <title>Index</title>  </index>  <index role="deprecated">    <title>Index of deprecated symbols</title>  </index>  <index role="2.2">    <title>Index of new symbols in 2.2</title>  </index>  <index role="2.4">    <title>Index of new symbols in 2.4</title>  </index>    <index role="2.6">    <title>Index of new symbols in 2.6</title>  </index>  </book>

⌨️ 快捷键说明

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