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

📄 gtk.devhelp

📁 linux下电话本所依赖的一些图形库
💻 DEVHELP
📖 第 1 页 / 共 5 页
字号:
        <sub name="GtkExpander" link="GtkExpander.html"/>      </sub>      <sub name="Ornaments" link="Ornaments.html">        <sub name="GtkFrame" link="GtkFrame.html"/>        <sub name="GtkHSeparator" link="GtkHSeparator.html"/>        <sub name="GtkVSeparator" link="GtkVSeparator.html"/>      </sub>      <sub name="Scrolling" link="ScrollingWidgets.html">        <sub name="GtkHScrollbar" link="GtkHScrollbar.html"/>        <sub name="GtkVScrollbar" link="GtkVScrollbar.html"/>        <sub name="GtkScrolledWindow" link="GtkScrolledWindow.html"/>      </sub>      <sub name="Miscellaneous" link="MiscObjects.html">        <sub name="GtkAdjustment" link="GtkAdjustment.html"/>        <sub name="GtkArrow" link="GtkArrow.html"/>        <sub name="GtkCalendar" link="GtkCalendar.html"/>        <sub name="GtkDrawingArea" link="GtkDrawingArea.html"/>        <sub name="GtkEventBox" link="GtkEventBox.html"/>        <sub name="GtkHandleBox" link="GtkHandleBox.html"/>        <sub name="GtkIMContextSimple" link="GtkIMContextSimple.html"/>        <sub name="GtkIMMulticontext" link="GtkIMMulticontext.html"/>        <sub name="GtkSizeGroup" link="GtkSizeGroup.html"/>        <sub name="GtkTooltips" link="GtkTooltips.html"/>        <sub name="GtkViewport" link="GtkViewport.html"/>        <sub name="GtkAccessible" link="GtkAccessible.html"/>      </sub>      <sub name="Abstract Base Classes" link="AbstractObjects.html">        <sub name="GtkBin" link="GtkBin.html"/>        <sub name="GtkBox" link="GtkBox.html"/>        <sub name="GtkButtonBox" link="GtkButtonBox.html"/>        <sub name="GtkContainer" link="GtkContainer.html"/>        <sub name="GtkItem" link="GtkItem.html"/>        <sub name="GtkMisc" link="GtkMisc.html"/>        <sub name="GtkObject" link="GtkObject.html"/>        <sub name="GtkPaned" link="GtkPaned.html"/>        <sub name="GtkRange" link="GtkRange.html"/>        <sub name="GtkScale" link="GtkScale.html"/>        <sub name="GtkScrollbar" link="GtkScrollbar.html"/>        <sub name="GtkSeparator" link="GtkSeparator.html"/>        <sub name="GtkWidget" link="GtkWidget.html"/>        <sub name="GtkIMContext" link="GtkIMContext.html"/>      </sub>      <sub name="Cross-process Embedding" link="PlugSocket.html">        <sub name="GtkPlug" link="GtkPlug.html"/>        <sub name="GtkSocket" link="GtkSocket.html"/>      </sub>      <sub name="Special-purpose features" link="SpecialObjects.html">        <sub name="GtkCurve" link="GtkCurve.html"/>        <sub name="GtkGammaCurve" link="GtkGammaCurve.html"/>        <sub name="GtkRuler" link="GtkRuler.html"/>        <sub name="GtkHRuler" link="GtkHRuler.html"/>        <sub name="GtkVRuler" link="GtkVRuler.html"/>      </sub>      <sub name="Deprecated" link="DeprecatedObjects.html">        <sub name="GtkCList" link="GtkCList.html"/>        <sub name="GtkCTree" link="GtkCTree.html"/>        <sub name="GtkCombo" link="GtkCombo.html"/>        <sub name="GtkItemFactory" link="GtkItemFactory.html"/>        <sub name="GtkList" link="GtkList.html"/>        <sub name="GtkListItem" link="GtkListItem.html"/>        <sub name="GtkOldEditable" link="GtkOldEditable.html"/>        <sub name="GtkOptionMenu" link="GtkOptionMenu.html"/>        <sub name="GtkPixmap" link="GtkPixmap.html"/>        <sub name="GtkPreview" link="GtkPreview.html"/>        <sub name="GtkProgress" link="GtkProgress.html"/>        <sub name="GtkText" link="GtkText.html"/>        <sub name="GtkTipsQuery" link="GtkTipsQuery.html"/>        <sub name="GtkTree" link="GtkTree.html"/>        <sub name="GtkTreeItem" link="GtkTreeItem.html"/>      </sub>    </sub>    <sub name="Migrating from Previous Versions of GTK+" link="migrating.html">      <sub name="Migration Checklist" link="gtk-migrating-checklist.html">        <sub name="Implement GtkWidget::popup_menu" link="gtk-migrating-checklist.html#checklist-popup-menu"/>        <sub name="Use GdkEventExpose.region" link="checklist-gdkeventexpose-region.html"/>        <sub name="Test for modifier keys correctly" link="checklist-modifiers.html"/>      </sub>      <sub name="Changes from 1.0 to 1.2" link="gtk-changes-1-2.html"/>      <sub name="Changes from 1.2 to 2.0" link="gtk-changes-2-0.html"/>      <sub name="Migrating from GtkFileSelection to GtkFileChooser" link="gtk-migrating-GtkFileChooser.html">        <sub name="Creating a GtkFileChooserDialog" link="gtk-migrating-GtkFileChooser.html#gtkfilechooser-creating"/>        <sub name="Selection Modes" link="gtkfilechooser-selection-modes.html"/>        <sub name="Installing a Preview widget" link="gtkfilechooser-installing-preview.html"/>        <sub name="Installing Extra Widgets" link="gtkfilechooser-installing-extra-widgets.html"/>        <sub name="New features" link="gtkfilechooser-new-features.html"/>      </sub>      <sub name="Migrating from old menu and toolbar systems to GtkAction" link="gtk-migrating-GtkAction.html">        <sub name="Actions and Action Groups" link="gtk-migrating-GtkAction.html#actions-and-action-groups"/>        <sub name="User Interface Manager Object" link="ui-manager.html"/>        <sub name="Migrating from GnomeUIInfo" link="migrating-gnomeuiinfo.html"/>      </sub>      <sub name="Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry" link="gtk-migrating-GtkComboBox.html">        <sub name="Migrating from GtkOptionMenu to GtkComboBox" link="gtk-migrating-GtkComboBox.html#migrating-GtkOptionMenu"/>        <sub name="Migrating from GtkCombo to GtkComboBoxEntry" link="migrating-GtkCombo.html"/>        <sub name="New features" link="new-features-GtkComboBox.html"/>      </sub>      <sub name="Migrating from GnomeIconList to GtkIconView" link="gtk-migrating-GtkIconView.html"/>      <sub name="Migrating from GnomeAbout to GtkAboutDialog" link="gtk-migrating-GtkAboutDialog.html"/>      <sub name="Migrating from GnomeColorPicker to GtkColorButton" link="gtk-migrating-GtkColorButton.html"/>    </sub>    <sub name="GTK+ Tools" link="pt05.html">      <sub name="gtk-query-immodules-2.0" link="gtk-query-immodules-2.0.html"/>      <sub name="gtk-update-icon-cache" link="gtk-update-icon-cache.html"/>    </sub>    <sub name="Glossary" link="glossary.html"/>    <sub name="Index" link="ix01.html"/>    <sub name="Index of deprecated symbols" link="ix02.html"/>    <sub name="Index of new symbols in 2.2" link="ix03.html"/>    <sub name="Index of new symbols in 2.4" link="ix04.html"/>    <sub name="Index of new symbols in 2.6" link="ix05.html"/>  </chapters>  <functions>    <function name="Common commandline options" link="gtk-running.html#id2990638"/>    <function name="Environment variables" link="gtk-running.html#id2991611"/>    <function name="Windows-specific commandline options" link="gtk-windows.html#win32-cmdline"/>    <function name="Windows-specific environment variables" link="gtk-windows.html#win32-envar"/>    <function name="Build requirements" link="gtk-framebuffer.html#id2992814"/>    <function name="Hardware requirements" link="gtk-framebuffer.html#id2993659"/>    <function name="Building and installing" link="gtk-framebuffer.html#id2993673"/>    <function name="Fonts" link="gtk-framebuffer.html#id2993708"/>    <function name="Running" link="gtk-framebuffer.html#id2993726"/>    <function name="Debug features" link="gtk-framebuffer.html#id2993846"/>    <function name="X11-specific commandline options" link="gtk-x11.html#x11-cmdline"/>    <function name="X11-specific environment variables" link="gtk-x11.html#x11-envar"/>    <function name="Server, client, window manager" link="gtk-x11.html#id2994511"/>    <function name="gtk_set_locale ()" link="gtk-General.html#gtk-set-locale"/>    <function name="gtk_disable_setlocale ()" link="gtk-General.html#gtk-disable-setlocale"/>    <function name="gtk_get_default_language ()" link="gtk-General.html#gtk-get-default-language"/>    <function name="gtk_parse_args ()" link="gtk-General.html#gtk-parse-args"/>    <function name="gtk_init ()" link="gtk-General.html#gtk-init"/>    <function name="gtk_init_check ()" link="gtk-General.html#gtk-init-check"/>    <function name="gtk_init_with_args ()" link="gtk-General.html#gtk-init-with-args"/>    <function name="gtk_get_option_group ()" link="gtk-General.html#gtk-get-option-group"/>    <function name="gtk_exit ()" link="gtk-General.html#gtk-exit"/>    <function name="gtk_events_pending ()" link="gtk-General.html#gtk-events-pending"/>    <function name="gtk_main ()" link="gtk-General.html#gtk-main"/>    <function name="gtk_main_level ()" link="gtk-General.html#gtk-main-level"/>    <function name="gtk_main_quit ()" link="gtk-General.html#gtk-main-quit"/>    <function name="gtk_main_iteration ()" link="gtk-General.html#gtk-main-iteration"/>    <function name="gtk_main_iteration_do ()" link="gtk-General.html#gtk-main-iteration-do"/>    <function name="gtk_main_do_event ()" link="gtk-General.html#gtk-main-do-event"/>    <function name="GtkModuleInitFunc ()" link="gtk-General.html#GtkModuleInitFunc"/>    <function name="GtkModuleDisplayInitFunc ()" link="gtk-General.html#GtkModuleDisplayInitFunc"/>    <function name="gtk_true ()" link="gtk-General.html#gtk-true"/>    <function name="gtk_false ()" link="gtk-General.html#gtk-false"/>    <function name="gtk_grab_add ()" link="gtk-General.html#gtk-grab-add"/>    <function name="gtk_grab_get_current ()" link="gtk-General.html#gtk-grab-get-current"/>    <function name="gtk_grab_remove ()" link="gtk-General.html#gtk-grab-remove"/>    <function name="gtk_init_add ()" link="gtk-General.html#gtk-init-add"/>    <function name="gtk_quit_add_destroy ()" link="gtk-General.html#gtk-quit-add-destroy"/>    <function name="gtk_quit_add ()" link="gtk-General.html#gtk-quit-add"/>    <function name="gtk_quit_add_full ()" link="gtk-General.html#gtk-quit-add-full"/>

⌨️ 快捷键说明

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