2002-05-28 22:23:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-07-10 03:27:56 +00:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2002-11-21 20:19:01 +00:00
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
2010-11-23 18:36:44 +00:00
|
|
|
<!ENTITY pi "π">
|
|
|
|
<!ENTITY solidus "⁄">
|
1999-08-16 18:51:52 +00:00
|
|
|
]>
|
2008-07-10 03:27:56 +00:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
1999-08-16 18:51:52 +00:00
|
|
|
<bookinfo>
|
2016-10-07 10:19:07 +00:00
|
|
|
<title>GTK+ 4 Reference Manual</title>
|
2009-02-06 08:16:22 +00:00
|
|
|
<releaseinfo>
|
2016-10-07 10:19:07 +00:00
|
|
|
This document is for the GTK+ 4 library, version &version;.
|
2011-02-11 17:39:07 +00:00
|
|
|
The latest versions can be found online at
|
2017-04-03 17:06:51 +00:00
|
|
|
<ulink role="online-location" url="https://developer.gnome.org/gtk4/">https://developer.gnome.org/gtk4/</ulink>.
|
2016-10-07 10:19:07 +00:00
|
|
|
If you are looking for the older GTK+ 3 series of libraries,
|
2017-04-03 17:06:51 +00:00
|
|
|
see <ulink role="online-location" url="https://developer.gnome.org/gtk3/">https://developer.gnome.org/gtk3/</ulink>.
|
2009-02-06 08:16:22 +00:00
|
|
|
</releaseinfo>
|
1999-08-16 18:51:52 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<part id="gtk">
|
2001-09-08 04:39:53 +00:00
|
|
|
<title>GTK+ Overview</title>
|
2010-10-15 16:10:59 +00:00
|
|
|
<xi:include href="overview.xml"/>
|
|
|
|
<xi:include href="xml/getting_started.xml"/>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="resources.sgml" />
|
|
|
|
<xi:include href="xml/question_index.sgml" />
|
2008-10-29 18:59:40 +00:00
|
|
|
<xi:include href="drawing-model.xml" />
|
2015-02-18 11:13:28 +00:00
|
|
|
<xi:include href="xml/input-handling.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</part>
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<part id="gtkobjects">
|
1999-08-16 18:51:52 +00:00
|
|
|
<title>GTK+ Widgets and Objects</title>
|
2003-06-17 00:37:28 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter>
|
1999-08-16 18:51:52 +00:00
|
|
|
<title>Object Hierarchy</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/tree_index.sgml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2004-08-24 06:29:25 +00:00
|
|
|
<chapter>
|
|
|
|
<title>Widget Gallery</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="visual_index.xml" />
|
2004-08-24 06:29:25 +00:00
|
|
|
</chapter>
|
|
|
|
|
2018-06-12 01:56:21 +00:00
|
|
|
<chapter id="Lists">
|
|
|
|
<title>GListModel support</title>
|
2018-08-31 03:34:18 +00:00
|
|
|
<xi:include href="xml/gtkfilterlistmodel.xml" />
|
2018-09-02 22:48:28 +00:00
|
|
|
<xi:include href="xml/gtkflattenlistmodel.xml" />
|
2018-09-10 23:28:19 +00:00
|
|
|
<xi:include href="xml/gtkmaplistmodel.xml" />
|
2018-09-12 01:07:24 +00:00
|
|
|
<xi:include href="xml/gtkslicelistmodel.xml" />
|
2018-06-12 01:56:21 +00:00
|
|
|
<xi:include href="xml/gtktreelistmodel.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2013-07-18 01:10:29 +00:00
|
|
|
<chapter id="Application">
|
|
|
|
<title>Application support</title>
|
|
|
|
<xi:include href="xml/gtkapplication.xml" />
|
|
|
|
<xi:include href="xml/gtkapplicationwindow.xml" />
|
|
|
|
<xi:include href="xml/gtkactionable.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2013-07-18 01:11:35 +00:00
|
|
|
<chapter id="Builder">
|
|
|
|
<title>Interface builder</title>
|
|
|
|
<xi:include href="xml/gtkbuilder.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkbuildable.xml" />
|
2013-07-18 01:11:35 +00:00
|
|
|
</chapter>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="WindowWidgets">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Windows</title>
|
2014-01-20 17:44:29 +00:00
|
|
|
<xi:include href="xml/gtkwindow.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkdialog.xml" />
|
|
|
|
<xi:include href="xml/gtkmessagedialog.xml" />
|
|
|
|
<xi:include href="xml/gtkaboutdialog.xml" />
|
|
|
|
<xi:include href="xml/gtkassistant.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkinvisible.xml" />
|
2014-01-20 17:44:29 +00:00
|
|
|
<xi:include href="xml/gtkwindowgroup.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2013-07-18 01:24:51 +00:00
|
|
|
<chapter id="LayoutContainers">
|
|
|
|
<title>Layout Containers</title>
|
|
|
|
<xi:include href="xml/gtkbox.xml" />
|
2017-06-02 00:56:32 +00:00
|
|
|
<xi:include href="xml/gtkcenterbox.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkgrid.xml" />
|
|
|
|
<xi:include href="xml/gtkrevealer.xml" />
|
|
|
|
<xi:include href="xml/gtklistbox.xml" />
|
2013-09-29 17:43:27 +00:00
|
|
|
<xi:include href="xml/gtkflowbox.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkstack.xml" />
|
|
|
|
<xi:include href="xml/gtkstackswitcher.xml" />
|
2015-02-12 17:09:13 +00:00
|
|
|
<xi:include href="xml/gtkstacksidebar.xml" />
|
2014-01-06 21:36:59 +00:00
|
|
|
<xi:include href="xml/gtkactionbar.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkheaderbar.xml" />
|
|
|
|
<xi:include href="xml/gtkoverlay.xml" />
|
|
|
|
<xi:include href="xml/gtkbbox.xml" />
|
|
|
|
<xi:include href="xml/gtkpaned.xml" />
|
|
|
|
<xi:include href="xml/gtklayout.xml" />
|
|
|
|
<xi:include href="xml/gtknotebook.xml" />
|
|
|
|
<xi:include href="xml/gtkexpander.xml" />
|
|
|
|
<xi:include href="xml/gtkorientable.xml" />
|
|
|
|
<xi:include href="xml/gtkaspectframe.xml" />
|
|
|
|
<xi:include href="xml/gtkfixed.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="DisplayWidgets">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Display Widgets</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtklabel.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkimage.xml" />
|
2018-06-09 20:48:06 +00:00
|
|
|
<xi:include href="xml/gtkpicture.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkspinner.xml" />
|
|
|
|
<xi:include href="xml/gtkinfobar.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkprogressbar.xml" />
|
2012-05-29 21:00:33 +00:00
|
|
|
<xi:include href="xml/gtklevelbar.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkstatusbar.xml" />
|
|
|
|
<xi:include href="xml/gtkaccellabel.xml" />
|
2018-05-07 00:42:12 +00:00
|
|
|
<xi:include href="xml/gtkcalendar.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2018-05-05 22:28:19 +00:00
|
|
|
<chapter id="MediaSupport">
|
|
|
|
<title>Media Support</title>
|
|
|
|
<xi:include href="xml/gtkvideo.xml" />
|
|
|
|
<xi:include href="xml/gtkmediacontrols.xml" />
|
|
|
|
<xi:include href="xml/gtkmediastream.xml" />
|
|
|
|
<xi:include href="xml/gtkmediafile.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="ButtonWidgets">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Buttons and Toggles</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkbutton.xml" />
|
|
|
|
<xi:include href="xml/gtkcheckbutton.xml" />
|
|
|
|
<xi:include href="xml/gtkradiobutton.xml" />
|
|
|
|
<xi:include href="xml/gtktogglebutton.xml" />
|
|
|
|
<xi:include href="xml/gtklinkbutton.xml" />
|
2013-07-18 01:24:51 +00:00
|
|
|
<xi:include href="xml/gtkmenubutton.xml" />
|
|
|
|
<xi:include href="xml/gtkswitch.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkscalebutton.xml" />
|
|
|
|
<xi:include href="xml/gtkvolumebutton.xml" />
|
2011-04-30 03:40:47 +00:00
|
|
|
<xi:include href="xml/gtklockbutton.xml" />
|
2014-10-26 23:04:28 +00:00
|
|
|
<xi:include href="xml/gtkmodelbutton.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="NumericEntry">
|
2014-02-20 00:37:45 +00:00
|
|
|
<title>Numeric and Text Data Entry</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkentry.xml" />
|
2009-07-09 01:41:53 +00:00
|
|
|
<xi:include href="xml/gtkentrybuffer.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkentrycompletion.xml" />
|
2010-05-26 17:07:51 +00:00
|
|
|
<xi:include href="xml/gtkscale.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkspinbutton.xml" />
|
2012-06-01 14:04:31 +00:00
|
|
|
<xi:include href="xml/gtksearchentry.xml" />
|
2013-05-21 15:26:37 +00:00
|
|
|
<xi:include href="xml/gtksearchbar.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkeditable.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="TextWidgetObjects">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Multiline Text Editor</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/text_widget.sgml" />
|
|
|
|
<xi:include href="xml/gtktextiter.xml" />
|
|
|
|
<xi:include href="xml/gtktextmark.xml" />
|
|
|
|
<xi:include href="xml/gtktextbuffer.xml" />
|
|
|
|
<xi:include href="xml/gtktexttag.xml" />
|
|
|
|
<xi:include href="xml/gtktexttagtable.xml" />
|
|
|
|
<xi:include href="xml/gtktextview.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="TreeWidgetObjects">
|
2004-07-19 19:57:29 +00:00
|
|
|
<title>Tree, List and Icon Grid Widgets</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/tree_widget.sgml" />
|
|
|
|
<xi:include href="xml/gtktreemodel.xml" />
|
|
|
|
<xi:include href="xml/gtktreeselection.xml" />
|
|
|
|
<xi:include href="xml/gtktreeviewcolumn.xml" />
|
|
|
|
<xi:include href="xml/gtktreeview.xml" />
|
|
|
|
<xi:include href="xml/gtktreednd.xml" />
|
|
|
|
<xi:include href="xml/gtkcellview.xml" />
|
|
|
|
<xi:include href="xml/gtkiconview.xml" />
|
|
|
|
<xi:include href="xml/gtktreesortable.xml" />
|
|
|
|
<xi:include href="xml/gtktreemodelsort.xml" />
|
|
|
|
<xi:include href="xml/gtktreemodelfilter.xml" />
|
|
|
|
<xi:include href="xml/gtkcelllayout.xml" />
|
2010-12-02 15:29:43 +00:00
|
|
|
<xi:include href="xml/gtkcellarea.xml" />
|
|
|
|
<xi:include href="xml/gtkcellareabox.xml" />
|
|
|
|
<xi:include href="xml/gtkcellareacontext.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkcellrenderer.xml" />
|
|
|
|
<xi:include href="xml/gtkcelleditable.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrendereraccel.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrenderercombo.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrendererpixbuf.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrendererprogress.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrendererspin.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrenderertext.xml" />
|
|
|
|
<xi:include href="xml/gtkcellrenderertoggle.xml" />
|
2009-10-14 17:25:23 +00:00
|
|
|
<xi:include href="xml/gtkcellrendererspinner.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkliststore.xml" />
|
|
|
|
<xi:include href="xml/gtktreestore.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2007-12-14 11:03:41 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="MenusAndCombos">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Menus, Combo Box, Toolbar</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkcombobox.xml" />
|
2010-10-15 20:52:25 +00:00
|
|
|
<xi:include href="xml/gtkcomboboxtext.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkmenu.xml" />
|
|
|
|
<xi:include href="xml/gtkmenubar.xml" />
|
|
|
|
<xi:include href="xml/gtkmenuitem.xml" />
|
|
|
|
<xi:include href="xml/gtkradiomenuitem.xml" />
|
|
|
|
<xi:include href="xml/gtkcheckmenuitem.xml" />
|
|
|
|
<xi:include href="xml/gtkseparatormenuitem.xml" />
|
|
|
|
<xi:include href="xml/gtktoolshell.xml" />
|
|
|
|
<xi:include href="xml/gtktoolbar.xml" />
|
|
|
|
<xi:include href="xml/gtktoolitem.xml" />
|
|
|
|
<xi:include href="xml/gtkseparatortoolitem.xml" />
|
|
|
|
<xi:include href="xml/gtktoolbutton.xml" />
|
|
|
|
<xi:include href="xml/gtkmenutoolbutton.xml" />
|
|
|
|
<xi:include href="xml/gtktoggletoolbutton.xml" />
|
|
|
|
<xi:include href="xml/gtkradiotoolbutton.xml" />
|
2013-11-13 14:11:21 +00:00
|
|
|
<xi:include href="xml/gtkpopover.xml" />
|
2014-10-26 23:04:28 +00:00
|
|
|
<xi:include href="xml/gtkpopovermenu.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2007-12-14 11:03:41 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="SelectorWidgets">
|
2014-02-20 00:37:45 +00:00
|
|
|
<title>Selector Widgets and Dialogs</title>
|
2012-02-04 00:40:36 +00:00
|
|
|
<xi:include href="xml/gtkcolorchooser.xml" />
|
2012-02-15 04:36:02 +00:00
|
|
|
<xi:include href="xml/gtkcolorbutton.xml" />
|
2012-02-04 00:40:36 +00:00
|
|
|
<xi:include href="xml/gtkcolorchooserwidget.xml" />
|
|
|
|
<xi:include href="xml/gtkcolorchooserdialog.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkfilechooser.xml" />
|
|
|
|
<xi:include href="xml/gtkfilechooserbutton.xml" />
|
2015-10-29 14:06:57 +00:00
|
|
|
<xi:include href="xml/gtkfilechoosernative.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkfilechooserdialog.xml" />
|
|
|
|
<xi:include href="xml/gtkfilechooserwidget.xml" />
|
|
|
|
<xi:include href="xml/gtkfilefilter.xml" />
|
2011-08-15 02:33:23 +00:00
|
|
|
<xi:include href="xml/gtkfontchooser.xml" />
|
2012-02-15 04:36:02 +00:00
|
|
|
<xi:include href="xml/gtkfontbutton.xml" />
|
2012-02-04 00:40:36 +00:00
|
|
|
<xi:include href="xml/gtkfontchooserwidget.xml" />
|
|
|
|
<xi:include href="xml/gtkfontchooserdialog.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2013-07-18 01:15:37 +00:00
|
|
|
|
2018-05-07 00:42:12 +00:00
|
|
|
<chapter id="DrawingWidgets">
|
|
|
|
<title>Widgets for custom drawing</title>
|
|
|
|
<xi:include href="xml/gtkdrawingarea.xml" />
|
|
|
|
<xi:include href="xml/gtkglarea.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="Ornaments">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Ornaments</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkframe.xml" />
|
2010-05-26 17:07:51 +00:00
|
|
|
<xi:include href="xml/gtkseparator.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="ScrollingWidgets">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Scrolling</title>
|
2010-05-26 17:07:51 +00:00
|
|
|
<xi:include href="xml/gtkscrollbar.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkscrolledwindow.xml" />
|
2010-10-18 04:21:39 +00:00
|
|
|
<xi:include href="xml/gtkscrollable.xml" />
|
2018-05-07 00:42:12 +00:00
|
|
|
<xi:include href="xml/gtkviewport.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2006-04-21 15:09:32 +00:00
|
|
|
<chapter id="Printing">
|
|
|
|
<title>Printing</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkprintoperation.xml" />
|
|
|
|
<xi:include href="xml/gtkprintcontext.xml" />
|
|
|
|
<xi:include href="xml/gtkprintsettings.xml" />
|
|
|
|
<xi:include href="xml/gtkpagesetup.xml" />
|
|
|
|
<xi:include href="xml/gtkpapersize.xml" />
|
|
|
|
<xi:include href="xml/gtkprinter.xml" />
|
|
|
|
<xi:include href="xml/gtkprintjob.xml" />
|
|
|
|
<xi:include href="xml/gtkprintunixdialog.xml" />
|
|
|
|
<xi:include href="xml/gtkpagesetupunixdialog.xml" />
|
2006-04-21 15:09:32 +00:00
|
|
|
</chapter>
|
|
|
|
|
2015-10-11 20:39:18 +00:00
|
|
|
<chapter id="ShortcutsOverview">
|
|
|
|
<title>Shortcuts Overview</title>
|
|
|
|
<xi:include href="xml/gtkshortcutswindow.xml" />
|
|
|
|
<xi:include href="xml/gtkshortcutssection.xml" />
|
|
|
|
<xi:include href="xml/gtkshortcutsgroup.xml" />
|
|
|
|
<xi:include href="xml/gtkshortcutsshortcut.xml" />
|
|
|
|
</chapter>
|
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="MiscObjects">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Miscellaneous</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkadjustment.xml" />
|
|
|
|
<xi:include href="xml/gtkimcontextsimple.xml" />
|
|
|
|
<xi:include href="xml/gtkimmulticontext.xml" />
|
|
|
|
<xi:include href="xml/gtksizegroup.xml" />
|
|
|
|
<xi:include href="xml/gtktooltip.xml" />
|
2016-11-18 11:53:57 +00:00
|
|
|
<xi:include href="xml/gtksnapshot.xml" />
|
2018-05-07 00:42:12 +00:00
|
|
|
<xi:include href="xml/gtkwidgetpaintable.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2002-03-07 23:20:16 +00:00
|
|
|
<chapter id="AbstractObjects">
|
2000-10-24 00:15:14 +00:00
|
|
|
<title>Abstract Base Classes</title>
|
2010-10-12 04:46:59 +00:00
|
|
|
<xi:include href="xml/gtkwidget.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkcontainer.xml" />
|
2010-10-12 04:46:59 +00:00
|
|
|
<xi:include href="xml/gtkbin.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkmenushell.xml" />
|
|
|
|
<xi:include href="xml/gtkrange.xml" />
|
|
|
|
<xi:include href="xml/gtkimcontext.xml" />
|
2015-11-05 14:59:08 +00:00
|
|
|
<xi:include href="xml/gtknativedialog.xml" />
|
2018-05-07 00:42:12 +00:00
|
|
|
<xi:include href="xml/gtkaccessible.xml" />
|
2008-07-10 03:27:56 +00:00
|
|
|
</chapter>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2006-03-29 20:19:01 +00:00
|
|
|
<chapter id="RecentDocuments">
|
|
|
|
<title>Recently Used Documents</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/gtkrecentmanager.xml" />
|
2006-03-29 20:19:01 +00:00
|
|
|
</chapter>
|
|
|
|
|
2010-11-30 16:27:53 +00:00
|
|
|
<chapter id="ApplicationChoosing">
|
|
|
|
<title>Choosing from installed applications</title>
|
|
|
|
<xi:include href="xml/gtkappchooser.xml" />
|
|
|
|
<xi:include href="xml/gtkappchooserbutton.xml" />
|
|
|
|
<xi:include href="xml/gtkappchooserdialog.xml" />
|
|
|
|
<xi:include href="xml/gtkappchooserwidget.xml" />
|
|
|
|
</chapter>
|
2010-06-07 20:44:58 +00:00
|
|
|
|
2013-01-17 20:11:47 +00:00
|
|
|
<chapter id="Gestures">
|
2016-08-04 17:22:34 +00:00
|
|
|
<title>Gestures and event handling</title>
|
2014-05-20 01:41:35 +00:00
|
|
|
<xi:include href="xml/gtkeventcontroller.xml" />
|
2018-06-07 11:17:20 +00:00
|
|
|
<xi:include href="xml/gtkeventcontrollerkey.xml" />
|
2017-12-01 22:17:04 +00:00
|
|
|
<xi:include href="xml/gtkeventcontrollerscroll.xml" />
|
2017-12-12 15:23:48 +00:00
|
|
|
<xi:include href="xml/gtkeventcontrollermotion.xml" />
|
2013-01-17 20:11:47 +00:00
|
|
|
<xi:include href="xml/gtkgesture.xml" />
|
2014-04-09 16:29:48 +00:00
|
|
|
<xi:include href="xml/gtkgesturesingle.xml" />
|
2013-01-17 20:11:47 +00:00
|
|
|
<xi:include href="xml/gtkgesturedrag.xml" />
|
|
|
|
<xi:include href="xml/gtkgesturelongpress.xml" />
|
|
|
|
<xi:include href="xml/gtkgesturemultipress.xml" />
|
2014-04-09 16:29:48 +00:00
|
|
|
<xi:include href="xml/gtkgesturepan.xml" />
|
2013-01-17 20:11:47 +00:00
|
|
|
<xi:include href="xml/gtkgestureswipe.xml" />
|
|
|
|
<xi:include href="xml/gtkgesturerotate.xml" />
|
|
|
|
<xi:include href="xml/gtkgesturezoom.xml" />
|
2018-05-05 22:03:31 +00:00
|
|
|
<xi:include href="xml/gtkgesturestylus.xml" />
|
2016-08-04 17:22:34 +00:00
|
|
|
<xi:include href="xml/gtkpadcontroller.xml" />
|
2013-01-17 20:11:47 +00:00
|
|
|
</chapter>
|
|
|
|
|
2003-06-17 00:37:28 +00:00
|
|
|
</part>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2013-07-18 01:32:42 +00:00
|
|
|
<part id="gtkbase">
|
|
|
|
<title>GTK+ Core Reference</title>
|
|
|
|
<xi:include href="xml/gtkmain.xml" />
|
|
|
|
<xi:include href="xml/gtkfeatures.xml" />
|
|
|
|
<xi:include href="xml/gtkaccelgroup.xml" />
|
|
|
|
<xi:include href="xml/gtkaccelmap.xml" />
|
|
|
|
<xi:include href="xml/gtkdnd.xml" />
|
|
|
|
<xi:include href="xml/gtksettings.xml" />
|
|
|
|
<xi:include href="xml/gtkbindings.xml" />
|
|
|
|
<xi:include href="xml/gtkenums.xml" />
|
|
|
|
<xi:include href="xml/gtkselection.xml" />
|
|
|
|
<xi:include href="xml/gtktesting.xml" />
|
|
|
|
<xi:include href="xml/filesystem.xml" />
|
|
|
|
</part>
|
|
|
|
|
|
|
|
<part id="theming">
|
|
|
|
<title>Theming in GTK+</title>
|
2016-01-09 04:31:48 +00:00
|
|
|
<xi:include href="css-overview.xml" />
|
|
|
|
<xi:include href="css-properties.xml" />
|
2013-07-18 01:32:42 +00:00
|
|
|
<xi:include href="xml/gtkstylecontext.xml" />
|
|
|
|
<xi:include href="xml/gtkcssprovider.xml" />
|
|
|
|
<xi:include href="xml/gtkstyleprovider.xml" />
|
|
|
|
<xi:include href="xml/gtkwidgetpath.xml" />
|
|
|
|
<xi:include href="xml/gtkicontheme.xml" />
|
|
|
|
</part>
|
|
|
|
|
2003-11-18 22:50:26 +00:00
|
|
|
<part id="migrating">
|
|
|
|
<title>Migrating from Previous Versions of GTK+</title>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
<para>
|
2010-06-07 20:44:58 +00:00
|
|
|
This part describes what you need to change in programs use
|
|
|
|
older versions of GTK+ so that they can use the new features.
|
2004-11-04 18:01:49 +00:00
|
|
|
It also mentions how to convert applications using widgets
|
|
|
|
found in the libgnomeui library to use their counterparts
|
|
|
|
in GTK+.
|
2003-11-18 22:50:26 +00:00
|
|
|
</para>
|
|
|
|
</partintro>
|
|
|
|
|
2016-10-18 19:21:12 +00:00
|
|
|
<xi:include href="xml/migrating-2to4.xml" />
|
|
|
|
<xi:include href="xml/migrating-3to4.xml" />
|
2003-11-18 22:50:26 +00:00
|
|
|
</part>
|
|
|
|
|
2003-06-17 00:37:28 +00:00
|
|
|
<part>
|
|
|
|
<title>GTK+ Tools</title>
|
2016-10-07 10:19:07 +00:00
|
|
|
<xi:include href="gtk4-demo.xml" />
|
|
|
|
<xi:include href="gtk4-demo-application.xml" />
|
|
|
|
<xi:include href="gtk4-widget-factory.xml" />
|
|
|
|
<xi:include href="gtk4-icon-browser.xml" />
|
2016-10-18 14:27:45 +00:00
|
|
|
<xi:include href="gtk4-update-icon-cache.xml" />
|
|
|
|
<xi:include href="gtk4-encode-symbolic-svg.xml" />
|
|
|
|
<xi:include href="gtk4-builder-tool.xml" />
|
|
|
|
<xi:include href="gtk4-launch.xml" />
|
|
|
|
<xi:include href="gtk4-query-settings.xml" />
|
2016-11-18 18:40:37 +00:00
|
|
|
<xi:include href="gtk4-broadwayd.xml" />
|
2002-03-07 23:20:16 +00:00
|
|
|
</part>
|
2000-10-24 00:15:14 +00:00
|
|
|
|
2013-07-18 01:38:13 +00:00
|
|
|
<part id="platform-support">
|
|
|
|
<title>GTK+ Platform Support</title>
|
|
|
|
<xi:include href="building.sgml" />
|
|
|
|
<xi:include href="xml/compiling.sgml" />
|
|
|
|
<xi:include href="running.sgml" />
|
|
|
|
<xi:include href="x11.sgml" />
|
|
|
|
<xi:include href="windows.sgml" />
|
|
|
|
<xi:include href="osx.sgml" />
|
|
|
|
<xi:include href="broadway.xml" />
|
|
|
|
<xi:include href="wayland.xml" />
|
|
|
|
</part>
|
|
|
|
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="glossary.xml" />
|
2004-07-12 20:25:34 +00:00
|
|
|
|
2008-07-10 03:27:56 +00:00
|
|
|
<index id="api-index-full">
|
|
|
|
<title>Index of all symbols</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2008-07-10 03:27:56 +00:00
|
|
|
<index id="api-index-deprecated" role="deprecated">
|
2004-05-05 17:36:29 +00:00
|
|
|
<title>Index of deprecated symbols</title>
|
2008-07-10 03:27:56 +00:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2009-12-18 02:42:41 +00:00
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
</book>
|