pkgsrc/x11/gtk2/PLIST
wiz 51daffe387 Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.
2007-09-16 19:53:26 +00:00

1175 lines
46 KiB
Text

@comment $NetBSD: PLIST,v 1.54 2007/09/16 19:53:26 wiz Exp $
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-query-loaders
bin/gtk-builder-convert
bin/gtk-demo
bin/gtk-query-immodules-2.0
bin/gtk-update-icon-cache
${X11}include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
${X11}include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h
include/gtk-2.0/gdk/gdk.h
include/gtk-2.0/gdk/gdkalias.h
include/gtk-2.0/gdk/gdkcairo.h
include/gtk-2.0/gdk/gdkcolor.h
include/gtk-2.0/gdk/gdkcursor.h
include/gtk-2.0/gdk/gdkdisplay.h
include/gtk-2.0/gdk/gdkdisplaymanager.h
include/gtk-2.0/gdk/gdkdnd.h
include/gtk-2.0/gdk/gdkdrawable.h
include/gtk-2.0/gdk/gdkenumtypes.h
include/gtk-2.0/gdk/gdkevents.h
include/gtk-2.0/gdk/gdkfont.h
include/gtk-2.0/gdk/gdkgc.h
include/gtk-2.0/gdk/gdki18n.h
include/gtk-2.0/gdk/gdkimage.h
include/gtk-2.0/gdk/gdkinput.h
include/gtk-2.0/gdk/gdkkeys.h
include/gtk-2.0/gdk/gdkkeysyms.h
include/gtk-2.0/gdk/gdkpango.h
include/gtk-2.0/gdk/gdkpixbuf.h
include/gtk-2.0/gdk/gdkpixmap.h
include/gtk-2.0/gdk/gdkprivate.h
include/gtk-2.0/gdk/gdkproperty.h
include/gtk-2.0/gdk/gdkregion.h
include/gtk-2.0/gdk/gdkrgb.h
include/gtk-2.0/gdk/gdkscreen.h
include/gtk-2.0/gdk/gdkselection.h
include/gtk-2.0/gdk/gdkspawn.h
include/gtk-2.0/gdk/gdktypes.h
include/gtk-2.0/gdk/gdkvisual.h
include/gtk-2.0/gdk/gdkwindow.h
${X11}include/gtk-2.0/gdk/gdkx.h
include/gtk-2.0/gtk/gtk.h
include/gtk-2.0/gtk/gtkaboutdialog.h
include/gtk-2.0/gtk/gtkaccelgroup.h
include/gtk-2.0/gtk/gtkaccellabel.h
include/gtk-2.0/gtk/gtkaccelmap.h
include/gtk-2.0/gtk/gtkaccessible.h
include/gtk-2.0/gtk/gtkaction.h
include/gtk-2.0/gtk/gtkactiongroup.h
include/gtk-2.0/gtk/gtkadjustment.h
include/gtk-2.0/gtk/gtkalignment.h
include/gtk-2.0/gtk/gtkarrow.h
include/gtk-2.0/gtk/gtkaspectframe.h
include/gtk-2.0/gtk/gtkassistant.h
include/gtk-2.0/gtk/gtkbbox.h
include/gtk-2.0/gtk/gtkbin.h
include/gtk-2.0/gtk/gtkbindings.h
include/gtk-2.0/gtk/gtkbox.h
include/gtk-2.0/gtk/gtkbuildable.h
include/gtk-2.0/gtk/gtkbuilder.h
include/gtk-2.0/gtk/gtkbutton.h
include/gtk-2.0/gtk/gtkcalendar.h
include/gtk-2.0/gtk/gtkcelleditable.h
include/gtk-2.0/gtk/gtkcelllayout.h
include/gtk-2.0/gtk/gtkcellrenderer.h
include/gtk-2.0/gtk/gtkcellrendereraccel.h
include/gtk-2.0/gtk/gtkcellrenderercombo.h
include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
include/gtk-2.0/gtk/gtkcellrendererprogress.h
include/gtk-2.0/gtk/gtkcellrendererspin.h
include/gtk-2.0/gtk/gtkcellrenderertext.h
include/gtk-2.0/gtk/gtkcellrenderertoggle.h
include/gtk-2.0/gtk/gtkcellview.h
include/gtk-2.0/gtk/gtkcheckbutton.h
include/gtk-2.0/gtk/gtkcheckmenuitem.h
include/gtk-2.0/gtk/gtkclipboard.h
include/gtk-2.0/gtk/gtkclist.h
include/gtk-2.0/gtk/gtkcolorbutton.h
include/gtk-2.0/gtk/gtkcolorsel.h
include/gtk-2.0/gtk/gtkcolorseldialog.h
include/gtk-2.0/gtk/gtkcombo.h
include/gtk-2.0/gtk/gtkcombobox.h
include/gtk-2.0/gtk/gtkcomboboxentry.h
include/gtk-2.0/gtk/gtkcontainer.h
include/gtk-2.0/gtk/gtkctree.h
include/gtk-2.0/gtk/gtkcurve.h
include/gtk-2.0/gtk/gtkdebug.h
include/gtk-2.0/gtk/gtkdialog.h
include/gtk-2.0/gtk/gtkdnd.h
include/gtk-2.0/gtk/gtkdrawingarea.h
include/gtk-2.0/gtk/gtkeditable.h
include/gtk-2.0/gtk/gtkentry.h
include/gtk-2.0/gtk/gtkentrycompletion.h
include/gtk-2.0/gtk/gtkenums.h
include/gtk-2.0/gtk/gtkeventbox.h
include/gtk-2.0/gtk/gtkexpander.h
include/gtk-2.0/gtk/gtkfilechooser.h
include/gtk-2.0/gtk/gtkfilechooserbutton.h
include/gtk-2.0/gtk/gtkfilechooserdialog.h
include/gtk-2.0/gtk/gtkfilechooserwidget.h
include/gtk-2.0/gtk/gtkfilefilter.h
include/gtk-2.0/gtk/gtkfilesel.h
include/gtk-2.0/gtk/gtkfilesystem.h
include/gtk-2.0/gtk/gtkfixed.h
include/gtk-2.0/gtk/gtkfontbutton.h
include/gtk-2.0/gtk/gtkfontsel.h
include/gtk-2.0/gtk/gtkframe.h
include/gtk-2.0/gtk/gtkgamma.h
include/gtk-2.0/gtk/gtkgc.h
include/gtk-2.0/gtk/gtkhandlebox.h
include/gtk-2.0/gtk/gtkhbbox.h
include/gtk-2.0/gtk/gtkhbox.h
include/gtk-2.0/gtk/gtkhpaned.h
include/gtk-2.0/gtk/gtkhruler.h
include/gtk-2.0/gtk/gtkhscale.h
include/gtk-2.0/gtk/gtkhscrollbar.h
include/gtk-2.0/gtk/gtkhseparator.h
include/gtk-2.0/gtk/gtkiconfactory.h
include/gtk-2.0/gtk/gtkicontheme.h
include/gtk-2.0/gtk/gtkiconview.h
include/gtk-2.0/gtk/gtkimage.h
include/gtk-2.0/gtk/gtkimagemenuitem.h
include/gtk-2.0/gtk/gtkimcontext.h
include/gtk-2.0/gtk/gtkimcontextsimple.h
include/gtk-2.0/gtk/gtkimmodule.h
include/gtk-2.0/gtk/gtkimmulticontext.h
include/gtk-2.0/gtk/gtkinputdialog.h
include/gtk-2.0/gtk/gtkinvisible.h
include/gtk-2.0/gtk/gtkitem.h
include/gtk-2.0/gtk/gtkitemfactory.h
include/gtk-2.0/gtk/gtklabel.h
include/gtk-2.0/gtk/gtklayout.h
include/gtk-2.0/gtk/gtklinkbutton.h
include/gtk-2.0/gtk/gtklist.h
include/gtk-2.0/gtk/gtklistitem.h
include/gtk-2.0/gtk/gtkliststore.h
include/gtk-2.0/gtk/gtkmain.h
include/gtk-2.0/gtk/gtkmarshal.h
include/gtk-2.0/gtk/gtkmenu.h
include/gtk-2.0/gtk/gtkmenubar.h
include/gtk-2.0/gtk/gtkmenuitem.h
include/gtk-2.0/gtk/gtkmenushell.h
include/gtk-2.0/gtk/gtkmenutoolbutton.h
include/gtk-2.0/gtk/gtkmessagedialog.h
include/gtk-2.0/gtk/gtkmisc.h
include/gtk-2.0/gtk/gtkmodules.h
include/gtk-2.0/gtk/gtknotebook.h
include/gtk-2.0/gtk/gtkobject.h
include/gtk-2.0/gtk/gtkoldeditable.h
include/gtk-2.0/gtk/gtkoptionmenu.h
include/gtk-2.0/gtk/gtkpagesetup.h
include/gtk-2.0/gtk/gtkpaned.h
include/gtk-2.0/gtk/gtkpapersize.h
include/gtk-2.0/gtk/gtkpixmap.h
include/gtk-2.0/gtk/gtkplug.h
include/gtk-2.0/gtk/gtkpreview.h
include/gtk-2.0/gtk/gtkprintcontext.h
include/gtk-2.0/gtk/gtkprintoperation.h
include/gtk-2.0/gtk/gtkprintoperationpreview.h
include/gtk-2.0/gtk/gtkprintsettings.h
include/gtk-2.0/gtk/gtkprivate.h
include/gtk-2.0/gtk/gtkprogress.h
include/gtk-2.0/gtk/gtkprogressbar.h
include/gtk-2.0/gtk/gtkradioaction.h
include/gtk-2.0/gtk/gtkradiobutton.h
include/gtk-2.0/gtk/gtkradiomenuitem.h
include/gtk-2.0/gtk/gtkradiotoolbutton.h
include/gtk-2.0/gtk/gtkrange.h
include/gtk-2.0/gtk/gtkrc.h
include/gtk-2.0/gtk/gtkrecentaction.h
include/gtk-2.0/gtk/gtkrecentchooser.h
include/gtk-2.0/gtk/gtkrecentchooserdialog.h
include/gtk-2.0/gtk/gtkrecentchoosermenu.h
include/gtk-2.0/gtk/gtkrecentchooserwidget.h
include/gtk-2.0/gtk/gtkrecentfilter.h
include/gtk-2.0/gtk/gtkrecentmanager.h
include/gtk-2.0/gtk/gtkruler.h
include/gtk-2.0/gtk/gtkscale.h
include/gtk-2.0/gtk/gtkscalebutton.h
include/gtk-2.0/gtk/gtkscrollbar.h
include/gtk-2.0/gtk/gtkscrolledwindow.h
include/gtk-2.0/gtk/gtkselection.h
include/gtk-2.0/gtk/gtkseparator.h
include/gtk-2.0/gtk/gtkseparatormenuitem.h
include/gtk-2.0/gtk/gtkseparatortoolitem.h
include/gtk-2.0/gtk/gtksettings.h
include/gtk-2.0/gtk/gtksignal.h
include/gtk-2.0/gtk/gtksizegroup.h
include/gtk-2.0/gtk/gtksocket.h
include/gtk-2.0/gtk/gtkspinbutton.h
include/gtk-2.0/gtk/gtkstatusbar.h
include/gtk-2.0/gtk/gtkstatusicon.h
include/gtk-2.0/gtk/gtkstock.h
include/gtk-2.0/gtk/gtkstyle.h
include/gtk-2.0/gtk/gtktable.h
include/gtk-2.0/gtk/gtktearoffmenuitem.h
include/gtk-2.0/gtk/gtktext.h
include/gtk-2.0/gtk/gtktextbuffer.h
include/gtk-2.0/gtk/gtktextbufferrichtext.h
include/gtk-2.0/gtk/gtktextchild.h
include/gtk-2.0/gtk/gtktextdisplay.h
include/gtk-2.0/gtk/gtktextiter.h
include/gtk-2.0/gtk/gtktextlayout.h
include/gtk-2.0/gtk/gtktextmark.h
include/gtk-2.0/gtk/gtktexttag.h
include/gtk-2.0/gtk/gtktexttagtable.h
include/gtk-2.0/gtk/gtktextview.h
include/gtk-2.0/gtk/gtktipsquery.h
include/gtk-2.0/gtk/gtktoggleaction.h
include/gtk-2.0/gtk/gtktogglebutton.h
include/gtk-2.0/gtk/gtktoggletoolbutton.h
include/gtk-2.0/gtk/gtktoolbar.h
include/gtk-2.0/gtk/gtktoolbutton.h
include/gtk-2.0/gtk/gtktoolitem.h
include/gtk-2.0/gtk/gtktooltip.h
include/gtk-2.0/gtk/gtktooltips.h
include/gtk-2.0/gtk/gtktree.h
include/gtk-2.0/gtk/gtktreednd.h
include/gtk-2.0/gtk/gtktreeitem.h
include/gtk-2.0/gtk/gtktreemodel.h
include/gtk-2.0/gtk/gtktreemodelfilter.h
include/gtk-2.0/gtk/gtktreemodelsort.h
include/gtk-2.0/gtk/gtktreeselection.h
include/gtk-2.0/gtk/gtktreesortable.h
include/gtk-2.0/gtk/gtktreestore.h
include/gtk-2.0/gtk/gtktreeview.h
include/gtk-2.0/gtk/gtktreeviewcolumn.h
include/gtk-2.0/gtk/gtktypebuiltins.h
include/gtk-2.0/gtk/gtktypeutils.h
include/gtk-2.0/gtk/gtkuimanager.h
include/gtk-2.0/gtk/gtkvbbox.h
include/gtk-2.0/gtk/gtkvbox.h
include/gtk-2.0/gtk/gtkversion.h
include/gtk-2.0/gtk/gtkviewport.h
include/gtk-2.0/gtk/gtkvolumebutton.h
include/gtk-2.0/gtk/gtkvpaned.h
include/gtk-2.0/gtk/gtkvruler.h
include/gtk-2.0/gtk/gtkvscale.h
include/gtk-2.0/gtk/gtkvscrollbar.h
include/gtk-2.0/gtk/gtkvseparator.h
include/gtk-2.0/gtk/gtkwidget.h
include/gtk-2.0/gtk/gtkwindow.h
include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h
include/gtk-unix-print-2.0/gtk/gtkprinter.h
include/gtk-unix-print-2.0/gtk/gtkprintjob.h
include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h
lib/gtk-2.0/2.10.0/engines/libpixmap.la
lib/gtk-2.0/2.10.0/immodules/im-am-et.la
lib/gtk-2.0/2.10.0/immodules/im-cedilla.la
lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la
lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la
lib/gtk-2.0/2.10.0/immodules/im-ipa.la
lib/gtk-2.0/2.10.0/immodules/im-multipress.la
lib/gtk-2.0/2.10.0/immodules/im-thai.la
lib/gtk-2.0/2.10.0/immodules/im-ti-er.la
lib/gtk-2.0/2.10.0/immodules/im-ti-et.la
lib/gtk-2.0/2.10.0/immodules/im-viqr.la
${X11}lib/gtk-2.0/2.10.0/immodules/im-xim.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la
lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la
${CUPS}lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la
lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la
lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la
lib/gtk-2.0/include/gdkconfig.h
${QUARTZ}lib/libgdk-quartz-2.0.la
${X11}lib/libgdk-x11-2.0.la
lib/libgdk_pixbuf-2.0.la
${X11}lib/libgdk_pixbuf_xlib-2.0.la
${QUARTZ}lib/libgtk-quartz-2.0.la
${X11}lib/libgtk-x11-2.0.la
lib/pkgconfig/gdk-2.0.pc
lib/pkgconfig/gdk-pixbuf-2.0.pc
${X11}lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc
${QUARTZ}lib/pkgconfig/gdk-quartz-2.0.pc
${X11}lib/pkgconfig/gdk-x11-2.0.pc
lib/pkgconfig/gtk+-2.0.pc
${QUARTZ}lib/pkgconfig/gtk+-quartz-2.0.pc
lib/pkgconfig/gtk+-unix-print-2.0.pc
${X11}lib/pkgconfig/gtk+-x11-2.0.pc
libdata/gtk-2.0/im-multipress.conf
man/man1/gdk-pixbuf-csource.1
man/man1/gdk-pixbuf-query-loaders.1
man/man1/gtk-builder-convert.1
man/man1/gtk-query-immodules-2.0.1
man/man1/gtk-update-icon-cache.1
share/aclocal/gtk-2.0.m4
share/gtk-2.0/demo/alphatest.png
share/gtk-2.0/demo/apple-red.png
share/gtk-2.0/demo/appwindow.c
share/gtk-2.0/demo/assistant.c
share/gtk-2.0/demo/background.jpg
share/gtk-2.0/demo/builder.c
share/gtk-2.0/demo/button_box.c
share/gtk-2.0/demo/changedisplay.c
share/gtk-2.0/demo/clipboard.c
share/gtk-2.0/demo/colorsel.c
share/gtk-2.0/demo/combobox.c
share/gtk-2.0/demo/demo.ui
share/gtk-2.0/demo/dialog.c
share/gtk-2.0/demo/drawingarea.c
share/gtk-2.0/demo/editable_cells.c
share/gtk-2.0/demo/entry_completion.c
share/gtk-2.0/demo/expander.c
share/gtk-2.0/demo/floppybuddy.gif
share/gtk-2.0/demo/gnome-applets.png
share/gtk-2.0/demo/gnome-calendar.png
share/gtk-2.0/demo/gnome-foot.png
share/gtk-2.0/demo/gnome-fs-directory.png
share/gtk-2.0/demo/gnome-fs-regular.png
share/gtk-2.0/demo/gnome-gimp.png
share/gtk-2.0/demo/gnome-gmush.png
share/gtk-2.0/demo/gnome-gsame.png
share/gtk-2.0/demo/gnu-keys.png
share/gtk-2.0/demo/gtk-logo-rgb.gif
share/gtk-2.0/demo/hypertext.c
share/gtk-2.0/demo/iconview.c
share/gtk-2.0/demo/iconview_edit.c
share/gtk-2.0/demo/images.c
share/gtk-2.0/demo/list_store.c
share/gtk-2.0/demo/menus.c
share/gtk-2.0/demo/panes.c
share/gtk-2.0/demo/pickers.c
share/gtk-2.0/demo/pixbufs.c
share/gtk-2.0/demo/printing.c
share/gtk-2.0/demo/rotated_text.c
share/gtk-2.0/demo/sizegroup.c
share/gtk-2.0/demo/stock_browser.c
share/gtk-2.0/demo/textscroll.c
share/gtk-2.0/demo/textview.c
share/gtk-2.0/demo/tree_store.c
share/gtk-2.0/demo/ui_manager.c
share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html
share/gtk-doc/html/gdk-pixbuf/apa.html
share/gtk-doc/html/gdk-pixbuf/apas02.html
share/gtk-doc/html/gdk-pixbuf/apas03.html
share/gtk-doc/html/gdk-pixbuf/composite.png
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp
share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2
share/gtk-doc/html/gdk-pixbuf/home.png
share/gtk-doc/html/gdk-pixbuf/index.html
share/gtk-doc/html/gdk-pixbuf/index.sgml
share/gtk-doc/html/gdk-pixbuf/ix01.html
share/gtk-doc/html/gdk-pixbuf/ix02.html
share/gtk-doc/html/gdk-pixbuf/ix03.html
share/gtk-doc/html/gdk-pixbuf/ix04.html
share/gtk-doc/html/gdk-pixbuf/ix05.html
share/gtk-doc/html/gdk-pixbuf/ix06.html
share/gtk-doc/html/gdk-pixbuf/left.png
share/gtk-doc/html/gdk-pixbuf/license.html
share/gtk-doc/html/gdk-pixbuf/right.png
share/gtk-doc/html/gdk-pixbuf/rn01.html
share/gtk-doc/html/gdk-pixbuf/rn02.html
share/gtk-doc/html/gdk-pixbuf/style.css
share/gtk-doc/html/gdk-pixbuf/up.png
share/gtk-doc/html/gdk/GdkDisplay.html
share/gtk-doc/html/gdk/GdkDisplayManager.html
share/gtk-doc/html/gdk/GdkScreen.html
share/gtk-doc/html/gdk/X_cursor.png
share/gtk-doc/html/gdk/arrow.png
share/gtk-doc/html/gdk/based_arrow_down.png
share/gtk-doc/html/gdk/based_arrow_up.png
share/gtk-doc/html/gdk/boat.png
share/gtk-doc/html/gdk/bogosity.png
share/gtk-doc/html/gdk/bottom_left_corner.png
share/gtk-doc/html/gdk/bottom_right_corner.png
share/gtk-doc/html/gdk/bottom_side.png
share/gtk-doc/html/gdk/bottom_tee.png
share/gtk-doc/html/gdk/box_spiral.png
share/gtk-doc/html/gdk/center_ptr.png
share/gtk-doc/html/gdk/circle.png
share/gtk-doc/html/gdk/clock.png
share/gtk-doc/html/gdk/coffee_mug.png
share/gtk-doc/html/gdk/cross.png
share/gtk-doc/html/gdk/cross_reverse.png
share/gtk-doc/html/gdk/crosshair.png
share/gtk-doc/html/gdk/diamond_cross.png
share/gtk-doc/html/gdk/dot.png
share/gtk-doc/html/gdk/dotbox.png
share/gtk-doc/html/gdk/double_arrow.png
share/gtk-doc/html/gdk/draft_large.png
share/gtk-doc/html/gdk/draft_small.png
share/gtk-doc/html/gdk/draped_box.png
share/gtk-doc/html/gdk/exchange.png
share/gtk-doc/html/gdk/fleur.png
share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html
share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html
share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html
share/gtk-doc/html/gdk/gdk-Cursors.html
share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html
share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html
share/gtk-doc/html/gdk/gdk-Event-Structures.html
share/gtk-doc/html/gdk/gdk-Events.html
share/gtk-doc/html/gdk/gdk-Fonts.html
share/gtk-doc/html/gdk/gdk-GdkRGB.html
share/gtk-doc/html/gdk/gdk-General.html
share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html
share/gtk-doc/html/gdk/gdk-Images.html
share/gtk-doc/html/gdk/gdk-Input-Devices.html
share/gtk-doc/html/gdk/gdk-Input.html
share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html
share/gtk-doc/html/gdk/gdk-Pango-Interaction.html
share/gtk-doc/html/gdk/gdk-Pixbufs.html
share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html
share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html
share/gtk-doc/html/gdk/gdk-Selections.html
share/gtk-doc/html/gdk/gdk-Threads.html
share/gtk-doc/html/gdk/gdk-Visuals.html
share/gtk-doc/html/gdk/gdk-Windows.html
share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html
share/gtk-doc/html/gdk/gdk.devhelp
share/gtk-doc/html/gdk/gdk.devhelp2
share/gtk-doc/html/gdk/gobbler.png
share/gtk-doc/html/gdk/gumby.png
share/gtk-doc/html/gdk/hand1.png
share/gtk-doc/html/gdk/hand2.png
share/gtk-doc/html/gdk/heart.png
share/gtk-doc/html/gdk/home.png
share/gtk-doc/html/gdk/icon.png
share/gtk-doc/html/gdk/index.html
share/gtk-doc/html/gdk/index.sgml
share/gtk-doc/html/gdk/iron_cross.png
share/gtk-doc/html/gdk/ix01.html
share/gtk-doc/html/gdk/ix02.html
share/gtk-doc/html/gdk/ix03.html
share/gtk-doc/html/gdk/ix04.html
share/gtk-doc/html/gdk/ix05.html
share/gtk-doc/html/gdk/ix06.html
share/gtk-doc/html/gdk/ix07.html
share/gtk-doc/html/gdk/ix08.html
share/gtk-doc/html/gdk/left.png
share/gtk-doc/html/gdk/left_ptr.png
share/gtk-doc/html/gdk/left_side.png
share/gtk-doc/html/gdk/left_tee.png
share/gtk-doc/html/gdk/leftbutton.png
share/gtk-doc/html/gdk/ll_angle.png
share/gtk-doc/html/gdk/lr_angle.png
share/gtk-doc/html/gdk/man.png
share/gtk-doc/html/gdk/middlebutton.png
share/gtk-doc/html/gdk/mouse.png
share/gtk-doc/html/gdk/multihead.html
share/gtk-doc/html/gdk/pencil.png
share/gtk-doc/html/gdk/pirate.png
share/gtk-doc/html/gdk/plus.png
share/gtk-doc/html/gdk/question_arrow.png
share/gtk-doc/html/gdk/reference.html
share/gtk-doc/html/gdk/right.png
share/gtk-doc/html/gdk/right_ptr.png
share/gtk-doc/html/gdk/right_side.png
share/gtk-doc/html/gdk/right_tee.png
share/gtk-doc/html/gdk/rightbutton.png
share/gtk-doc/html/gdk/rotated-text.png
share/gtk-doc/html/gdk/rtl_logo.png
share/gtk-doc/html/gdk/sailboat.png
share/gtk-doc/html/gdk/sb_down_arrow.png
share/gtk-doc/html/gdk/sb_h_double_arrow.png
share/gtk-doc/html/gdk/sb_left_arrow.png
share/gtk-doc/html/gdk/sb_right_arrow.png
share/gtk-doc/html/gdk/sb_up_arrow.png
share/gtk-doc/html/gdk/sb_v_double_arrow.png
share/gtk-doc/html/gdk/shuttle.png
share/gtk-doc/html/gdk/sizing.png
share/gtk-doc/html/gdk/spider.png
share/gtk-doc/html/gdk/spraycan.png
share/gtk-doc/html/gdk/star.png
share/gtk-doc/html/gdk/style.css
share/gtk-doc/html/gdk/target.png
share/gtk-doc/html/gdk/tcross.png
share/gtk-doc/html/gdk/top_left_arrow.png
share/gtk-doc/html/gdk/top_left_corner.png
share/gtk-doc/html/gdk/top_right_corner.png
share/gtk-doc/html/gdk/top_side.png
share/gtk-doc/html/gdk/top_tee.png
share/gtk-doc/html/gdk/trek.png
share/gtk-doc/html/gdk/ul_angle.png
share/gtk-doc/html/gdk/umbrella.png
share/gtk-doc/html/gdk/up.png
share/gtk-doc/html/gdk/ur_angle.png
share/gtk-doc/html/gdk/watch.png
share/gtk-doc/html/gdk/xterm.png
share/gtk-doc/html/gtk/AbstractObjects.html
share/gtk-doc/html/gtk/Actions.html
share/gtk-doc/html/gtk/Builder.html
share/gtk-doc/html/gtk/ButtonWidgets.html
share/gtk-doc/html/gtk/DeprecatedObjects.html
share/gtk-doc/html/gtk/DisplayWidgets.html
share/gtk-doc/html/gtk/GtkAboutDialog.html
share/gtk-doc/html/gtk/GtkAccelLabel.html
share/gtk-doc/html/gtk/GtkAccessible.html
share/gtk-doc/html/gtk/GtkAction.html
share/gtk-doc/html/gtk/GtkActionGroup.html
share/gtk-doc/html/gtk/GtkAdjustment.html
share/gtk-doc/html/gtk/GtkAlignment.html
share/gtk-doc/html/gtk/GtkArrow.html
share/gtk-doc/html/gtk/GtkAspectFrame.html
share/gtk-doc/html/gtk/GtkAssistant.html
share/gtk-doc/html/gtk/GtkBin.html
share/gtk-doc/html/gtk/GtkBox.html
share/gtk-doc/html/gtk/GtkBuilder.html
share/gtk-doc/html/gtk/GtkButton.html
share/gtk-doc/html/gtk/GtkButtonBox.html
share/gtk-doc/html/gtk/GtkCList.html
share/gtk-doc/html/gtk/GtkCTree.html
share/gtk-doc/html/gtk/GtkCalendar.html
share/gtk-doc/html/gtk/GtkCellEditable.html
share/gtk-doc/html/gtk/GtkCellLayout.html
share/gtk-doc/html/gtk/GtkCellRenderer.html
share/gtk-doc/html/gtk/GtkCellRendererAccel.html
share/gtk-doc/html/gtk/GtkCellRendererCombo.html
share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html
share/gtk-doc/html/gtk/GtkCellRendererProgress.html
share/gtk-doc/html/gtk/GtkCellRendererSpin.html
share/gtk-doc/html/gtk/GtkCellRendererText.html
share/gtk-doc/html/gtk/GtkCellRendererToggle.html
share/gtk-doc/html/gtk/GtkCellView.html
share/gtk-doc/html/gtk/GtkCheckButton.html
share/gtk-doc/html/gtk/GtkCheckMenuItem.html
share/gtk-doc/html/gtk/GtkColorButton.html
share/gtk-doc/html/gtk/GtkColorSelection.html
share/gtk-doc/html/gtk/GtkColorSelectionDialog.html
share/gtk-doc/html/gtk/GtkCombo.html
share/gtk-doc/html/gtk/GtkComboBox.html
share/gtk-doc/html/gtk/GtkComboBoxEntry.html
share/gtk-doc/html/gtk/GtkContainer.html
share/gtk-doc/html/gtk/GtkCurve.html
share/gtk-doc/html/gtk/GtkDialog.html
share/gtk-doc/html/gtk/GtkDrawingArea.html
share/gtk-doc/html/gtk/GtkEditable.html
share/gtk-doc/html/gtk/GtkEntry.html
share/gtk-doc/html/gtk/GtkEntryCompletion.html
share/gtk-doc/html/gtk/GtkEventBox.html
share/gtk-doc/html/gtk/GtkExpander.html
share/gtk-doc/html/gtk/GtkFileChooser.html
share/gtk-doc/html/gtk/GtkFileChooserButton.html
share/gtk-doc/html/gtk/GtkFileChooserDialog.html
share/gtk-doc/html/gtk/GtkFileChooserWidget.html
share/gtk-doc/html/gtk/GtkFileSelection.html
share/gtk-doc/html/gtk/GtkFixed.html
share/gtk-doc/html/gtk/GtkFontButton.html
share/gtk-doc/html/gtk/GtkFontSelection.html
share/gtk-doc/html/gtk/GtkFontSelectionDialog.html
share/gtk-doc/html/gtk/GtkFrame.html
share/gtk-doc/html/gtk/GtkGammaCurve.html
share/gtk-doc/html/gtk/GtkHBox.html
share/gtk-doc/html/gtk/GtkHButtonBox.html
share/gtk-doc/html/gtk/GtkHPaned.html
share/gtk-doc/html/gtk/GtkHRuler.html
share/gtk-doc/html/gtk/GtkHScale.html
share/gtk-doc/html/gtk/GtkHScrollbar.html
share/gtk-doc/html/gtk/GtkHSeparator.html
share/gtk-doc/html/gtk/GtkHandleBox.html
share/gtk-doc/html/gtk/GtkIMContext.html
share/gtk-doc/html/gtk/GtkIMContextSimple.html
share/gtk-doc/html/gtk/GtkIMMulticontext.html
share/gtk-doc/html/gtk/GtkIconTheme.html
share/gtk-doc/html/gtk/GtkIconView.html
share/gtk-doc/html/gtk/GtkImage.html
share/gtk-doc/html/gtk/GtkImageMenuItem.html
share/gtk-doc/html/gtk/GtkInputDialog.html
share/gtk-doc/html/gtk/GtkInvisible.html
share/gtk-doc/html/gtk/GtkItem.html
share/gtk-doc/html/gtk/GtkItemFactory.html
share/gtk-doc/html/gtk/GtkLabel.html
share/gtk-doc/html/gtk/GtkLayout.html
share/gtk-doc/html/gtk/GtkLinkButton.html
share/gtk-doc/html/gtk/GtkList.html
share/gtk-doc/html/gtk/GtkListItem.html
share/gtk-doc/html/gtk/GtkListStore.html
share/gtk-doc/html/gtk/GtkMenu.html
share/gtk-doc/html/gtk/GtkMenuBar.html
share/gtk-doc/html/gtk/GtkMenuItem.html
share/gtk-doc/html/gtk/GtkMenuShell.html
share/gtk-doc/html/gtk/GtkMenuToolButton.html
share/gtk-doc/html/gtk/GtkMessageDialog.html
share/gtk-doc/html/gtk/GtkMisc.html
share/gtk-doc/html/gtk/GtkNotebook.html
share/gtk-doc/html/gtk/GtkObject.html
share/gtk-doc/html/gtk/GtkOldEditable.html
share/gtk-doc/html/gtk/GtkOptionMenu.html
share/gtk-doc/html/gtk/GtkPageSetup.html
share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html
share/gtk-doc/html/gtk/GtkPaned.html
share/gtk-doc/html/gtk/GtkPixmap.html
share/gtk-doc/html/gtk/GtkPlug.html
share/gtk-doc/html/gtk/GtkPreview.html
share/gtk-doc/html/gtk/GtkPrintContext.html
share/gtk-doc/html/gtk/GtkPrintJob.html
share/gtk-doc/html/gtk/GtkPrintSettings.html
share/gtk-doc/html/gtk/GtkPrintUnixDialog.html
share/gtk-doc/html/gtk/GtkPrinter.html
share/gtk-doc/html/gtk/GtkProgress.html
share/gtk-doc/html/gtk/GtkProgressBar.html
share/gtk-doc/html/gtk/GtkRadioAction.html
share/gtk-doc/html/gtk/GtkRadioButton.html
share/gtk-doc/html/gtk/GtkRadioMenuItem.html
share/gtk-doc/html/gtk/GtkRadioToolButton.html
share/gtk-doc/html/gtk/GtkRange.html
share/gtk-doc/html/gtk/GtkRecentAction.html
share/gtk-doc/html/gtk/GtkRecentChooser.html
share/gtk-doc/html/gtk/GtkRecentChooserDialog.html
share/gtk-doc/html/gtk/GtkRecentChooserMenu.html
share/gtk-doc/html/gtk/GtkRecentChooserWidget.html
share/gtk-doc/html/gtk/GtkRecentFilter.html
share/gtk-doc/html/gtk/GtkRecentManager.html
share/gtk-doc/html/gtk/GtkRuler.html
share/gtk-doc/html/gtk/GtkScale.html
share/gtk-doc/html/gtk/GtkScaleButton.html
share/gtk-doc/html/gtk/GtkScrollbar.html
share/gtk-doc/html/gtk/GtkScrolledWindow.html
share/gtk-doc/html/gtk/GtkSeparator.html
share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html
share/gtk-doc/html/gtk/GtkSeparatorToolItem.html
share/gtk-doc/html/gtk/GtkSettings.html
share/gtk-doc/html/gtk/GtkSizeGroup.html
share/gtk-doc/html/gtk/GtkSocket.html
share/gtk-doc/html/gtk/GtkSpinButton.html
share/gtk-doc/html/gtk/GtkStatusIcon.html
share/gtk-doc/html/gtk/GtkStatusbar.html
share/gtk-doc/html/gtk/GtkStyle.html
share/gtk-doc/html/gtk/GtkTable.html
share/gtk-doc/html/gtk/GtkTearoffMenuItem.html
share/gtk-doc/html/gtk/GtkText.html
share/gtk-doc/html/gtk/GtkTextBuffer.html
share/gtk-doc/html/gtk/GtkTextMark.html
share/gtk-doc/html/gtk/GtkTextTag.html
share/gtk-doc/html/gtk/GtkTextTagTable.html
share/gtk-doc/html/gtk/GtkTextView.html
share/gtk-doc/html/gtk/GtkTipsQuery.html
share/gtk-doc/html/gtk/GtkToggleAction.html
share/gtk-doc/html/gtk/GtkToggleButton.html
share/gtk-doc/html/gtk/GtkToggleToolButton.html
share/gtk-doc/html/gtk/GtkToolButton.html
share/gtk-doc/html/gtk/GtkToolItem.html
share/gtk-doc/html/gtk/GtkToolbar.html
share/gtk-doc/html/gtk/GtkTooltip.html
share/gtk-doc/html/gtk/GtkTooltips.html
share/gtk-doc/html/gtk/GtkTree.html
share/gtk-doc/html/gtk/GtkTreeItem.html
share/gtk-doc/html/gtk/GtkTreeModel.html
share/gtk-doc/html/gtk/GtkTreeModelFilter.html
share/gtk-doc/html/gtk/GtkTreeModelSort.html
share/gtk-doc/html/gtk/GtkTreeSelection.html
share/gtk-doc/html/gtk/GtkTreeSortable.html
share/gtk-doc/html/gtk/GtkTreeStore.html
share/gtk-doc/html/gtk/GtkTreeView.html
share/gtk-doc/html/gtk/GtkTreeViewColumn.html
share/gtk-doc/html/gtk/GtkUIManager.html
share/gtk-doc/html/gtk/GtkVBox.html
share/gtk-doc/html/gtk/GtkVButtonBox.html
share/gtk-doc/html/gtk/GtkVPaned.html
share/gtk-doc/html/gtk/GtkVRuler.html
share/gtk-doc/html/gtk/GtkVScale.html
share/gtk-doc/html/gtk/GtkVScrollbar.html
share/gtk-doc/html/gtk/GtkVSeparator.html
share/gtk-doc/html/gtk/GtkViewport.html
share/gtk-doc/html/gtk/GtkVolumeButton.html
share/gtk-doc/html/gtk/GtkWidget.html
share/gtk-doc/html/gtk/GtkWindow.html
share/gtk-doc/html/gtk/GtkWindowGroup.html
share/gtk-doc/html/gtk/LayoutContainers.html
share/gtk-doc/html/gtk/MenusAndCombos.html
share/gtk-doc/html/gtk/MiscObjects.html
share/gtk-doc/html/gtk/NumericEntry.html
share/gtk-doc/html/gtk/Ornaments.html
share/gtk-doc/html/gtk/PlugSocket.html
share/gtk-doc/html/gtk/Printing.html
share/gtk-doc/html/gtk/RecentDocuments.html
share/gtk-doc/html/gtk/ScrollingWidgets.html
share/gtk-doc/html/gtk/SelectorWidgets.html
share/gtk-doc/html/gtk/SpecialObjects.html
share/gtk-doc/html/gtk/TextWidget.html
share/gtk-doc/html/gtk/TextWidgetObjects.html
share/gtk-doc/html/gtk/TreeWidget.html
share/gtk-doc/html/gtk/TreeWidgetObjects.html
share/gtk-doc/html/gtk/WindowWidgets.html
share/gtk-doc/html/gtk/accel-label.png
share/gtk-doc/html/gtk/assistant.png
share/gtk-doc/html/gtk/button.png
share/gtk-doc/html/gtk/ch01.html
share/gtk-doc/html/gtk/ch02.html
share/gtk-doc/html/gtk/check-button.png
share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html
share/gtk-doc/html/gtk/checklist-modifiers.html
share/gtk-doc/html/gtk/checklist-named-icons.html
share/gtk-doc/html/gtk/color-button.png
share/gtk-doc/html/gtk/colorsel.png
share/gtk-doc/html/gtk/combo-box-entry.png
share/gtk-doc/html/gtk/combo-box.png
share/gtk-doc/html/gtk/decorating-the-assistant-pages.html
share/gtk-doc/html/gtk/entry.png
share/gtk-doc/html/gtk/file-button.png
share/gtk-doc/html/gtk/filechooser.png
share/gtk-doc/html/gtk/font-button.png
share/gtk-doc/html/gtk/fontsel.png
share/gtk-doc/html/gtk/frame.png
share/gtk-doc/html/gtk/glossary.html
share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html
share/gtk-doc/html/gtk/gtk-Bindings.html
share/gtk-doc/html/gtk/gtk-Clipboards.html
share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html
share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html
share/gtk-doc/html/gtk/gtk-General.html
share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html
share/gtk-doc/html/gtk/gtk-GtkPaperSize.html
share/gtk-doc/html/gtk/gtk-GtkTextIter.html
share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html
share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html
share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html
share/gtk-doc/html/gtk/gtk-Resource-Files.html
share/gtk-doc/html/gtk/gtk-Selections.html
share/gtk-doc/html/gtk/gtk-Signals.html
share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html
share/gtk-doc/html/gtk/gtk-Stock-Items.html
share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html
share/gtk-doc/html/gtk/gtk-Types.html
share/gtk-doc/html/gtk/gtk-about.png
share/gtk-doc/html/gtk/gtk-add.png
share/gtk-doc/html/gtk/gtk-apply.png
share/gtk-doc/html/gtk/gtk-bold.png
share/gtk-doc/html/gtk/gtk-builder-convert.html
share/gtk-doc/html/gtk/gtk-building.html
share/gtk-doc/html/gtk/gtk-cancel.png
share/gtk-doc/html/gtk/gtk-cdrom.png
share/gtk-doc/html/gtk/gtk-changes-1-2.html
share/gtk-doc/html/gtk/gtk-changes-2-0.html
share/gtk-doc/html/gtk/gtk-clear.png
share/gtk-doc/html/gtk/gtk-close.png
share/gtk-doc/html/gtk/gtk-color-picker.png
share/gtk-doc/html/gtk/gtk-compiling.html
share/gtk-doc/html/gtk/gtk-connect.png
share/gtk-doc/html/gtk/gtk-convert.png
share/gtk-doc/html/gtk/gtk-copy.png
share/gtk-doc/html/gtk/gtk-cut.png
share/gtk-doc/html/gtk/gtk-delete.png
share/gtk-doc/html/gtk/gtk-dialog-authentication.png
share/gtk-doc/html/gtk/gtk-dialog-error.png
share/gtk-doc/html/gtk/gtk-dialog-info.png
share/gtk-doc/html/gtk/gtk-dialog-question.png
share/gtk-doc/html/gtk/gtk-dialog-warning.png
share/gtk-doc/html/gtk/gtk-directfb.html
share/gtk-doc/html/gtk/gtk-directory.png
share/gtk-doc/html/gtk/gtk-disconnect.png
share/gtk-doc/html/gtk/gtk-dnd-multiple.png
share/gtk-doc/html/gtk/gtk-dnd.png
share/gtk-doc/html/gtk/gtk-edit.png
share/gtk-doc/html/gtk/gtk-execute.png
share/gtk-doc/html/gtk/gtk-file.png
share/gtk-doc/html/gtk/gtk-find-and-replace.png
share/gtk-doc/html/gtk/gtk-find.png
share/gtk-doc/html/gtk/gtk-floppy.png
share/gtk-doc/html/gtk/gtk-font.png
share/gtk-doc/html/gtk/gtk-fullscreen.png
share/gtk-doc/html/gtk/gtk-go-back-ltr.png
share/gtk-doc/html/gtk/gtk-go-back-rtl.png
share/gtk-doc/html/gtk/gtk-go-down.png
share/gtk-doc/html/gtk/gtk-go-forward-ltr.png
share/gtk-doc/html/gtk/gtk-go-forward-rtl.png
share/gtk-doc/html/gtk/gtk-go-up.png
share/gtk-doc/html/gtk/gtk-goto-bottom.png
share/gtk-doc/html/gtk/gtk-goto-first-ltr.png
share/gtk-doc/html/gtk/gtk-goto-first-rtl.png
share/gtk-doc/html/gtk/gtk-goto-last-ltr.png
share/gtk-doc/html/gtk/gtk-goto-last-rtl.png
share/gtk-doc/html/gtk/gtk-goto-top.png
share/gtk-doc/html/gtk/gtk-gtkbuildable.html
share/gtk-doc/html/gtk/gtk-gtkfilefilter.html
share/gtk-doc/html/gtk/gtk-harddisk.png
share/gtk-doc/html/gtk/gtk-help.png
share/gtk-doc/html/gtk/gtk-home.png
share/gtk-doc/html/gtk/gtk-indent-ltr.png
share/gtk-doc/html/gtk/gtk-indent-rtl.png
share/gtk-doc/html/gtk/gtk-index.png
share/gtk-doc/html/gtk/gtk-info.png
share/gtk-doc/html/gtk/gtk-italic.png
share/gtk-doc/html/gtk/gtk-jump-to-ltr.png
share/gtk-doc/html/gtk/gtk-jump-to-rtl.png
share/gtk-doc/html/gtk/gtk-justify-center.png
share/gtk-doc/html/gtk/gtk-justify-fill.png
share/gtk-doc/html/gtk/gtk-justify-left.png
share/gtk-doc/html/gtk/gtk-justify-right.png
share/gtk-doc/html/gtk/gtk-leave-fullscreen.png
share/gtk-doc/html/gtk/gtk-media-forward-ltr.png
share/gtk-doc/html/gtk/gtk-media-forward-rtl.png
share/gtk-doc/html/gtk/gtk-media-next-ltr.png
share/gtk-doc/html/gtk/gtk-media-next-rtl.png
share/gtk-doc/html/gtk/gtk-media-pause.png
share/gtk-doc/html/gtk/gtk-media-play-ltr.png
share/gtk-doc/html/gtk/gtk-media-play-rtl.png
share/gtk-doc/html/gtk/gtk-media-previous-ltr.png
share/gtk-doc/html/gtk/gtk-media-previous-rtl.png
share/gtk-doc/html/gtk/gtk-media-record.png
share/gtk-doc/html/gtk/gtk-media-rewind-ltr.png
share/gtk-doc/html/gtk/gtk-media-rewind-rtl.png
share/gtk-doc/html/gtk/gtk-media-stop.png
share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html
share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html
share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html
share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html
share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html
share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html
share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html
share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html
share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html
share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html
share/gtk-doc/html/gtk/gtk-migrating-checklist.html
share/gtk-doc/html/gtk/gtk-migrating-tooltips.html
share/gtk-doc/html/gtk/gtk-missing-image.png
share/gtk-doc/html/gtk/gtk-network.png
share/gtk-doc/html/gtk/gtk-new.png
share/gtk-doc/html/gtk/gtk-no.png
share/gtk-doc/html/gtk/gtk-ok.png
share/gtk-doc/html/gtk/gtk-open.png
share/gtk-doc/html/gtk/gtk-orientation-landscape.png
share/gtk-doc/html/gtk/gtk-orientation-portrait.png
share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png
share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png
share/gtk-doc/html/gtk/gtk-osx.html
share/gtk-doc/html/gtk/gtk-paste.png
share/gtk-doc/html/gtk/gtk-preferences.png
share/gtk-doc/html/gtk/gtk-print-preview.png
share/gtk-doc/html/gtk/gtk-print.png
share/gtk-doc/html/gtk/gtk-properties.png
share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html
share/gtk-doc/html/gtk/gtk-question-index.html
share/gtk-doc/html/gtk/gtk-quit.png
share/gtk-doc/html/gtk/gtk-redo-ltr.png
share/gtk-doc/html/gtk/gtk-redo-rtl.png
share/gtk-doc/html/gtk/gtk-refresh.png
share/gtk-doc/html/gtk/gtk-remove.png
share/gtk-doc/html/gtk/gtk-resources.html
share/gtk-doc/html/gtk/gtk-revert-to-saved-ltr.png
share/gtk-doc/html/gtk/gtk-revert-to-saved-rtl.png
share/gtk-doc/html/gtk/gtk-running.html
share/gtk-doc/html/gtk/gtk-save-as.png
share/gtk-doc/html/gtk/gtk-save.png
share/gtk-doc/html/gtk/gtk-select-all.png
share/gtk-doc/html/gtk/gtk-select-color.png
share/gtk-doc/html/gtk/gtk-sort-ascending.png
share/gtk-doc/html/gtk/gtk-sort-descending.png
share/gtk-doc/html/gtk/gtk-spell-check.png
share/gtk-doc/html/gtk/gtk-stop.png
share/gtk-doc/html/gtk/gtk-strikethrough.png
share/gtk-doc/html/gtk/gtk-undelete-ltr.png
share/gtk-doc/html/gtk/gtk-undelete-rtl.png
share/gtk-doc/html/gtk/gtk-underline.png
share/gtk-doc/html/gtk/gtk-undo-ltr.png
share/gtk-doc/html/gtk/gtk-undo-rtl.png
share/gtk-doc/html/gtk/gtk-unindent-ltr.png
share/gtk-doc/html/gtk/gtk-unindent-rtl.png
share/gtk-doc/html/gtk/gtk-update-icon-cache.html
share/gtk-doc/html/gtk/gtk-windows.html
share/gtk-doc/html/gtk/gtk-x11.html
share/gtk-doc/html/gtk/gtk-yes.png
share/gtk-doc/html/gtk/gtk-zoom-100.png
share/gtk-doc/html/gtk/gtk-zoom-fit.png
share/gtk-doc/html/gtk/gtk-zoom-in.png
share/gtk-doc/html/gtk/gtk-zoom-out.png
share/gtk-doc/html/gtk/gtk.devhelp
share/gtk-doc/html/gtk/gtk.devhelp2
share/gtk-doc/html/gtk/gtk.html
share/gtk-doc/html/gtk/gtkbase.html
share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html
share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html
share/gtk-doc/html/gtk/gtkfilechooser-new-features.html
share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html
share/gtk-doc/html/gtk/gtkobjects.html
share/gtk-doc/html/gtk/gtkrecent-advanced.html
share/gtk-doc/html/gtk/gtkrecent-chooser.html
share/gtk-doc/html/gtk/home.png
share/gtk-doc/html/gtk/icon-view.png
share/gtk-doc/html/gtk/image.png
share/gtk-doc/html/gtk/index.html
share/gtk-doc/html/gtk/index.sgml
share/gtk-doc/html/gtk/ix01.html
share/gtk-doc/html/gtk/ix02.html
share/gtk-doc/html/gtk/ix03.html
share/gtk-doc/html/gtk/ix04.html
share/gtk-doc/html/gtk/ix05.html
share/gtk-doc/html/gtk/ix06.html
share/gtk-doc/html/gtk/ix07.html
share/gtk-doc/html/gtk/ix08.html
share/gtk-doc/html/gtk/label.png
share/gtk-doc/html/gtk/left.png
share/gtk-doc/html/gtk/link-button.png
share/gtk-doc/html/gtk/list-and-tree.png
share/gtk-doc/html/gtk/menubar.png
share/gtk-doc/html/gtk/messagedialog.png
share/gtk-doc/html/gtk/migrating-GtkCombo.html
share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html
share/gtk-doc/html/gtk/migrating.html
share/gtk-doc/html/gtk/multiline-text.png
share/gtk-doc/html/gtk/new-features-GtkComboBox.html
share/gtk-doc/html/gtk/notebook.png
share/gtk-doc/html/gtk/pagesetupdialog.png
share/gtk-doc/html/gtk/panes.png
share/gtk-doc/html/gtk/printdialog.png
share/gtk-doc/html/gtk/progressbar.png
share/gtk-doc/html/gtk/pt05.html
share/gtk-doc/html/gtk/radio-group.png
share/gtk-doc/html/gtk/recentchooserdialog.png
share/gtk-doc/html/gtk/right.png
share/gtk-doc/html/gtk/scales.png
share/gtk-doc/html/gtk/scrolledwindow.png
share/gtk-doc/html/gtk/separator.png
share/gtk-doc/html/gtk/setting-the-page-flow.html
share/gtk-doc/html/gtk/spinbutton.png
share/gtk-doc/html/gtk/statusbar.png
share/gtk-doc/html/gtk/style.css
share/gtk-doc/html/gtk/toggle-button.png
share/gtk-doc/html/gtk/toolbar.png
share/gtk-doc/html/gtk/tree-view-coordinates.png
share/gtk-doc/html/gtk/ui-manager.html
share/gtk-doc/html/gtk/up.png
share/gtk-doc/html/gtk/volumebutton.png
share/gtk-doc/html/gtk/window.png
share/locale/af/LC_MESSAGES/gtk20-properties.mo
share/locale/af/LC_MESSAGES/gtk20.mo
share/locale/am/LC_MESSAGES/gtk20-properties.mo
share/locale/am/LC_MESSAGES/gtk20.mo
share/locale/ang/LC_MESSAGES/gtk20-properties.mo
share/locale/ang/LC_MESSAGES/gtk20.mo
share/locale/ar/LC_MESSAGES/gtk20-properties.mo
share/locale/ar/LC_MESSAGES/gtk20.mo
share/locale/az/LC_MESSAGES/gtk20-properties.mo
share/locale/az/LC_MESSAGES/gtk20.mo
share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
share/locale/az_IR/LC_MESSAGES/gtk20.mo
share/locale/be/LC_MESSAGES/gtk20-properties.mo
share/locale/be/LC_MESSAGES/gtk20.mo
share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
share/locale/be@latin/LC_MESSAGES/gtk20.mo
share/locale/bg/LC_MESSAGES/gtk20-properties.mo
share/locale/bg/LC_MESSAGES/gtk20.mo
share/locale/bn/LC_MESSAGES/gtk20-properties.mo
share/locale/bn/LC_MESSAGES/gtk20.mo
share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
share/locale/bn_IN/LC_MESSAGES/gtk20.mo
share/locale/br/LC_MESSAGES/gtk20-properties.mo
share/locale/br/LC_MESSAGES/gtk20.mo
share/locale/bs/LC_MESSAGES/gtk20-properties.mo
share/locale/bs/LC_MESSAGES/gtk20.mo
share/locale/ca/LC_MESSAGES/gtk20-properties.mo
share/locale/ca/LC_MESSAGES/gtk20.mo
share/locale/cs/LC_MESSAGES/gtk20-properties.mo
share/locale/cs/LC_MESSAGES/gtk20.mo
share/locale/cy/LC_MESSAGES/gtk20-properties.mo
share/locale/cy/LC_MESSAGES/gtk20.mo
share/locale/da/LC_MESSAGES/gtk20-properties.mo
share/locale/da/LC_MESSAGES/gtk20.mo
share/locale/de/LC_MESSAGES/gtk20-properties.mo
share/locale/de/LC_MESSAGES/gtk20.mo
share/locale/dz/LC_MESSAGES/gtk20-properties.mo
share/locale/dz/LC_MESSAGES/gtk20.mo
share/locale/el/LC_MESSAGES/gtk20-properties.mo
share/locale/el/LC_MESSAGES/gtk20.mo
share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
share/locale/en_CA/LC_MESSAGES/gtk20.mo
share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
share/locale/en_GB/LC_MESSAGES/gtk20.mo
share/locale/eo/LC_MESSAGES/gtk20-properties.mo
share/locale/eo/LC_MESSAGES/gtk20.mo
share/locale/es/LC_MESSAGES/gtk20-properties.mo
share/locale/es/LC_MESSAGES/gtk20.mo
share/locale/et/LC_MESSAGES/gtk20-properties.mo
share/locale/et/LC_MESSAGES/gtk20.mo
share/locale/eu/LC_MESSAGES/gtk20-properties.mo
share/locale/eu/LC_MESSAGES/gtk20.mo
share/locale/fa/LC_MESSAGES/gtk20-properties.mo
share/locale/fa/LC_MESSAGES/gtk20.mo
share/locale/fi/LC_MESSAGES/gtk20-properties.mo
share/locale/fi/LC_MESSAGES/gtk20.mo
share/locale/fr/LC_MESSAGES/gtk20-properties.mo
share/locale/fr/LC_MESSAGES/gtk20.mo
share/locale/ga/LC_MESSAGES/gtk20-properties.mo
share/locale/ga/LC_MESSAGES/gtk20.mo
share/locale/gl/LC_MESSAGES/gtk20-properties.mo
share/locale/gl/LC_MESSAGES/gtk20.mo
share/locale/gu/LC_MESSAGES/gtk20-properties.mo
share/locale/gu/LC_MESSAGES/gtk20.mo
share/locale/he/LC_MESSAGES/gtk20-properties.mo
share/locale/he/LC_MESSAGES/gtk20.mo
share/locale/hi/LC_MESSAGES/gtk20-properties.mo
share/locale/hi/LC_MESSAGES/gtk20.mo
share/locale/hr/LC_MESSAGES/gtk20-properties.mo
share/locale/hr/LC_MESSAGES/gtk20.mo
share/locale/hu/LC_MESSAGES/gtk20-properties.mo
share/locale/hu/LC_MESSAGES/gtk20.mo
share/locale/hy/LC_MESSAGES/gtk20-properties.mo
share/locale/hy/LC_MESSAGES/gtk20.mo
share/locale/ia/LC_MESSAGES/gtk20-properties.mo
share/locale/ia/LC_MESSAGES/gtk20.mo
share/locale/id/LC_MESSAGES/gtk20-properties.mo
share/locale/id/LC_MESSAGES/gtk20.mo
share/locale/is/LC_MESSAGES/gtk20-properties.mo
share/locale/is/LC_MESSAGES/gtk20.mo
share/locale/it/LC_MESSAGES/gtk20-properties.mo
share/locale/it/LC_MESSAGES/gtk20.mo
share/locale/ja/LC_MESSAGES/gtk20-properties.mo
share/locale/ja/LC_MESSAGES/gtk20.mo
share/locale/ka/LC_MESSAGES/gtk20-properties.mo
share/locale/ka/LC_MESSAGES/gtk20.mo
share/locale/ko/LC_MESSAGES/gtk20-properties.mo
share/locale/ko/LC_MESSAGES/gtk20.mo
share/locale/ku/LC_MESSAGES/gtk20-properties.mo
share/locale/ku/LC_MESSAGES/gtk20.mo
share/locale/li/LC_MESSAGES/gtk20-properties.mo
share/locale/li/LC_MESSAGES/gtk20.mo
share/locale/lt/LC_MESSAGES/gtk20-properties.mo
share/locale/lt/LC_MESSAGES/gtk20.mo
share/locale/lv/LC_MESSAGES/gtk20-properties.mo
share/locale/lv/LC_MESSAGES/gtk20.mo
share/locale/mi/LC_MESSAGES/gtk20-properties.mo
share/locale/mi/LC_MESSAGES/gtk20.mo
share/locale/mk/LC_MESSAGES/gtk20-properties.mo
share/locale/mk/LC_MESSAGES/gtk20.mo
share/locale/ml/LC_MESSAGES/gtk20-properties.mo
share/locale/ml/LC_MESSAGES/gtk20.mo
share/locale/mn/LC_MESSAGES/gtk20-properties.mo
share/locale/mn/LC_MESSAGES/gtk20.mo
share/locale/mr/LC_MESSAGES/gtk20-properties.mo
share/locale/mr/LC_MESSAGES/gtk20.mo
share/locale/ms/LC_MESSAGES/gtk20-properties.mo
share/locale/ms/LC_MESSAGES/gtk20.mo
share/locale/nb/LC_MESSAGES/gtk20-properties.mo
share/locale/nb/LC_MESSAGES/gtk20.mo
share/locale/ne/LC_MESSAGES/gtk20-properties.mo
share/locale/ne/LC_MESSAGES/gtk20.mo
share/locale/nl/LC_MESSAGES/gtk20-properties.mo
share/locale/nl/LC_MESSAGES/gtk20.mo
share/locale/nn/LC_MESSAGES/gtk20-properties.mo
share/locale/nn/LC_MESSAGES/gtk20.mo
share/locale/nso/LC_MESSAGES/gtk20-properties.mo
share/locale/nso/LC_MESSAGES/gtk20.mo
share/locale/oc/LC_MESSAGES/gtk20-properties.mo
share/locale/oc/LC_MESSAGES/gtk20.mo
share/locale/or/LC_MESSAGES/gtk20-properties.mo
share/locale/or/LC_MESSAGES/gtk20.mo
share/locale/pa/LC_MESSAGES/gtk20-properties.mo
share/locale/pa/LC_MESSAGES/gtk20.mo
share/locale/pl/LC_MESSAGES/gtk20-properties.mo
share/locale/pl/LC_MESSAGES/gtk20.mo
share/locale/pt/LC_MESSAGES/gtk20-properties.mo
share/locale/pt/LC_MESSAGES/gtk20.mo
share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
share/locale/pt_BR/LC_MESSAGES/gtk20.mo
share/locale/ro/LC_MESSAGES/gtk20-properties.mo
share/locale/ro/LC_MESSAGES/gtk20.mo
share/locale/ru/LC_MESSAGES/gtk20-properties.mo
share/locale/ru/LC_MESSAGES/gtk20.mo
share/locale/rw/LC_MESSAGES/gtk20-properties.mo
share/locale/rw/LC_MESSAGES/gtk20.mo
share/locale/sk/LC_MESSAGES/gtk20-properties.mo
share/locale/sk/LC_MESSAGES/gtk20.mo
share/locale/sl/LC_MESSAGES/gtk20-properties.mo
share/locale/sl/LC_MESSAGES/gtk20.mo
share/locale/sq/LC_MESSAGES/gtk20-properties.mo
share/locale/sq/LC_MESSAGES/gtk20.mo
share/locale/sr/LC_MESSAGES/gtk20-properties.mo
share/locale/sr/LC_MESSAGES/gtk20.mo
share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo
share/locale/sr@Latn/LC_MESSAGES/gtk20.mo
share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
share/locale/sr@ije/LC_MESSAGES/gtk20.mo
share/locale/sv/LC_MESSAGES/gtk20-properties.mo
share/locale/sv/LC_MESSAGES/gtk20.mo
share/locale/ta/LC_MESSAGES/gtk20-properties.mo
share/locale/ta/LC_MESSAGES/gtk20.mo
share/locale/te/LC_MESSAGES/gtk20-properties.mo
share/locale/te/LC_MESSAGES/gtk20.mo
share/locale/th/LC_MESSAGES/gtk20-properties.mo
share/locale/th/LC_MESSAGES/gtk20.mo
share/locale/tk/LC_MESSAGES/gtk20-properties.mo
share/locale/tk/LC_MESSAGES/gtk20.mo
share/locale/tr/LC_MESSAGES/gtk20-properties.mo
share/locale/tr/LC_MESSAGES/gtk20.mo
share/locale/tt/LC_MESSAGES/gtk20-properties.mo
share/locale/tt/LC_MESSAGES/gtk20.mo
share/locale/uk/LC_MESSAGES/gtk20-properties.mo
share/locale/uk/LC_MESSAGES/gtk20.mo
share/locale/ur/LC_MESSAGES/gtk20-properties.mo
share/locale/ur/LC_MESSAGES/gtk20.mo
share/locale/uz/LC_MESSAGES/gtk20-properties.mo
share/locale/uz/LC_MESSAGES/gtk20.mo
share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
share/locale/vi/LC_MESSAGES/gtk20-properties.mo
share/locale/vi/LC_MESSAGES/gtk20.mo
share/locale/wa/LC_MESSAGES/gtk20-properties.mo
share/locale/wa/LC_MESSAGES/gtk20.mo
share/locale/xh/LC_MESSAGES/gtk20-properties.mo
share/locale/xh/LC_MESSAGES/gtk20.mo
share/locale/yi/LC_MESSAGES/gtk20-properties.mo
share/locale/yi/LC_MESSAGES/gtk20.mo
share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
share/locale/zh_CN/LC_MESSAGES/gtk20.mo
share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
share/locale/zh_HK/LC_MESSAGES/gtk20.mo
share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
share/locale/zh_TW/LC_MESSAGES/gtk20.mo
share/themes/Default/gtk-2.0-key/gtkrc
share/themes/Emacs/gtk-2.0-key/gtkrc
share/themes/Raleigh/gtk-2.0/gtkrc
@dirrm share/themes/Raleigh/gtk-2.0
@dirrm share/themes/Raleigh
@dirrm share/themes/Emacs/gtk-2.0-key
@dirrm share/themes/Emacs
@dirrm share/themes/Default/gtk-2.0-key
@unexec ${RMDIR} %D/share/themes/Default 2>/dev/null || ${TRUE}
@comment in xdg-dirs: @dirrm share/themes
@dirrm share/gtk-doc/html/gtk
@dirrm share/gtk-doc/html/gdk-pixbuf
@dirrm share/gtk-doc/html/gdk
@dirrm share/gtk-2.0/demo
@dirrm share/gtk-2.0
@exec ${MKDIR} %D/lib/gtk-2.0/modules
@dirrm lib/gtk-2.0/modules
@exec ${MKDIR} %D/lib/gtk-2.0/immodules
@dirrm lib/gtk-2.0/immodules
@dirrm lib/gtk-2.0/include
@dirrm lib/gtk-2.0/2.10.0/printbackends
@dirrm lib/gtk-2.0/2.10.0/loaders
@dirrm lib/gtk-2.0/2.10.0/immodules
@exec ${MKDIR} %D/lib/gtk-2.0/2.10.0/filesystems
@dirrm lib/gtk-2.0/2.10.0/filesystems
@dirrm lib/gtk-2.0/2.10.0/engines
@dirrm lib/gtk-2.0/2.10.0
@dirrm lib/gtk-2.0
@dirrm include/gtk-unix-print-2.0/gtk
@dirrm include/gtk-unix-print-2.0
@dirrm include/gtk-2.0/gtk
${X11}@dirrm include/gtk-2.0/gdk-pixbuf-xlib
@dirrm include/gtk-2.0/gdk-pixbuf
@dirrm include/gtk-2.0/gdk
@dirrm include/gtk-2.0