📄 gtk-docs.sgml
字号:
>k-Selections; >k-Feature-Test-Macros; >k-Signals; >k-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; &GtkAssistant; </chapter> <chapter id="DisplayWidgets"> <title>Display Widgets</title> &GtkAccelLabel; &GtkImage; &GtkLabel; &GtkProgressBar; &GtkStatusbar; &GtkStatusIcon; </chapter> <chapter id="ButtonWidgets"> <title>Buttons and Toggles</title> &GtkButton; &GtkCheckButton; &GtkRadioButton; &GtkToggleButton; &GtkLinkButton; &GtkScaleButton; &GtkVolumeButton; </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> >k-TextWidget; &GtkTextIter; &GtkTextMark; &GtkTextBuffer; &GtkTextTag; &GtkTextTagTable; &GtkTextView; </chapter> <chapter id="TreeWidgetObjects"> <title>Tree, List and Icon Grid Widgets</title> >k-TreeWidget; &GtkTreeModel; &GtkTreeSelection; &GtkTreeViewColumn; &GtkTreeView; &GtkTreeDND; &GtkCellView; &GtkIconView; &GtkTreeSortable; &GtkTreeModelSort; &GtkTreeModelFilter; &GtkCellLayout; &GtkCellRenderer; &GtkCellEditable; &GtkCellRendererAccel; &GtkCellRendererCombo; &GtkCellRendererPixbuf; &GtkCellRendererProgress; &GtkCellRendererSpin; &GtkCellRendererText; &GtkCellRendererToggle; &GtkListStore; &GtkTreeStore; </chapter> <chapter id="MenusAndCombos"> <title>Menus, Combo Box, Toolbar</title> &GtkComboBox; &GtkComboBoxEntry; &GtkMenu; &GtkMenuBar; &GtkMenuItem; &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; &GtkRecentAction; </chapter> <chapter id="SelectorWidgets"> <title>Selectors (File/Font/Color/Input Devices)</title> &GtkColorButton; &GtkColorSelection; &GtkColorSelectionDialog; &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="Printing"> <title>Printing</title> &GtkPrintOperation; &GtkPrintContext; &GtkPrintSettings; &GtkPageSetup; &GtkPaperSize; &GtkPrinter; &GtkPrintJob; &GtkPrintUnixDialog; &GtkPageSetupUnixDialog; </chapter> <chapter id="MiscObjects"> <title>Miscellaneous</title> &GtkAdjustment; &GtkArrow; &GtkCalendar; &GtkDrawingArea; &GtkEventBox; &GtkHandleBox; &GtkIMContextSimple; &GtkIMMulticontext; &GtkSizeGroup; &GtkTooltip; &GtkViewport; &GtkAccessible; </chapter> <chapter id="AbstractObjects"> <title>Abstract Base Classes</title> &GtkBin; &GtkBox; &GtkButtonBox; &GtkContainer; &GtkItem; &GtkMenuShell; &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="RecentDocuments"> <title>Recently Used Documents</title> &GtkRecentManager; &GtkRecentChooser; &GtkRecentChooserDialog; &GtkRecentChooserMenu; &GtkRecentChooserWidget; &GtkRecentFilter; </chapter> <chapter id="Builder"> <title>Interface builder</title> &GtkBuildable; &GtkBuilder; </chapter> <chapter id="DeprecatedObjects"> <title>Deprecated</title> &GtkCList; &GtkCTree; &GtkCombo; &GtkFileSelection; &GtkItemFactory; &GtkList; &GtkListItem; &GtkOldEditable; &GtkOptionMenu; &GtkPixmap; &GtkPreview; &GtkProgress; &GtkText; &GtkTooltips; &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> >k-migrating-checklist; >k-Changes-1-2; >k-Changes-2-0; >k-migrating-GtkFileChooser; >k-migrating-GtkAction; >k-migrating-GtkComboBox; >k-migrating-GtkIconView; >k-migrating-GtkAboutDialog; >k-migrating-GtkColorButton; >k-migrating-GtkAssistant; >k-migrating-GtkRecentChooser; >k-migrating-GtkLinkButton; >k-migrating-GtkBuilder; >k-migrating-GtkTooltip; </part> <part> <title>GTK+ Tools</title> >k-query-immodules; >k-update-icon-cache; >k-builder-convert; </part> >k-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> <index role="2.8"> <title>Index of new symbols in 2.8</title> </index> <index role="2.10"> <title>Index of new symbols in 2.10</title> </index> <index role="2.12"> <title>Index of new symbols in 2.12</title> </index> </book>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -