From 1a1cc45e1ba91d4c23f23e0e105b0742ec3bed17 Mon Sep 17 00:00:00 2001 From: Shokara Kou Date: Mon, 28 Nov 2022 20:08:48 -0500 Subject: add x11/gtk+3 with hyperbola patch to remove atk as dependency --- x11/gtk+3/CVS/Entries | 4 + x11/gtk+3/CVS/Repository | 1 + x11/gtk+3/CVS/Root | 1 + x11/gtk+3/Makefile | 65 + x11/gtk+3/distinfo | 2 + x11/gtk+3/patches/CVS/Entries | 6 + x11/gtk+3/patches/CVS/Repository | 1 + x11/gtk+3/patches/CVS/Root | 1 + x11/gtk+3/patches/patch-config_h_in | 13 + x11/gtk+3/patches/patch-config_h_meson | 13 + x11/gtk+3/patches/patch-configure | 41 + .../patches/patch-gtk_a11y_gtkaccessibility_c | 21 + x11/gtk+3/patches/patch-gtk_gtkfilechooserwidget_c | 15 + .../patches/patch-gtk_gtkmountoperation-x11_c | 52 + x11/gtk+3/patches/patch-gtk_gtkplacessidebar_c | 45 + x11/gtk+3/patches/patch-gtk_gtksettings_c | 12 + x11/gtk+3/patches/patch-gtk_updateiconcache_c | 15 + x11/gtk+3/patches/patch-meson_build | 24 + x11/gtk+3/patches/patch-meson_options_txt | 12 + x11/gtk+3/pkg/CVS/Entries | 8 + x11/gtk+3/pkg/CVS/Repository | 1 + x11/gtk+3/pkg/CVS/Root | 1 + x11/gtk+3/pkg/DESCR | 3 + x11/gtk+3/pkg/PLIST | 1441 ++++++++++++++++++++ x11/gtk+3/pkg/README | 45 + 25 files changed, 1843 insertions(+) create mode 100644 x11/gtk+3/CVS/Entries create mode 100644 x11/gtk+3/CVS/Repository create mode 100644 x11/gtk+3/CVS/Root create mode 100644 x11/gtk+3/Makefile create mode 100644 x11/gtk+3/distinfo create mode 100644 x11/gtk+3/patches/CVS/Entries create mode 100644 x11/gtk+3/patches/CVS/Repository create mode 100644 x11/gtk+3/patches/CVS/Root create mode 100644 x11/gtk+3/patches/patch-config_h_in create mode 100644 x11/gtk+3/patches/patch-config_h_meson create mode 100644 x11/gtk+3/patches/patch-configure create mode 100644 x11/gtk+3/patches/patch-gtk_a11y_gtkaccessibility_c create mode 100644 x11/gtk+3/patches/patch-gtk_gtkfilechooserwidget_c create mode 100644 x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c create mode 100644 x11/gtk+3/patches/patch-gtk_gtkplacessidebar_c create mode 100644 x11/gtk+3/patches/patch-gtk_gtksettings_c create mode 100644 x11/gtk+3/patches/patch-gtk_updateiconcache_c create mode 100644 x11/gtk+3/patches/patch-meson_build create mode 100644 x11/gtk+3/patches/patch-meson_options_txt create mode 100644 x11/gtk+3/pkg/CVS/Entries create mode 100644 x11/gtk+3/pkg/CVS/Repository create mode 100644 x11/gtk+3/pkg/CVS/Root create mode 100644 x11/gtk+3/pkg/DESCR create mode 100644 x11/gtk+3/pkg/PLIST create mode 100644 x11/gtk+3/pkg/README diff --git a/x11/gtk+3/CVS/Entries b/x11/gtk+3/CVS/Entries new file mode 100644 index 0000000..c52814f --- /dev/null +++ b/x11/gtk+3/CVS/Entries @@ -0,0 +1,4 @@ +/Makefile/1.258/Thu May 26 12:59:04 2022// +/distinfo/1.135/Thu May 19 07:28:08 2022// +D/patches//// +D/pkg//// diff --git a/x11/gtk+3/CVS/Repository b/x11/gtk+3/CVS/Repository new file mode 100644 index 0000000..1e5f651 --- /dev/null +++ b/x11/gtk+3/CVS/Repository @@ -0,0 +1 @@ +ports/x11/gtk+3 diff --git a/x11/gtk+3/CVS/Root b/x11/gtk+3/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/x11/gtk+3/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/x11/gtk+3/Makefile b/x11/gtk+3/Makefile new file mode 100644 index 0000000..a01a386 --- /dev/null +++ b/x11/gtk+3/Makefile @@ -0,0 +1,65 @@ +# XXX add support for libcloudproviders? + +DPB_PROPERTIES= parallel + +PORTROACH= skipv:3.90.0,3.92.1,3.93.0,3.94.0 + +COMMENT= multi-platform graphical toolkit + +GNOME_PROJECT= gtk+ +GNOME_VERSION= 3.24.34 + +PKGNAME= gtk+3-${GNOME_VERSION} + +CATEGORIES= x11 devel + +SHARED_LIBS += gdk-3 2201.1 # 2404.30 +SHARED_LIBS += gtk-3 2201.0 # 2404.30 +SHARED_LIBS += gailutil-3 0.0 # 0.0 + +HOMEPAGE= http://www.gtk.org/ + +MAINTAINER= Antoine Jacoutot + +# LGPLv2 +PERMIT_PACKAGE= Yes + +WANTLIB += ffi gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 +WANTLIB += iconv jpeg m pcre pthread z + +MODULES= x11/gnome + +DEBUG_PACKAGES= ${BUILD_PACKAGES} + +LIB_DEPENDS= devel/pango \ + graphics/gdk-pixbuf2 + +WANTLIB += ${COMPILER_LIBCXX} c epoxy fribidi Xau +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xdmcp +WANTLIB += Xinerama Xrandr Xrender +WANTLIB += cairo cairo-gobject expat fontconfig freetype +WANTLIB += graphite2 harfbuzz pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB += pixman-1 xcb xcb-render xcb-shm png execinfo + +TEST_IS_INTERACTIVE= x11 + +CONFIGURE_STYLE= gnu + +# explicitly decativate wayland +CONFIGURE_ARGS+= --disable-wayland-backend --enable-x11-backend + +.include +.if !${PROPERTIES:Mclang} +CFLAGS += -std=gnu99 +.endif + +FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3 + +# configure will disable lpr in default gtk-print-backends if cups is found +MAKE_FLAGS= GTK_PRINT_BACKENDS="file,lpr,cups" + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-3.0/modules + rm ${PREFIX}/lib/gtk-3.0/3.0.0/{printbackends,immodules}/*.{a,la} + +.include diff --git a/x11/gtk+3/distinfo b/x11/gtk+3/distinfo new file mode 100644 index 0000000..1ad8e1b --- /dev/null +++ b/x11/gtk+3/distinfo @@ -0,0 +1,2 @@ +SHA256 (gtk+-3.24.34.tar.xz) = 28afkN3IIbjRRB8AN03B2kMjour6kHjmHtvl7u+oUuw= +SIZE (gtk+-3.24.34.tar.xz) = 21587592 diff --git a/x11/gtk+3/patches/CVS/Entries b/x11/gtk+3/patches/CVS/Entries new file mode 100644 index 0000000..8adaa80 --- /dev/null +++ b/x11/gtk+3/patches/CVS/Entries @@ -0,0 +1,6 @@ +/patch-gtk_gtkfilechooserwidget_c/1.9/Fri Mar 11 20:16:01 2022// +/patch-gtk_gtkmountoperation-x11_c/1.18/Fri Mar 11 20:16:02 2022// +/patch-gtk_gtkplacessidebar_c/1.5/Fri Mar 4 07:57:18 2022// +/patch-gtk_gtksettings_c/1.25/Fri Mar 11 20:16:02 2022// +/patch-gtk_updateiconcache_c/1.4/Fri Mar 11 20:16:02 2022// +D diff --git a/x11/gtk+3/patches/CVS/Repository b/x11/gtk+3/patches/CVS/Repository new file mode 100644 index 0000000..42893d9 --- /dev/null +++ b/x11/gtk+3/patches/CVS/Repository @@ -0,0 +1 @@ +ports/x11/gtk+3/patches diff --git a/x11/gtk+3/patches/CVS/Root b/x11/gtk+3/patches/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/x11/gtk+3/patches/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/x11/gtk+3/patches/patch-config_h_in b/x11/gtk+3/patches/patch-config_h_in new file mode 100644 index 0000000..b91b060 --- /dev/null +++ b/x11/gtk+3/patches/patch-config_h_in @@ -0,0 +1,13 @@ +Index: config.h.in +--- config.h.in.orig ++++ config.h.in +@@ -10,6 +10,9 @@ + /* Disable deprecation warnings from glib */ + #undef GLIB_DISABLE_DEPRECATION_WARNINGS + ++/* Define to use atk-bridge-2.0 */ ++#undef HAVE_ATK_BRIDGE ++ + /* Define to 1 if you have the `bind_textdomain_codeset' function. */ + #undef HAVE_BIND_TEXTDOMAIN_CODESET + diff --git a/x11/gtk+3/patches/patch-config_h_meson b/x11/gtk+3/patches/patch-config_h_meson new file mode 100644 index 0000000..d3bdf41 --- /dev/null +++ b/x11/gtk+3/patches/patch-config_h_meson @@ -0,0 +1,13 @@ +Index: config.h.meson +--- config.h.meson.orig ++++ config.h.meson +@@ -11,6 +11,9 @@ + /* Disable deprecation warnings from glib */ + #mesondefine GLIB_DISABLE_DEPRECATION_WARNINGS + ++/* Define to use atk-bridge-2.0 */ ++#mesondefine HAVE_ATK_BRIDGE ++ + /* Define to 1 if you have the `bind_textdomain_codeset' function. */ + #mesondefine HAVE_BIND_TEXTDOMAIN_CODESET + diff --git a/x11/gtk+3/patches/patch-configure b/x11/gtk+3/patches/patch-configure new file mode 100644 index 0000000..9ae57f7 --- /dev/null +++ b/x11/gtk+3/patches/patch-configure @@ -0,0 +1,41 @@ +Index: configure +--- configure.orig ++++ configure +@@ -1099,6 +1099,7 @@ enable_glibtest + enable_modules + with_included_immodules + with_x ++with_atk_bridge + enable_win32_gles + enable_cups + enable_papi +@@ -1884,6 +1885,7 @@ Optional Packages: + --with-included-immodules=MODULE1,MODULE2,... + build the specified input methods into gtk + --with-x use the X Window System ++ --without-atk-bridge Do not use AT-SPI ATK bridge + --with-html-dir=PATH path to installed docs + --with-xml-catalog=CATALOG + path to xml catalog to use +@@ -28718,8 +28720,20 @@ fi + # Check for Accessibility Toolkit flags + ######################################## + +-if test x$enable_x11_backend = xyes; then ++ ++# Check whether --with-atk-bridge was given. ++if test "${with_atk_bridge+set}" = set; then : ++ withval=$with_atk_bridge; : ++else ++ with_atk_bridge=$enable_x11_backend ++fi ++ ++ ++if test x$with_atk_bridge != xno; then + ATK_PACKAGES="atk atk-bridge-2.0" ++ ++$as_echo "#define HAVE_ATK_BRIDGE 1" >>confdefs.h ++ + else + ATK_PACKAGES="atk" + fi diff --git a/x11/gtk+3/patches/patch-gtk_a11y_gtkaccessibility_c b/x11/gtk+3/patches/patch-gtk_a11y_gtkaccessibility_c new file mode 100644 index 0000000..581b258 --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_a11y_gtkaccessibility_c @@ -0,0 +1,21 @@ +Index: gtk/a11y/gtkaccessibility.c +--- gtk/a11y/gtkaccessibility.c.orig ++++ gtk/a11y/gtkaccessibility.c +@@ -37,7 +37,7 @@ + #include + #include + +-#ifdef GDK_WINDOWING_X11 ++#ifdef HAVE_ATK_BRIDGE + #include + #endif + +@@ -988,7 +988,7 @@ _gtk_accessibility_init (void) + _gtk_accessibility_override_atk_util (); + do_window_event_initialization (); + +-#ifdef GDK_WINDOWING_X11 ++#ifdef HAVE_ATK_BRIDGE + atk_bridge_adaptor_init (NULL, NULL); + #endif + diff --git a/x11/gtk+3/patches/patch-gtk_gtkfilechooserwidget_c b/x11/gtk+3/patches/patch-gtk_gtkfilechooserwidget_c new file mode 100644 index 0000000..e7118f8 --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_gtkfilechooserwidget_c @@ -0,0 +1,15 @@ +unveil(2): check if the XDG directories exist before showing them on the sidebar + +Index: gtk/gtkfilechooserwidget.c +--- gtk/gtkfilechooserwidget.c.orig ++++ gtk/gtkfilechooserwidget.c +@@ -8229,7 +8229,8 @@ desktop_folder_handler (GtkFileChooserWidget *impl) + * See http://freedesktop.org/wiki/Software/xdg-user-dirs + */ + name = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP); +- if (!g_strcmp0 (name, g_get_home_dir ())) ++ if (!g_strcmp0 (name, g_get_home_dir ()) || ++ !g_file_test (name, G_FILE_TEST_IS_DIR)) + return; + + gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (impl), name); diff --git a/x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c b/x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c new file mode 100644 index 0000000..42d953e --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c @@ -0,0 +1,52 @@ +From 7d8be1c1ffc31523e2de09d4829169b78dd391e4 Mon Sep 17 00:00:00 2001 +From: Antoine Jacoutot +Date: Fri, 17 May 2019 11:55:16 +0000 +Subject: [PATCH] pid_get_parent: fix potential leak of kp + +From 0334ea1c889331adb02d361670e24b3f85b5b0d6 Mon Sep 17 00:00:00 2001 +From: Antoine Jacoutot +Date: Mon, 13 May 2019 20:47:46 +0200 +Subject: [PATCH] pid_get_parent: fix for OpenBSD + +Index: gtk/gtkmountoperation-x11.c +--- gtk/gtkmountoperation-x11.c.orig ++++ gtk/gtkmountoperation-x11.c +@@ -720,22 +720,32 @@ pid_get_command_line (GPid pid) + static GPid + pid_get_parent (GPid pid) + { +- struct kinfo_proc kp; ++ struct kinfo_proc *kp = NULL; + size_t len; +- GPid ppid; ++ GPid ppid = 0; + ++ /* fail if trying to get the parent of the init process (no such thing) */ ++ if (pid == 1) ++ goto out; ++ + int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, pid, + sizeof(struct kinfo_proc), 0 }; + + if (sysctl (mib, G_N_ELEMENTS (mib), NULL, &len, NULL, 0) == -1) +- return (-1); ++ goto out; ++ + mib[5] = (len / sizeof(struct kinfo_proc)); + +- if (sysctl (mib, G_N_ELEMENTS (mib), &kp, &len, NULL, 0) < 0) +- return -1; ++ kp = g_malloc0 (len); + +- ppid = kp.p_ppid; ++ if (sysctl (mib, G_N_ELEMENTS (mib), kp, &len, NULL, 0) < 0) ++ goto out; + ++ ppid = kp->p_ppid; ++ ++out: ++ if (kp) ++ g_free (kp); + return ppid; + } + diff --git a/x11/gtk+3/patches/patch-gtk_gtkplacessidebar_c b/x11/gtk+3/patches/patch-gtk_gtkplacessidebar_c new file mode 100644 index 0000000..ce97e17 --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_gtkplacessidebar_c @@ -0,0 +1,45 @@ +unveil(2): check if the XDG directories exist before showing them on the sidebar + +Index: gtk/gtkplacessidebar.c +--- gtk/gtkplacessidebar.c.orig ++++ gtk/gtkplacessidebar.c +@@ -657,6 +657,7 @@ add_special_dirs (GtkPlacesSidebar *sidebar) + */ + if (path == NULL || + path_is_home_dir (path) || ++ !g_file_test (path, G_FILE_TEST_IS_DIR) || + g_list_find_custom (dirs, path, (GCompareFunc) g_strcmp0) != NULL) + continue; + +@@ -709,7 +710,8 @@ get_desktop_directory_uri (void) + /* "To disable a directory, point it to the homedir." + * See http://freedesktop.org/wiki/Software/xdg-user-dirs + */ +- if (path_is_home_dir (name)) ++ if ((name == NULL) || path_is_home_dir (name) || ++ !g_file_test (name, G_FILE_TEST_IS_DIR)) + return NULL; + + return g_filename_to_uri (name, NULL, NULL); +@@ -1091,6 +1093,11 @@ update_places (GtkPlacesSidebar *sidebar) + + /* home folder */ + home_uri = get_home_directory_uri (); ++#if defined(__OpenBSD__) ++ if (!g_file_test (home_uri, G_FILE_TEST_IS_DIR)) ++ goto skip_home; ++#endif ++ + start_icon = g_themed_icon_new_with_default_fallbacks (ICON_NAME_HOME); + add_place (sidebar, PLACES_BUILT_IN, + SECTION_COMPUTER, +@@ -1100,6 +1107,9 @@ update_places (GtkPlacesSidebar *sidebar) + g_object_unref (start_icon); + g_free (home_uri); + ++#if defined(__OpenBSD__) ++skip_home: ++#endif + /* desktop */ + if (sidebar->show_desktop) + { diff --git a/x11/gtk+3/patches/patch-gtk_gtksettings_c b/x11/gtk+3/patches/patch-gtk_gtksettings_c new file mode 100644 index 0000000..c6384b2 --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_gtksettings_c @@ -0,0 +1,12 @@ +Index: gtk/gtksettings.c +--- gtk/gtksettings.c.orig ++++ gtk/gtksettings.c +@@ -503,7 +503,7 @@ gtk_settings_class_init (GtkSettingsClass *class) + g_param_spec_string ("gtk-key-theme-name", + P_("Key Theme Name"), + P_("Name of key theme to load"), +- NULL, ++ "Emacs", + GTK_PARAM_READWRITE), + NULL); + g_assert (result == PROP_KEY_THEME_NAME); diff --git a/x11/gtk+3/patches/patch-gtk_updateiconcache_c b/x11/gtk+3/patches/patch-gtk_updateiconcache_c new file mode 100644 index 0000000..cb2429d --- /dev/null +++ b/x11/gtk+3/patches/patch-gtk_updateiconcache_c @@ -0,0 +1,15 @@ +Index: gtk/updateiconcache.c +--- gtk/updateiconcache.c.orig ++++ gtk/updateiconcache.c +@@ -1725,6 +1725,11 @@ main (int argc, char **argv) + path = g_locale_to_utf8 (path, -1, NULL, NULL, NULL); + #endif + ++ if (pledge("stdio rpath wpath cpath fattr", NULL) == -1) { ++ g_printerr (_("pledge\n")); ++ exit (1); ++ } ++ + if (validate) + { + gchar *file = g_build_filename (path, CACHE_NAME, NULL); diff --git a/x11/gtk+3/patches/patch-meson_build b/x11/gtk+3/patches/patch-meson_build new file mode 100644 index 0000000..aae9372 --- /dev/null +++ b/x11/gtk+3/patches/patch-meson_build @@ -0,0 +1,24 @@ +Index: meson.build +--- meson.build.orig ++++ meson.build +@@ -582,7 +582,7 @@ if x11_enabled + xfixes_dep = dependency('xfixes', required: false) + xcomposite_dep = dependency('xcomposite', required: false) + fontconfig_dep = dependency('fontconfig', fallback: ['fontconfig', 'fontconfig_dep']) +- atkbridge_dep = dependency('atk-bridge-2.0', version: at_spi2_atk_req) ++ atkbridge_dep = dependency('atk-bridge-2.0', version: at_spi2_atk_req, required: get_option('atk-bridge')) + + backend_immodules += ['xim'] + +@@ -601,7 +601,10 @@ if x11_enabled + x11_pkgs += ['xdamage'] + endif + +- atk_pkgs += ['atk-bridge-2.0'] ++ if atkbridge_dep.found() ++ atk_pkgs += ['atk-bridge-2.0'] ++ cdata.set('HAVE_ATK_BRIDGE', 1) ++ endif + + cdata.set('HAVE_XDAMAGE', xdamage_dep.found() ? 1 : false) + cdata.set('HAVE_XCURSOR', xcursor_dep.found() ? 1 : false) diff --git a/x11/gtk+3/patches/patch-meson_options_txt b/x11/gtk+3/patches/patch-meson_options_txt new file mode 100644 index 0000000..90394be --- /dev/null +++ b/x11/gtk+3/patches/patch-meson_options_txt @@ -0,0 +1,12 @@ +Index: meson_options.txt +--- meson_options.txt.orig ++++ meson_options.txt +@@ -11,6 +11,8 @@ option('quartz_backend', type: 'boolean', value: true, + description : 'Enable the macOS gdk backend (only when building on macOS)') + + # Optional dependencies ++option('atk-bridge', type: 'boolean', value: 'true', ++ description : 'Enable AT-SPI ATK bridge support') + option('xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', + description : 'Enable support for the Xinerama extension') + option('cloudproviders', type: 'boolean', value: false, diff --git a/x11/gtk+3/pkg/CVS/Entries b/x11/gtk+3/pkg/CVS/Entries new file mode 100644 index 0000000..ac4b1e8 --- /dev/null +++ b/x11/gtk+3/pkg/CVS/Entries @@ -0,0 +1,8 @@ +/DESCR-cups/1.1.1.1/Fri Mar 11 09:58:31 2011// +/DESCR-guic/1.1/Fri Mar 27 08:09:15 2015// +/DESCR-main/1.1.1.1/Fri Mar 11 09:58:31 2011// +/PLIST-cups/1.6/Fri Mar 4 07:57:18 2022// +/PLIST-guic/1.4/Fri Mar 4 07:57:18 2022// +/PLIST-main/1.60/Fri Mar 4 07:57:18 2022// +/README-main/1.8/Fri Mar 11 20:16:02 2022// +D diff --git a/x11/gtk+3/pkg/CVS/Repository b/x11/gtk+3/pkg/CVS/Repository new file mode 100644 index 0000000..dbbb67e --- /dev/null +++ b/x11/gtk+3/pkg/CVS/Repository @@ -0,0 +1 @@ +ports/x11/gtk+3/pkg diff --git a/x11/gtk+3/pkg/CVS/Root b/x11/gtk+3/pkg/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/x11/gtk+3/pkg/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/x11/gtk+3/pkg/DESCR b/x11/gtk+3/pkg/DESCR new file mode 100644 index 0000000..5240080 --- /dev/null +++ b/x11/gtk+3/pkg/DESCR @@ -0,0 +1,3 @@ +GTK+ is a multi-platform toolkit for creating graphical user interfaces. +Offering a complete set of widgets, GTK+ is suitable for projects +ranging from small one-off projects to complete application suites. diff --git a/x11/gtk+3/pkg/PLIST b/x11/gtk+3/pkg/PLIST new file mode 100644 index 0000000..1614ecb --- /dev/null +++ b/x11/gtk+3/pkg/PLIST @@ -0,0 +1,1441 @@ +@bin bin/gtk-builder-tool +@bin bin/gtk-encode-symbolic-svg +@bin bin/gtk-launch +@bin bin/gtk-query-immodules-3.0 +@bin bin/gtk-query-settings +@bin bin/gtk-update-icon-cache +@bin bin/gtk3-demo +@bin bin/gtk3-demo-application +@bin bin/gtk3-icon-browser +@bin bin/gtk3-widget-factory +include/gail-3.0/ +include/gail-3.0/libgail-util/ +include/gail-3.0/libgail-util/gail-util.h +include/gail-3.0/libgail-util/gailmisc.h +include/gail-3.0/libgail-util/gailtextutil.h +include/gtk-3.0/ +include/gtk-3.0/gdk/ +include/gtk-3.0/gdk/deprecated/ +include/gtk-3.0/gdk/deprecated/gdkcolor.h +include/gtk-3.0/gdk/gdk-autocleanup.h +include/gtk-3.0/gdk/gdk.h +include/gtk-3.0/gdk/gdkapplaunchcontext.h +include/gtk-3.0/gdk/gdkcairo.h +include/gtk-3.0/gdk/gdkconfig.h +include/gtk-3.0/gdk/gdkcursor.h +include/gtk-3.0/gdk/gdkdevice.h +include/gtk-3.0/gdk/gdkdevicemanager.h +include/gtk-3.0/gdk/gdkdevicepad.h +include/gtk-3.0/gdk/gdkdevicetool.h +include/gtk-3.0/gdk/gdkdisplay.h +include/gtk-3.0/gdk/gdkdisplaymanager.h +include/gtk-3.0/gdk/gdkdnd.h +include/gtk-3.0/gdk/gdkdrawingcontext.h +include/gtk-3.0/gdk/gdkenumtypes.h +include/gtk-3.0/gdk/gdkevents.h +include/gtk-3.0/gdk/gdkframeclock.h +include/gtk-3.0/gdk/gdkframetimings.h +include/gtk-3.0/gdk/gdkglcontext.h +include/gtk-3.0/gdk/gdkkeys.h +include/gtk-3.0/gdk/gdkkeysyms-compat.h +include/gtk-3.0/gdk/gdkkeysyms.h +include/gtk-3.0/gdk/gdkmain.h +include/gtk-3.0/gdk/gdkmonitor.h +include/gtk-3.0/gdk/gdkpango.h +include/gtk-3.0/gdk/gdkpixbuf.h +include/gtk-3.0/gdk/gdkprivate.h +include/gtk-3.0/gdk/gdkproperty.h +include/gtk-3.0/gdk/gdkrectangle.h +include/gtk-3.0/gdk/gdkrgba.h +include/gtk-3.0/gdk/gdkscreen.h +include/gtk-3.0/gdk/gdkseat.h +include/gtk-3.0/gdk/gdkselection.h +include/gtk-3.0/gdk/gdktestutils.h +include/gtk-3.0/gdk/gdkthreads.h +include/gtk-3.0/gdk/gdktypes.h +include/gtk-3.0/gdk/gdkversionmacros.h +include/gtk-3.0/gdk/gdkvisual.h +include/gtk-3.0/gdk/gdkwindow.h +include/gtk-3.0/gdk/gdkx.h +include/gtk-3.0/gdk/x11/ +include/gtk-3.0/gdk/x11/gdkx-autocleanups.h +include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h +include/gtk-3.0/gdk/x11/gdkx11cursor.h +include/gtk-3.0/gdk/x11/gdkx11device-core.h +include/gtk-3.0/gdk/x11/gdkx11device-xi2.h +include/gtk-3.0/gdk/x11/gdkx11device.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h +include/gtk-3.0/gdk/x11/gdkx11devicemanager.h +include/gtk-3.0/gdk/x11/gdkx11display.h +include/gtk-3.0/gdk/x11/gdkx11displaymanager.h +include/gtk-3.0/gdk/x11/gdkx11dnd.h +include/gtk-3.0/gdk/x11/gdkx11glcontext.h +include/gtk-3.0/gdk/x11/gdkx11keys.h +include/gtk-3.0/gdk/x11/gdkx11monitor.h +include/gtk-3.0/gdk/x11/gdkx11property.h +include/gtk-3.0/gdk/x11/gdkx11screen.h +include/gtk-3.0/gdk/x11/gdkx11selection.h +include/gtk-3.0/gdk/x11/gdkx11utils.h +include/gtk-3.0/gdk/x11/gdkx11visual.h +include/gtk-3.0/gdk/x11/gdkx11window.h +include/gtk-3.0/gtk/ +include/gtk-3.0/gtk/a11y/ +include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +include/gtk-3.0/gtk/a11y/gtkfilechooserwidgetaccessible.h +include/gtk-3.0/gtk/a11y/gtkflowboxaccessible.h +include/gtk-3.0/gtk/a11y/gtkflowboxchildaccessible.h +include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +include/gtk-3.0/gtk/a11y/gtkheaderbaraccessible.h +include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtklistboxaccessible.h +include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h +include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenubuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +include/gtk-3.0/gtk/a11y/gtkplugaccessible.h +include/gtk-3.0/gtk/a11y/gtkpopoveraccessible.h +include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +include/gtk-3.0/gtk/a11y/gtksocketaccessible.h +include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +include/gtk-3.0/gtk/deprecated/ +include/gtk-3.0/gtk/deprecated/gtkaction.h +include/gtk-3.0/gtk/deprecated/gtkactiongroup.h +include/gtk-3.0/gtk/deprecated/gtkactivatable.h +include/gtk-3.0/gtk/deprecated/gtkalignment.h +include/gtk-3.0/gtk/deprecated/gtkarrow.h +include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +include/gtk-3.0/gtk/deprecated/gtkfontsel.h +include/gtk-3.0/gtk/deprecated/gtkgradient.h +include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +include/gtk-3.0/gtk/deprecated/gtkhbbox.h +include/gtk-3.0/gtk/deprecated/gtkhbox.h +include/gtk-3.0/gtk/deprecated/gtkhpaned.h +include/gtk-3.0/gtk/deprecated/gtkhscale.h +include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +include/gtk-3.0/gtk/deprecated/gtkhseparator.h +include/gtk-3.0/gtk/deprecated/gtkhsv.h +include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h +include/gtk-3.0/gtk/deprecated/gtkmisc.h +include/gtk-3.0/gtk/deprecated/gtknumerableicon.h +include/gtk-3.0/gtk/deprecated/gtkradioaction.h +include/gtk-3.0/gtk/deprecated/gtkrc.h +include/gtk-3.0/gtk/deprecated/gtkrecentaction.h +include/gtk-3.0/gtk/deprecated/gtkstatusicon.h +include/gtk-3.0/gtk/deprecated/gtkstock.h +include/gtk-3.0/gtk/deprecated/gtkstyle.h +include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h +include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +include/gtk-3.0/gtk/deprecated/gtktable.h +include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +include/gtk-3.0/gtk/deprecated/gtktoggleaction.h +include/gtk-3.0/gtk/deprecated/gtkuimanager.h +include/gtk-3.0/gtk/deprecated/gtkvbbox.h +include/gtk-3.0/gtk/deprecated/gtkvbox.h +include/gtk-3.0/gtk/deprecated/gtkvpaned.h +include/gtk-3.0/gtk/deprecated/gtkvscale.h +include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +include/gtk-3.0/gtk/deprecated/gtkvseparator.h +include/gtk-3.0/gtk/gtk-a11y.h +include/gtk-3.0/gtk/gtk-autocleanups.h +include/gtk-3.0/gtk/gtk.h +include/gtk-3.0/gtk/gtkaboutdialog.h +include/gtk-3.0/gtk/gtkaccelgroup.h +include/gtk-3.0/gtk/gtkaccellabel.h +include/gtk-3.0/gtk/gtkaccelmap.h +include/gtk-3.0/gtk/gtkaccessible.h +include/gtk-3.0/gtk/gtkactionable.h +include/gtk-3.0/gtk/gtkactionbar.h +include/gtk-3.0/gtk/gtkadjustment.h +include/gtk-3.0/gtk/gtkappchooser.h +include/gtk-3.0/gtk/gtkappchooserbutton.h +include/gtk-3.0/gtk/gtkappchooserdialog.h +include/gtk-3.0/gtk/gtkappchooserwidget.h +include/gtk-3.0/gtk/gtkapplication.h +include/gtk-3.0/gtk/gtkapplicationwindow.h +include/gtk-3.0/gtk/gtkaspectframe.h +include/gtk-3.0/gtk/gtkassistant.h +include/gtk-3.0/gtk/gtkbbox.h +include/gtk-3.0/gtk/gtkbin.h +include/gtk-3.0/gtk/gtkbindings.h +include/gtk-3.0/gtk/gtkborder.h +include/gtk-3.0/gtk/gtkbox.h +include/gtk-3.0/gtk/gtkbuildable.h +include/gtk-3.0/gtk/gtkbuilder.h +include/gtk-3.0/gtk/gtkbutton.h +include/gtk-3.0/gtk/gtkcalendar.h +include/gtk-3.0/gtk/gtkcellarea.h +include/gtk-3.0/gtk/gtkcellareabox.h +include/gtk-3.0/gtk/gtkcellareacontext.h +include/gtk-3.0/gtk/gtkcelleditable.h +include/gtk-3.0/gtk/gtkcelllayout.h +include/gtk-3.0/gtk/gtkcellrenderer.h +include/gtk-3.0/gtk/gtkcellrendereraccel.h +include/gtk-3.0/gtk/gtkcellrenderercombo.h +include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +include/gtk-3.0/gtk/gtkcellrendererprogress.h +include/gtk-3.0/gtk/gtkcellrendererspin.h +include/gtk-3.0/gtk/gtkcellrendererspinner.h +include/gtk-3.0/gtk/gtkcellrenderertext.h +include/gtk-3.0/gtk/gtkcellrenderertoggle.h +include/gtk-3.0/gtk/gtkcellview.h +include/gtk-3.0/gtk/gtkcheckbutton.h +include/gtk-3.0/gtk/gtkcheckmenuitem.h +include/gtk-3.0/gtk/gtkclipboard.h +include/gtk-3.0/gtk/gtkcolorbutton.h +include/gtk-3.0/gtk/gtkcolorchooser.h +include/gtk-3.0/gtk/gtkcolorchooserdialog.h +include/gtk-3.0/gtk/gtkcolorchooserwidget.h +include/gtk-3.0/gtk/gtkcolorutils.h +include/gtk-3.0/gtk/gtkcombobox.h +include/gtk-3.0/gtk/gtkcomboboxtext.h +include/gtk-3.0/gtk/gtkcontainer.h +include/gtk-3.0/gtk/gtkcssprovider.h +include/gtk-3.0/gtk/gtkcsssection.h +include/gtk-3.0/gtk/gtkdebug.h +include/gtk-3.0/gtk/gtkdialog.h +include/gtk-3.0/gtk/gtkdnd.h +include/gtk-3.0/gtk/gtkdragdest.h +include/gtk-3.0/gtk/gtkdragsource.h +include/gtk-3.0/gtk/gtkdrawingarea.h +include/gtk-3.0/gtk/gtkeditable.h +include/gtk-3.0/gtk/gtkentry.h +include/gtk-3.0/gtk/gtkentrybuffer.h +include/gtk-3.0/gtk/gtkentrycompletion.h +include/gtk-3.0/gtk/gtkenums.h +include/gtk-3.0/gtk/gtkeventbox.h +include/gtk-3.0/gtk/gtkeventcontroller.h +include/gtk-3.0/gtk/gtkeventcontrollerkey.h +include/gtk-3.0/gtk/gtkeventcontrollermotion.h +include/gtk-3.0/gtk/gtkeventcontrollerscroll.h +include/gtk-3.0/gtk/gtkexpander.h +include/gtk-3.0/gtk/gtkfilechooser.h +include/gtk-3.0/gtk/gtkfilechooserbutton.h +include/gtk-3.0/gtk/gtkfilechooserdialog.h +include/gtk-3.0/gtk/gtkfilechoosernative.h +include/gtk-3.0/gtk/gtkfilechooserwidget.h +include/gtk-3.0/gtk/gtkfilefilter.h +include/gtk-3.0/gtk/gtkfixed.h +include/gtk-3.0/gtk/gtkflowbox.h +include/gtk-3.0/gtk/gtkfontbutton.h +include/gtk-3.0/gtk/gtkfontchooser.h +include/gtk-3.0/gtk/gtkfontchooserdialog.h +include/gtk-3.0/gtk/gtkfontchooserwidget.h +include/gtk-3.0/gtk/gtkframe.h +include/gtk-3.0/gtk/gtkgesture.h +include/gtk-3.0/gtk/gtkgesturedrag.h +include/gtk-3.0/gtk/gtkgesturelongpress.h +include/gtk-3.0/gtk/gtkgesturemultipress.h +include/gtk-3.0/gtk/gtkgesturepan.h +include/gtk-3.0/gtk/gtkgesturerotate.h +include/gtk-3.0/gtk/gtkgesturesingle.h +include/gtk-3.0/gtk/gtkgesturestylus.h +include/gtk-3.0/gtk/gtkgestureswipe.h +include/gtk-3.0/gtk/gtkgesturezoom.h +include/gtk-3.0/gtk/gtkglarea.h +include/gtk-3.0/gtk/gtkgrid.h +include/gtk-3.0/gtk/gtkheaderbar.h +include/gtk-3.0/gtk/gtkicontheme.h +include/gtk-3.0/gtk/gtkiconview.h +include/gtk-3.0/gtk/gtkimage.h +include/gtk-3.0/gtk/gtkimcontext.h +include/gtk-3.0/gtk/gtkimcontextinfo.h +include/gtk-3.0/gtk/gtkimcontextsimple.h +include/gtk-3.0/gtk/gtkimmodule.h +include/gtk-3.0/gtk/gtkimmulticontext.h +include/gtk-3.0/gtk/gtkinfobar.h +include/gtk-3.0/gtk/gtkinvisible.h +include/gtk-3.0/gtk/gtklabel.h +include/gtk-3.0/gtk/gtklayout.h +include/gtk-3.0/gtk/gtklevelbar.h +include/gtk-3.0/gtk/gtklinkbutton.h +include/gtk-3.0/gtk/gtklistbox.h +include/gtk-3.0/gtk/gtkliststore.h +include/gtk-3.0/gtk/gtklockbutton.h +include/gtk-3.0/gtk/gtkmain.h +include/gtk-3.0/gtk/gtkmenu.h +include/gtk-3.0/gtk/gtkmenubar.h +include/gtk-3.0/gtk/gtkmenubutton.h +include/gtk-3.0/gtk/gtkmenuitem.h +include/gtk-3.0/gtk/gtkmenushell.h +include/gtk-3.0/gtk/gtkmenutoolbutton.h +include/gtk-3.0/gtk/gtkmessagedialog.h +include/gtk-3.0/gtk/gtkmodelbutton.h +include/gtk-3.0/gtk/gtkmodules.h +include/gtk-3.0/gtk/gtkmountoperation.h +include/gtk-3.0/gtk/gtknativedialog.h +include/gtk-3.0/gtk/gtknotebook.h +include/gtk-3.0/gtk/gtkoffscreenwindow.h +include/gtk-3.0/gtk/gtkorientable.h +include/gtk-3.0/gtk/gtkoverlay.h +include/gtk-3.0/gtk/gtkpadcontroller.h +include/gtk-3.0/gtk/gtkpagesetup.h +include/gtk-3.0/gtk/gtkpaned.h +include/gtk-3.0/gtk/gtkpapersize.h +include/gtk-3.0/gtk/gtkplacessidebar.h +include/gtk-3.0/gtk/gtkplug.h +include/gtk-3.0/gtk/gtkpopover.h +include/gtk-3.0/gtk/gtkpopovermenu.h +include/gtk-3.0/gtk/gtkprintcontext.h +include/gtk-3.0/gtk/gtkprintoperation.h +include/gtk-3.0/gtk/gtkprintoperationpreview.h +include/gtk-3.0/gtk/gtkprintsettings.h +include/gtk-3.0/gtk/gtkprogressbar.h +include/gtk-3.0/gtk/gtkradiobutton.h +include/gtk-3.0/gtk/gtkradiomenuitem.h +include/gtk-3.0/gtk/gtkradiotoolbutton.h +include/gtk-3.0/gtk/gtkrange.h +include/gtk-3.0/gtk/gtkrecentchooser.h +include/gtk-3.0/gtk/gtkrecentchooserdialog.h +include/gtk-3.0/gtk/gtkrecentchoosermenu.h +include/gtk-3.0/gtk/gtkrecentchooserwidget.h +include/gtk-3.0/gtk/gtkrecentfilter.h +include/gtk-3.0/gtk/gtkrecentmanager.h +include/gtk-3.0/gtk/gtkrender.h +include/gtk-3.0/gtk/gtkrevealer.h +include/gtk-3.0/gtk/gtkscale.h +include/gtk-3.0/gtk/gtkscalebutton.h +include/gtk-3.0/gtk/gtkscrollable.h +include/gtk-3.0/gtk/gtkscrollbar.h +include/gtk-3.0/gtk/gtkscrolledwindow.h +include/gtk-3.0/gtk/gtksearchbar.h +include/gtk-3.0/gtk/gtksearchentry.h +include/gtk-3.0/gtk/gtkselection.h +include/gtk-3.0/gtk/gtkseparator.h +include/gtk-3.0/gtk/gtkseparatormenuitem.h +include/gtk-3.0/gtk/gtkseparatortoolitem.h +include/gtk-3.0/gtk/gtksettings.h +include/gtk-3.0/gtk/gtkshortcutlabel.h +include/gtk-3.0/gtk/gtkshortcutsgroup.h +include/gtk-3.0/gtk/gtkshortcutssection.h +include/gtk-3.0/gtk/gtkshortcutsshortcut.h +include/gtk-3.0/gtk/gtkshortcutswindow.h +include/gtk-3.0/gtk/gtkshow.h +include/gtk-3.0/gtk/gtksizegroup.h +include/gtk-3.0/gtk/gtksizerequest.h +include/gtk-3.0/gtk/gtksocket.h +include/gtk-3.0/gtk/gtkspinbutton.h +include/gtk-3.0/gtk/gtkspinner.h +include/gtk-3.0/gtk/gtkstack.h +include/gtk-3.0/gtk/gtkstacksidebar.h +include/gtk-3.0/gtk/gtkstackswitcher.h +include/gtk-3.0/gtk/gtkstatusbar.h +include/gtk-3.0/gtk/gtkstylecontext.h +include/gtk-3.0/gtk/gtkstyleprovider.h +include/gtk-3.0/gtk/gtkswitch.h +include/gtk-3.0/gtk/gtktestutils.h +include/gtk-3.0/gtk/gtktextattributes.h +include/gtk-3.0/gtk/gtktextbuffer.h +include/gtk-3.0/gtk/gtktextbufferrichtext.h +include/gtk-3.0/gtk/gtktextchild.h +include/gtk-3.0/gtk/gtktextdisplay.h +include/gtk-3.0/gtk/gtktextiter.h +include/gtk-3.0/gtk/gtktextlayout.h +include/gtk-3.0/gtk/gtktextmark.h +include/gtk-3.0/gtk/gtktexttag.h +include/gtk-3.0/gtk/gtktexttagtable.h +include/gtk-3.0/gtk/gtktextview.h +include/gtk-3.0/gtk/gtktogglebutton.h +include/gtk-3.0/gtk/gtktoggletoolbutton.h +include/gtk-3.0/gtk/gtktoolbar.h +include/gtk-3.0/gtk/gtktoolbutton.h +include/gtk-3.0/gtk/gtktoolitem.h +include/gtk-3.0/gtk/gtktoolitemgroup.h +include/gtk-3.0/gtk/gtktoolpalette.h +include/gtk-3.0/gtk/gtktoolshell.h +include/gtk-3.0/gtk/gtktooltip.h +include/gtk-3.0/gtk/gtktreednd.h +include/gtk-3.0/gtk/gtktreemodel.h +include/gtk-3.0/gtk/gtktreemodelfilter.h +include/gtk-3.0/gtk/gtktreemodelsort.h +include/gtk-3.0/gtk/gtktreeselection.h +include/gtk-3.0/gtk/gtktreesortable.h +include/gtk-3.0/gtk/gtktreestore.h +include/gtk-3.0/gtk/gtktreeview.h +include/gtk-3.0/gtk/gtktreeviewcolumn.h +include/gtk-3.0/gtk/gtktypebuiltins.h +include/gtk-3.0/gtk/gtktypes.h +include/gtk-3.0/gtk/gtkversion.h +include/gtk-3.0/gtk/gtkviewport.h +include/gtk-3.0/gtk/gtkvolumebutton.h +include/gtk-3.0/gtk/gtkwidget.h +include/gtk-3.0/gtk/gtkwidgetpath.h +include/gtk-3.0/gtk/gtkwindow.h +include/gtk-3.0/gtk/gtkwindowgroup.h +include/gtk-3.0/gtk/gtkx-autocleanups.h +include/gtk-3.0/gtk/gtkx.h +include/gtk-3.0/unix-print/ +include/gtk-3.0/unix-print/gtk/ +include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h +include/gtk-3.0/unix-print/gtk/gtkprinter.h +include/gtk-3.0/unix-print/gtk/gtkprintjob.h +include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h +include/gtk-3.0/unix-print/gtk/gtkunixprint-autocleanups.h +include/gtk-3.0/unix-print/gtk/gtkunixprint.h +lib/gtk-3.0/ +lib/gtk-3.0/3.0.0/ +lib/gtk-3.0/3.0.0/immodules/ +@so lib/gtk-3.0/3.0.0/immodules/im-am-et.so +@so lib/gtk-3.0/3.0.0/immodules/im-cedilla.so +@so lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so +@so lib/gtk-3.0/3.0.0/immodules/im-inuktitut.so +@so lib/gtk-3.0/3.0.0/immodules/im-ipa.so +@so lib/gtk-3.0/3.0.0/immodules/im-multipress.so +@so lib/gtk-3.0/3.0.0/immodules/im-thai.so +@so lib/gtk-3.0/3.0.0/immodules/im-ti-er.so +@so lib/gtk-3.0/3.0.0/immodules/im-ti-et.so +@so lib/gtk-3.0/3.0.0/immodules/im-viqr.so +@so lib/gtk-3.0/3.0.0/immodules/im-xim.so +lib/gtk-3.0/3.0.0/printbackends/ +@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so +@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so +@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so +lib/gtk-3.0/modules/ +@static-lib lib/libgailutil-3.a +lib/libgailutil-3.la +@lib lib/libgailutil-3.so.${LIBgailutil-3_VERSION} +@static-lib lib/libgdk-3.a +lib/libgdk-3.la +@lib lib/libgdk-3.so.${LIBgdk-3_VERSION} +@static-lib lib/libgtk-3.a +lib/libgtk-3.la +@lib lib/libgtk-3.so.${LIBgtk-3_VERSION} +lib/pkgconfig/gail-3.0.pc +lib/pkgconfig/gdk-3.0.pc +lib/pkgconfig/gdk-x11-3.0.pc +lib/pkgconfig/gtk+-3.0.pc +lib/pkgconfig/gtk+-unix-print-3.0.pc +lib/pkgconfig/gtk+-x11-3.0.pc +@man man/man1/broadwayd.1 +@man man/man1/gtk-builder-tool.1 +@man man/man1/gtk-encode-symbolic-svg.1 +@man man/man1/gtk-launch.1 +@man man/man1/gtk-query-immodules-3.0.1 +@man man/man1/gtk-query-settings.1 +@man man/man1/gtk-update-icon-cache.1 +@man man/man1/gtk3-demo-application.1 +@man man/man1/gtk3-demo.1 +@man man/man1/gtk3-icon-browser.1 +@man man/man1/gtk3-widget-factory.1 +share/aclocal/gtk-3.0.m4 +share/applications/ +share/applications/gtk3-demo.desktop +share/applications/gtk3-icon-browser.desktop +share/applications/gtk3-widget-factory.desktop +share/doc/pkg-readmes/${PKGSTEM} +share/examples/gtk+3/ +share/examples/gtk+3/gtk-3.0/ +share/examples/gtk+3/gtk-3.0/im-multipress.conf +share/gettext/its/gtkbuilder.its +share/gettext/its/gtkbuilder.loc +share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml +share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +share/gtk-3.0/ +share/gtk-3.0/gtkbuilder.rng +share/gtk-3.0/valgrind/ +share/gtk-3.0/valgrind/gtk.supp +share/gtk-doc/html/gail-libgail-util3/ +share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +share/gtk-doc/html/gail-libgail-util3/home.png +share/gtk-doc/html/gail-libgail-util3/index.html +share/gtk-doc/html/gail-libgail-util3/left-insensitive.png +share/gtk-doc/html/gail-libgail-util3/left.png +share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +share/gtk-doc/html/gail-libgail-util3/right-insensitive.png +share/gtk-doc/html/gail-libgail-util3/right.png +share/gtk-doc/html/gail-libgail-util3/style.css +share/gtk-doc/html/gail-libgail-util3/up-insensitive.png +share/gtk-doc/html/gail-libgail-util3/up.png +share/gtk-doc/html/gdk3/ +share/gtk-doc/html/gdk3/GdkDevice.html +share/gtk-doc/html/gdk3/GdkDeviceManager.html +share/gtk-doc/html/gdk3/GdkDevicePad.html +share/gtk-doc/html/gdk3/GdkDisplay.html +share/gtk-doc/html/gdk3/GdkDisplayManager.html +share/gtk-doc/html/gdk3/GdkDrawingContext.html +share/gtk-doc/html/gdk3/GdkFrameClock.html +share/gtk-doc/html/gdk3/GdkGLContext.html +share/gtk-doc/html/gdk3/GdkMonitor.html +share/gtk-doc/html/gdk3/GdkScreen.html +share/gtk-doc/html/gdk3/GdkSeat.html +share/gtk-doc/html/gdk3/X_cursor.png +share/gtk-doc/html/gdk3/alias_cursor.png +share/gtk-doc/html/gdk3/all_scroll_cursor.png +share/gtk-doc/html/gdk3/annotation-glossary.html +share/gtk-doc/html/gdk3/api-index-full.html +share/gtk-doc/html/gdk3/arrow.png +share/gtk-doc/html/gdk3/based_arrow_down.png +share/gtk-doc/html/gdk3/based_arrow_up.png +share/gtk-doc/html/gdk3/boat.png +share/gtk-doc/html/gdk3/bogosity.png +share/gtk-doc/html/gdk3/bottom_left_corner.png +share/gtk-doc/html/gdk3/bottom_right_corner.png +share/gtk-doc/html/gdk3/bottom_side.png +share/gtk-doc/html/gdk3/bottom_tee.png +share/gtk-doc/html/gdk3/box_spiral.png +share/gtk-doc/html/gdk3/cell_cursor.png +share/gtk-doc/html/gdk3/center_ptr.png +share/gtk-doc/html/gdk3/circle.png +share/gtk-doc/html/gdk3/clock.png +share/gtk-doc/html/gdk3/coffee_mug.png +share/gtk-doc/html/gdk3/col_resize_cursor.png +share/gtk-doc/html/gdk3/context_menu_cursor.png +share/gtk-doc/html/gdk3/copy_cursor.png +share/gtk-doc/html/gdk3/cross.png +share/gtk-doc/html/gdk3/cross_reverse.png +share/gtk-doc/html/gdk3/crosshair.png +share/gtk-doc/html/gdk3/crosshair_cursor.png +share/gtk-doc/html/gdk3/default_cursor.png +share/gtk-doc/html/gdk3/diamond_cross.png +share/gtk-doc/html/gdk3/dot.png +share/gtk-doc/html/gdk3/dotbox.png +share/gtk-doc/html/gdk3/double_arrow.png +share/gtk-doc/html/gdk3/draft_large.png +share/gtk-doc/html/gdk3/draft_small.png +share/gtk-doc/html/gdk3/draped_box.png +share/gtk-doc/html/gdk3/e_resize_cursor.png +share/gtk-doc/html/gdk3/ew_resize_cursor.png +share/gtk-doc/html/gdk3/exchange.png +share/gtk-doc/html/gdk3/fleur.png +share/gtk-doc/html/gdk3/gdk3-Application-launching.html +share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +share/gtk-doc/html/gdk3/gdk3-Colors.html +share/gtk-doc/html/gdk3/gdk3-Cursors.html +share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +share/gtk-doc/html/gdk3/gdk3-Events.html +share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +share/gtk-doc/html/gdk3/gdk3-General.html +share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +share/gtk-doc/html/gdk3/gdk3-Selections.html +share/gtk-doc/html/gdk3/gdk3-Testing.html +share/gtk-doc/html/gdk3/gdk3-Threads.html +share/gtk-doc/html/gdk3/gdk3-Visuals.html +share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +share/gtk-doc/html/gdk3/gdk3-Windows.html +share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +share/gtk-doc/html/gdk3/gdk3.devhelp2 +share/gtk-doc/html/gdk3/gobbler.png +share/gtk-doc/html/gdk3/grab_cursor.png +share/gtk-doc/html/gdk3/grabbing_cursor.png +share/gtk-doc/html/gdk3/gumby.png +share/gtk-doc/html/gdk3/hand1.png +share/gtk-doc/html/gdk3/hand2.png +share/gtk-doc/html/gdk3/hand_cursor.png +share/gtk-doc/html/gdk3/heart.png +share/gtk-doc/html/gdk3/help_cursor.png +share/gtk-doc/html/gdk3/home.png +share/gtk-doc/html/gdk3/icon.png +share/gtk-doc/html/gdk3/index.html +share/gtk-doc/html/gdk3/iron_cross.png +share/gtk-doc/html/gdk3/left-insensitive.png +share/gtk-doc/html/gdk3/left.png +share/gtk-doc/html/gdk3/left_ptr.png +share/gtk-doc/html/gdk3/left_side.png +share/gtk-doc/html/gdk3/left_tee.png +share/gtk-doc/html/gdk3/leftbutton.png +share/gtk-doc/html/gdk3/ll_angle.png +share/gtk-doc/html/gdk3/lr_angle.png +share/gtk-doc/html/gdk3/man.png +share/gtk-doc/html/gdk3/middlebutton.png +share/gtk-doc/html/gdk3/mouse.png +share/gtk-doc/html/gdk3/move_cursor.png +share/gtk-doc/html/gdk3/n_resize_cursor.png +share/gtk-doc/html/gdk3/ne_resize_cursor.png +share/gtk-doc/html/gdk3/nesw_resize_cursor.png +share/gtk-doc/html/gdk3/no_drop_cursor.png +share/gtk-doc/html/gdk3/not_allowed_cursor.png +share/gtk-doc/html/gdk3/ns_resize_cursor.png +share/gtk-doc/html/gdk3/nw_resize_cursor.png +share/gtk-doc/html/gdk3/nwse_resize_cursor.png +share/gtk-doc/html/gdk3/pencil.png +share/gtk-doc/html/gdk3/pirate.png +share/gtk-doc/html/gdk3/plus.png +share/gtk-doc/html/gdk3/pointer_cursor.png +share/gtk-doc/html/gdk3/progress_cursor.png +share/gtk-doc/html/gdk3/question_arrow.png +share/gtk-doc/html/gdk3/reference.html +share/gtk-doc/html/gdk3/right-insensitive.png +share/gtk-doc/html/gdk3/right.png +share/gtk-doc/html/gdk3/right_ptr.png +share/gtk-doc/html/gdk3/right_side.png +share/gtk-doc/html/gdk3/right_tee.png +share/gtk-doc/html/gdk3/rightbutton.png +share/gtk-doc/html/gdk3/rn02.html +share/gtk-doc/html/gdk3/rotated-text.png +share/gtk-doc/html/gdk3/row_resize_cursor.png +share/gtk-doc/html/gdk3/rtl_logo.png +share/gtk-doc/html/gdk3/s_resize_cursor.png +share/gtk-doc/html/gdk3/sailboat.png +share/gtk-doc/html/gdk3/sb_down_arrow.png +share/gtk-doc/html/gdk3/sb_h_double_arrow.png +share/gtk-doc/html/gdk3/sb_left_arrow.png +share/gtk-doc/html/gdk3/sb_right_arrow.png +share/gtk-doc/html/gdk3/sb_up_arrow.png +share/gtk-doc/html/gdk3/sb_v_double_arrow.png +share/gtk-doc/html/gdk3/se_resize_cursor.png +share/gtk-doc/html/gdk3/shuttle.png +share/gtk-doc/html/gdk3/sizing.png +share/gtk-doc/html/gdk3/spider.png +share/gtk-doc/html/gdk3/spraycan.png +share/gtk-doc/html/gdk3/star.png +share/gtk-doc/html/gdk3/style.css +share/gtk-doc/html/gdk3/sw_resize_cursor.png +share/gtk-doc/html/gdk3/target.png +share/gtk-doc/html/gdk3/tcross.png +share/gtk-doc/html/gdk3/text_cursor.png +share/gtk-doc/html/gdk3/top_left_arrow.png +share/gtk-doc/html/gdk3/top_left_corner.png +share/gtk-doc/html/gdk3/top_right_corner.png +share/gtk-doc/html/gdk3/top_side.png +share/gtk-doc/html/gdk3/top_tee.png +share/gtk-doc/html/gdk3/trek.png +share/gtk-doc/html/gdk3/ul_angle.png +share/gtk-doc/html/gdk3/umbrella.png +share/gtk-doc/html/gdk3/up-insensitive.png +share/gtk-doc/html/gdk3/up.png +share/gtk-doc/html/gdk3/ur_angle.png +share/gtk-doc/html/gdk3/vertical_text_cursor.png +share/gtk-doc/html/gdk3/w_resize_cursor.png +share/gtk-doc/html/gdk3/wait_cursor.png +share/gtk-doc/html/gdk3/watch.png +share/gtk-doc/html/gdk3/xterm.png +share/gtk-doc/html/gdk3/zoom_in_cursor.png +share/gtk-doc/html/gdk3/zoom_out_cursor.png +share/gtk-doc/html/gtk3/ +share/gtk-doc/html/gtk3/AbstractObjects.html +share/gtk-doc/html/gtk3/Application.html +share/gtk-doc/html/gtk3/ApplicationChoosing.html +share/gtk-doc/html/gtk3/Builder.html +share/gtk-doc/html/gtk3/ButtonWidgets.html +share/gtk-doc/html/gtk3/DeprecatedObjects.html +share/gtk-doc/html/gtk3/DisplayWidgets.html +share/gtk-doc/html/gtk3/Gestures.html +share/gtk-doc/html/gtk3/GtkAboutDialog.html +share/gtk-doc/html/gtk3/GtkAccelLabel.html +share/gtk-doc/html/gtk3/GtkAccessible.html +share/gtk-doc/html/gtk3/GtkAction.html +share/gtk-doc/html/gtk3/GtkActionBar.html +share/gtk-doc/html/gtk3/GtkActionGroup.html +share/gtk-doc/html/gtk3/GtkActionable.html +share/gtk-doc/html/gtk3/GtkActivatable.html +share/gtk-doc/html/gtk3/GtkAdjustment.html +share/gtk-doc/html/gtk3/GtkAlignment.html +share/gtk-doc/html/gtk3/GtkAppChooser.html +share/gtk-doc/html/gtk3/GtkAppChooserButton.html +share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +share/gtk-doc/html/gtk3/GtkApplication.html +share/gtk-doc/html/gtk3/GtkApplicationWindow.html +share/gtk-doc/html/gtk3/GtkArrow.html +share/gtk-doc/html/gtk3/GtkAspectFrame.html +share/gtk-doc/html/gtk3/GtkAssistant.html +share/gtk-doc/html/gtk3/GtkBin.html +share/gtk-doc/html/gtk3/GtkBox.html +share/gtk-doc/html/gtk3/GtkBuildable.html +share/gtk-doc/html/gtk3/GtkBuilder.html +share/gtk-doc/html/gtk3/GtkButton.html +share/gtk-doc/html/gtk3/GtkButtonBox.html +share/gtk-doc/html/gtk3/GtkCalendar.html +share/gtk-doc/html/gtk3/GtkCellArea.html +share/gtk-doc/html/gtk3/GtkCellAreaBox.html +share/gtk-doc/html/gtk3/GtkCellAreaContext.html +share/gtk-doc/html/gtk3/GtkCellEditable.html +share/gtk-doc/html/gtk3/GtkCellLayout.html +share/gtk-doc/html/gtk3/GtkCellRenderer.html +share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +share/gtk-doc/html/gtk3/GtkCellRendererText.html +share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +share/gtk-doc/html/gtk3/GtkCellView.html +share/gtk-doc/html/gtk3/GtkCheckButton.html +share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +share/gtk-doc/html/gtk3/GtkColorButton.html +share/gtk-doc/html/gtk3/GtkColorChooser.html +share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +share/gtk-doc/html/gtk3/GtkColorSelection.html +share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +share/gtk-doc/html/gtk3/GtkComboBox.html +share/gtk-doc/html/gtk3/GtkComboBoxText.html +share/gtk-doc/html/gtk3/GtkContainer.html +share/gtk-doc/html/gtk3/GtkCssProvider.html +share/gtk-doc/html/gtk3/GtkDialog.html +share/gtk-doc/html/gtk3/GtkDrawingArea.html +share/gtk-doc/html/gtk3/GtkEditable.html +share/gtk-doc/html/gtk3/GtkEntry.html +share/gtk-doc/html/gtk3/GtkEntryBuffer.html +share/gtk-doc/html/gtk3/GtkEntryCompletion.html +share/gtk-doc/html/gtk3/GtkEventBox.html +share/gtk-doc/html/gtk3/GtkEventController.html +share/gtk-doc/html/gtk3/GtkEventControllerKey.html +share/gtk-doc/html/gtk3/GtkEventControllerMotion.html +share/gtk-doc/html/gtk3/GtkEventControllerScroll.html +share/gtk-doc/html/gtk3/GtkExpander.html +share/gtk-doc/html/gtk3/GtkFileChooser.html +share/gtk-doc/html/gtk3/GtkFileChooserButton.html +share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +share/gtk-doc/html/gtk3/GtkFileFilter.html +share/gtk-doc/html/gtk3/GtkFixed.html +share/gtk-doc/html/gtk3/GtkFlowBox.html +share/gtk-doc/html/gtk3/GtkFontButton.html +share/gtk-doc/html/gtk3/GtkFontChooser.html +share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +share/gtk-doc/html/gtk3/GtkFontSelection.html +share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +share/gtk-doc/html/gtk3/GtkFrame.html +share/gtk-doc/html/gtk3/GtkGLArea.html +share/gtk-doc/html/gtk3/GtkGesture.html +share/gtk-doc/html/gtk3/GtkGestureDrag.html +share/gtk-doc/html/gtk3/GtkGestureLongPress.html +share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +share/gtk-doc/html/gtk3/GtkGesturePan.html +share/gtk-doc/html/gtk3/GtkGestureRotate.html +share/gtk-doc/html/gtk3/GtkGestureSingle.html +share/gtk-doc/html/gtk3/GtkGestureStylus.html +share/gtk-doc/html/gtk3/GtkGestureSwipe.html +share/gtk-doc/html/gtk3/GtkGestureZoom.html +share/gtk-doc/html/gtk3/GtkGrid.html +share/gtk-doc/html/gtk3/GtkHBox.html +share/gtk-doc/html/gtk3/GtkHButtonBox.html +share/gtk-doc/html/gtk3/GtkHPaned.html +share/gtk-doc/html/gtk3/GtkHSV.html +share/gtk-doc/html/gtk3/GtkHScale.html +share/gtk-doc/html/gtk3/GtkHScrollbar.html +share/gtk-doc/html/gtk3/GtkHSeparator.html +share/gtk-doc/html/gtk3/GtkHandleBox.html +share/gtk-doc/html/gtk3/GtkHeaderBar.html +share/gtk-doc/html/gtk3/GtkIMContext.html +share/gtk-doc/html/gtk3/GtkIMContextSimple.html +share/gtk-doc/html/gtk3/GtkIMMulticontext.html +share/gtk-doc/html/gtk3/GtkIconTheme.html +share/gtk-doc/html/gtk3/GtkIconView.html +share/gtk-doc/html/gtk3/GtkImage.html +share/gtk-doc/html/gtk3/GtkImageMenuItem.html +share/gtk-doc/html/gtk3/GtkInfoBar.html +share/gtk-doc/html/gtk3/GtkInvisible.html +share/gtk-doc/html/gtk3/GtkLabel.html +share/gtk-doc/html/gtk3/GtkLayout.html +share/gtk-doc/html/gtk3/GtkLevelBar.html +share/gtk-doc/html/gtk3/GtkLinkButton.html +share/gtk-doc/html/gtk3/GtkListBox.html +share/gtk-doc/html/gtk3/GtkListStore.html +share/gtk-doc/html/gtk3/GtkLockButton.html +share/gtk-doc/html/gtk3/GtkMenu.html +share/gtk-doc/html/gtk3/GtkMenuBar.html +share/gtk-doc/html/gtk3/GtkMenuButton.html +share/gtk-doc/html/gtk3/GtkMenuItem.html +share/gtk-doc/html/gtk3/GtkMenuShell.html +share/gtk-doc/html/gtk3/GtkMenuToolButton.html +share/gtk-doc/html/gtk3/GtkMessageDialog.html +share/gtk-doc/html/gtk3/GtkMisc.html +share/gtk-doc/html/gtk3/GtkModelButton.html +share/gtk-doc/html/gtk3/GtkNotebook.html +share/gtk-doc/html/gtk3/GtkNumerableIcon.html +share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +share/gtk-doc/html/gtk3/GtkOverlay.html +share/gtk-doc/html/gtk3/GtkPadController.html +share/gtk-doc/html/gtk3/GtkPageSetup.html +share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +share/gtk-doc/html/gtk3/GtkPaned.html +share/gtk-doc/html/gtk3/GtkPaperSize.html +share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +share/gtk-doc/html/gtk3/GtkPlug.html +share/gtk-doc/html/gtk3/GtkPopover.html +share/gtk-doc/html/gtk3/GtkPopoverMenu.html +share/gtk-doc/html/gtk3/GtkPrintContext.html +share/gtk-doc/html/gtk3/GtkPrintJob.html +share/gtk-doc/html/gtk3/GtkPrintSettings.html +share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +share/gtk-doc/html/gtk3/GtkPrinter.html +share/gtk-doc/html/gtk3/GtkProgressBar.html +share/gtk-doc/html/gtk3/GtkRadioAction.html +share/gtk-doc/html/gtk3/GtkRadioButton.html +share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +share/gtk-doc/html/gtk3/GtkRadioToolButton.html +share/gtk-doc/html/gtk3/GtkRange.html +share/gtk-doc/html/gtk3/GtkRecentAction.html +share/gtk-doc/html/gtk3/GtkRecentChooser.html +share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +share/gtk-doc/html/gtk3/GtkRecentFilter.html +share/gtk-doc/html/gtk3/GtkRecentManager.html +share/gtk-doc/html/gtk3/GtkRevealer.html +share/gtk-doc/html/gtk3/GtkScale.html +share/gtk-doc/html/gtk3/GtkScaleButton.html +share/gtk-doc/html/gtk3/GtkScrollable.html +share/gtk-doc/html/gtk3/GtkScrollbar.html +share/gtk-doc/html/gtk3/GtkScrolledWindow.html +share/gtk-doc/html/gtk3/GtkSearchBar.html +share/gtk-doc/html/gtk3/GtkSearchEntry.html +share/gtk-doc/html/gtk3/GtkSeparator.html +share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +share/gtk-doc/html/gtk3/GtkSettings.html +share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +share/gtk-doc/html/gtk3/GtkShortcutsSection.html +share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +share/gtk-doc/html/gtk3/GtkSizeGroup.html +share/gtk-doc/html/gtk3/GtkSocket.html +share/gtk-doc/html/gtk3/GtkSpinButton.html +share/gtk-doc/html/gtk3/GtkSpinner.html +share/gtk-doc/html/gtk3/GtkStack.html +share/gtk-doc/html/gtk3/GtkStackSidebar.html +share/gtk-doc/html/gtk3/GtkStackSwitcher.html +share/gtk-doc/html/gtk3/GtkStatusIcon.html +share/gtk-doc/html/gtk3/GtkStatusbar.html +share/gtk-doc/html/gtk3/GtkStyle.html +share/gtk-doc/html/gtk3/GtkStyleContext.html +share/gtk-doc/html/gtk3/GtkStyleProvider.html +share/gtk-doc/html/gtk3/GtkSwitch.html +share/gtk-doc/html/gtk3/GtkTable.html +share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +share/gtk-doc/html/gtk3/GtkTextBuffer.html +share/gtk-doc/html/gtk3/GtkTextIter.html +share/gtk-doc/html/gtk3/GtkTextMark.html +share/gtk-doc/html/gtk3/GtkTextTag.html +share/gtk-doc/html/gtk3/GtkTextTagTable.html +share/gtk-doc/html/gtk3/GtkTextView.html +share/gtk-doc/html/gtk3/GtkThemingEngine.html +share/gtk-doc/html/gtk3/GtkToggleAction.html +share/gtk-doc/html/gtk3/GtkToggleButton.html +share/gtk-doc/html/gtk3/GtkToggleToolButton.html +share/gtk-doc/html/gtk3/GtkToolButton.html +share/gtk-doc/html/gtk3/GtkToolItem.html +share/gtk-doc/html/gtk3/GtkToolItemGroup.html +share/gtk-doc/html/gtk3/GtkToolPalette.html +share/gtk-doc/html/gtk3/GtkToolShell.html +share/gtk-doc/html/gtk3/GtkToolbar.html +share/gtk-doc/html/gtk3/GtkTooltip.html +share/gtk-doc/html/gtk3/GtkTreeModel.html +share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +share/gtk-doc/html/gtk3/GtkTreeModelSort.html +share/gtk-doc/html/gtk3/GtkTreeSelection.html +share/gtk-doc/html/gtk3/GtkTreeSortable.html +share/gtk-doc/html/gtk3/GtkTreeStore.html +share/gtk-doc/html/gtk3/GtkTreeView.html +share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +share/gtk-doc/html/gtk3/GtkUIManager.html +share/gtk-doc/html/gtk3/GtkVBox.html +share/gtk-doc/html/gtk3/GtkVButtonBox.html +share/gtk-doc/html/gtk3/GtkVPaned.html +share/gtk-doc/html/gtk3/GtkVScale.html +share/gtk-doc/html/gtk3/GtkVScrollbar.html +share/gtk-doc/html/gtk3/GtkVSeparator.html +share/gtk-doc/html/gtk3/GtkViewport.html +share/gtk-doc/html/gtk3/GtkVolumeButton.html +share/gtk-doc/html/gtk3/GtkWidget.html +share/gtk-doc/html/gtk3/GtkWindow.html +share/gtk-doc/html/gtk3/GtkWindowGroup.html +share/gtk-doc/html/gtk3/LayoutContainers.html +share/gtk-doc/html/gtk3/MenusAndCombos.html +share/gtk-doc/html/gtk3/MiscObjects.html +share/gtk-doc/html/gtk3/NumericEntry.html +share/gtk-doc/html/gtk3/Ornaments.html +share/gtk-doc/html/gtk3/PlugSocket.html +share/gtk-doc/html/gtk3/Printing.html +share/gtk-doc/html/gtk3/RecentDocuments.html +share/gtk-doc/html/gtk3/ScrollingWidgets.html +share/gtk-doc/html/gtk3/SelectorWidgets.html +share/gtk-doc/html/gtk3/ShortcutsOverview.html +share/gtk-doc/html/gtk3/TextWidget.html +share/gtk-doc/html/gtk3/TextWidgetObjects.html +share/gtk-doc/html/gtk3/TreeWidget.html +share/gtk-doc/html/gtk3/TreeWidgetObjects.html +share/gtk-doc/html/gtk3/WindowWidgets.html +share/gtk-doc/html/gtk3/aboutdialog.png +share/gtk-doc/html/gtk3/accel-label.png +share/gtk-doc/html/gtk3/action-bar.png +share/gtk-doc/html/gtk3/annotation-glossary.html +share/gtk-doc/html/gtk3/api-index-full.html +share/gtk-doc/html/gtk3/appchooserbutton.png +share/gtk-doc/html/gtk3/appchooserdialog.png +share/gtk-doc/html/gtk3/arrows.png +share/gtk-doc/html/gtk3/assistant.png +share/gtk-doc/html/gtk3/background.png +share/gtk-doc/html/gtk3/bloatpad-gnome.png +share/gtk-doc/html/gtk3/bloatpad-osx.png +share/gtk-doc/html/gtk3/bloatpad-xfce.png +share/gtk-doc/html/gtk3/border1.png +share/gtk-doc/html/gtk3/border2.png +share/gtk-doc/html/gtk3/border3.png +share/gtk-doc/html/gtk3/box-expand.png +share/gtk-doc/html/gtk3/box-packing.png +share/gtk-doc/html/gtk3/broadwayd.html +share/gtk-doc/html/gtk3/builder-shortcuts.png +share/gtk-doc/html/gtk3/button.png +share/gtk-doc/html/gtk3/ch01s02.html +share/gtk-doc/html/gtk3/ch01s03.html +share/gtk-doc/html/gtk3/ch01s04.html +share/gtk-doc/html/gtk3/ch01s05.html +share/gtk-doc/html/gtk3/ch02.html +share/gtk-doc/html/gtk3/ch03.html +share/gtk-doc/html/gtk3/ch26s02.html +share/gtk-doc/html/gtk3/ch28s02.html +share/gtk-doc/html/gtk3/ch30s02.html +share/gtk-doc/html/gtk3/ch30s03.html +share/gtk-doc/html/gtk3/ch32s02.html +share/gtk-doc/html/gtk3/ch32s03.html +share/gtk-doc/html/gtk3/ch32s04.html +share/gtk-doc/html/gtk3/ch32s05.html +share/gtk-doc/html/gtk3/ch32s06.html +share/gtk-doc/html/gtk3/ch32s07.html +share/gtk-doc/html/gtk3/ch32s08.html +share/gtk-doc/html/gtk3/ch32s09.html +share/gtk-doc/html/gtk3/ch32s10.html +share/gtk-doc/html/gtk3/ch32s11.html +share/gtk-doc/html/gtk3/chap-css-overview.html +share/gtk-doc/html/gtk3/chap-css-properties.html +share/gtk-doc/html/gtk3/chap-drawing-model.html +share/gtk-doc/html/gtk3/chap-input-handling.html +share/gtk-doc/html/gtk3/check-button.png +share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +share/gtk-doc/html/gtk3/checklist-modifiers.html +share/gtk-doc/html/gtk3/checklist-named-icons.html +share/gtk-doc/html/gtk3/checks.png +share/gtk-doc/html/gtk3/clocks-shortcuts.png +share/gtk-doc/html/gtk3/color-button.png +share/gtk-doc/html/gtk3/colorchooser.png +share/gtk-doc/html/gtk3/combo-box-entry.png +share/gtk-doc/html/gtk3/combo-box-text.png +share/gtk-doc/html/gtk3/combo-box.png +share/gtk-doc/html/gtk3/down-center.png +share/gtk-doc/html/gtk3/down-end.png +share/gtk-doc/html/gtk3/down-start.png +share/gtk-doc/html/gtk3/drawing.png +share/gtk-doc/html/gtk3/ease-in-out.png +share/gtk-doc/html/gtk3/ease-in.png +share/gtk-doc/html/gtk3/ease-out.png +share/gtk-doc/html/gtk3/ease.png +share/gtk-doc/html/gtk3/entry.png +share/gtk-doc/html/gtk3/exampleapp.png +share/gtk-doc/html/gtk3/expanders.png +share/gtk-doc/html/gtk3/extensions.png +share/gtk-doc/html/gtk3/figure-hierarchical-drawing.png +share/gtk-doc/html/gtk3/figure-windowed-label.png +share/gtk-doc/html/gtk3/file-button.png +share/gtk-doc/html/gtk3/filechooser.png +share/gtk-doc/html/gtk3/flow-box.png +share/gtk-doc/html/gtk3/focus.png +share/gtk-doc/html/gtk3/font-button.png +share/gtk-doc/html/gtk3/fontchooser.png +share/gtk-doc/html/gtk3/frame-gap.png +share/gtk-doc/html/gtk3/frame.png +share/gtk-doc/html/gtk3/frames.png +share/gtk-doc/html/gtk3/gedit-shortcuts.png +share/gtk-doc/html/gtk3/getting-started-app1.png +share/gtk-doc/html/gtk3/getting-started-app10.png +share/gtk-doc/html/gtk3/getting-started-app2.png +share/gtk-doc/html/gtk3/getting-started-app3.png +share/gtk-doc/html/gtk3/getting-started-app4.png +share/gtk-doc/html/gtk3/getting-started-app6.png +share/gtk-doc/html/gtk3/getting-started-app7.png +share/gtk-doc/html/gtk3/getting-started-app8.png +share/gtk-doc/html/gtk3/getting-started-app9.png +share/gtk-doc/html/gtk3/glarea.png +share/gtk-doc/html/gtk3/glossary.html +share/gtk-doc/html/gtk3/gradient1.png +share/gtk-doc/html/gtk3/gradient2.png +share/gtk-doc/html/gtk3/gradient3.png +share/gtk-doc/html/gtk3/gradient4.png +share/gtk-doc/html/gtk3/grid-packing.png +share/gtk-doc/html/gtk3/gtk-broadway.html +share/gtk-doc/html/gtk3/gtk-builder-tool.html +share/gtk-doc/html/gtk3/gtk-building.html +share/gtk-doc/html/gtk3/gtk-compiling.html +share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +share/gtk-doc/html/gtk3/gtk-getting-started.html +share/gtk-doc/html/gtk3/gtk-launch.html +share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +share/gtk-doc/html/gtk3/gtk-osx.html +share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +share/gtk-doc/html/gtk3/gtk-query-settings.html +share/gtk-doc/html/gtk3/gtk-question-index.html +share/gtk-doc/html/gtk3/gtk-resources.html +share/gtk-doc/html/gtk3/gtk-running.html +share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +share/gtk-doc/html/gtk3/gtk-wayland.html +share/gtk-doc/html/gtk3/gtk-windows.html +share/gtk-doc/html/gtk3/gtk-x11.html +share/gtk-doc/html/gtk3/gtk.html +share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +share/gtk-doc/html/gtk3/gtk3-Bindings.html +share/gtk-doc/html/gtk3/gtk3-Clipboards.html +share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +share/gtk-doc/html/gtk3/gtk3-General.html +share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +share/gtk-doc/html/gtk3/gtk3-Orientable.html +share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +share/gtk-doc/html/gtk3/gtk3-Selections.html +share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +share/gtk-doc/html/gtk3/gtk3-Testing.html +share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +share/gtk-doc/html/gtk3/gtk3-demo-application.html +share/gtk-doc/html/gtk3/gtk3-demo.html +share/gtk-doc/html/gtk3/gtk3-icon-browser.html +share/gtk-doc/html/gtk3/gtk3-widget-factory.html +share/gtk-doc/html/gtk3/gtk3.devhelp2 +share/gtk-doc/html/gtk3/gtkbase.html +share/gtk-doc/html/gtk3/gtkobjects.html +share/gtk-doc/html/gtk3/handles.png +share/gtk-doc/html/gtk3/headerbar.png +share/gtk-doc/html/gtk3/hello-world.png +share/gtk-doc/html/gtk3/home.png +share/gtk-doc/html/gtk3/icon-view.png +share/gtk-doc/html/gtk3/image.png +share/gtk-doc/html/gtk3/index.html +share/gtk-doc/html/gtk3/info-bar.png +share/gtk-doc/html/gtk3/inspector.png +share/gtk-doc/html/gtk3/label.png +share/gtk-doc/html/gtk3/layout-btlr.png +share/gtk-doc/html/gtk3/layout-btrl.png +share/gtk-doc/html/gtk3/layout-lrbt.png +share/gtk-doc/html/gtk3/layout-lrtb.png +share/gtk-doc/html/gtk3/layout-rlbt.png +share/gtk-doc/html/gtk3/layout-rltb.png +share/gtk-doc/html/gtk3/layout-tblr.png +share/gtk-doc/html/gtk3/layout-tbrl.png +share/gtk-doc/html/gtk3/left-center.png +share/gtk-doc/html/gtk3/left-end.png +share/gtk-doc/html/gtk3/left-insensitive.png +share/gtk-doc/html/gtk3/left-start.png +share/gtk-doc/html/gtk3/left.png +share/gtk-doc/html/gtk3/levelbar.png +share/gtk-doc/html/gtk3/linear.png +share/gtk-doc/html/gtk3/link-button.png +share/gtk-doc/html/gtk3/list-and-tree.png +share/gtk-doc/html/gtk3/list-box.png +share/gtk-doc/html/gtk3/lock-button.png +share/gtk-doc/html/gtk3/lockbutton-locked.png +share/gtk-doc/html/gtk3/lockbutton-sorry.png +share/gtk-doc/html/gtk3/lockbutton-unlocked.png +share/gtk-doc/html/gtk3/lockbutton.png +share/gtk-doc/html/gtk3/menu-button.png +share/gtk-doc/html/gtk3/menubar.png +share/gtk-doc/html/gtk3/messagedialog.png +share/gtk-doc/html/gtk3/migrating.html +share/gtk-doc/html/gtk3/multiline-text.png +share/gtk-doc/html/gtk3/notebook.png +share/gtk-doc/html/gtk3/numerableicon.png +share/gtk-doc/html/gtk3/numerableicon2.png +share/gtk-doc/html/gtk3/options.png +share/gtk-doc/html/gtk3/pagesetupdialog.png +share/gtk-doc/html/gtk3/panes.png +share/gtk-doc/html/gtk3/placessidebar.png +share/gtk-doc/html/gtk3/platform-support.html +share/gtk-doc/html/gtk3/popup-anchors.png +share/gtk-doc/html/gtk3/popup-at.svg +share/gtk-doc/html/gtk3/popup-flip.png +share/gtk-doc/html/gtk3/popup-slide.png +share/gtk-doc/html/gtk3/printdialog.png +share/gtk-doc/html/gtk3/progressbar.png +share/gtk-doc/html/gtk3/pt06.html +share/gtk-doc/html/gtk3/radio-group.png +share/gtk-doc/html/gtk3/recentchooserdialog.png +share/gtk-doc/html/gtk3/right-center.png +share/gtk-doc/html/gtk3/right-end.png +share/gtk-doc/html/gtk3/right-insensitive.png +share/gtk-doc/html/gtk3/right-start.png +share/gtk-doc/html/gtk3/right.png +share/gtk-doc/html/gtk3/scales.png +share/gtk-doc/html/gtk3/scrollbar.png +share/gtk-doc/html/gtk3/scrolledwindow.png +share/gtk-doc/html/gtk3/search-bar.png +share/gtk-doc/html/gtk3/search-entry.png +share/gtk-doc/html/gtk3/separator.png +share/gtk-doc/html/gtk3/sidebar.png +share/gtk-doc/html/gtk3/slices.png +share/gtk-doc/html/gtk3/sliders.png +share/gtk-doc/html/gtk3/spinbutton.png +share/gtk-doc/html/gtk3/spinner.png +share/gtk-doc/html/gtk3/stack.png +share/gtk-doc/html/gtk3/stackswitcher.png +share/gtk-doc/html/gtk3/statusbar.png +share/gtk-doc/html/gtk3/style.css +share/gtk-doc/html/gtk3/switch.png +share/gtk-doc/html/gtk3/theming.html +share/gtk-doc/html/gtk3/toggle-button.png +share/gtk-doc/html/gtk3/toolbar.png +share/gtk-doc/html/gtk3/toolpalette.png +share/gtk-doc/html/gtk3/tree-view-coordinates.png +share/gtk-doc/html/gtk3/up-center.png +share/gtk-doc/html/gtk3/up-end.png +share/gtk-doc/html/gtk3/up-insensitive.png +share/gtk-doc/html/gtk3/up-start.png +share/gtk-doc/html/gtk3/up.png +share/gtk-doc/html/gtk3/volumebutton.png +share/gtk-doc/html/gtk3/widget-hvalign.png +share/gtk-doc/html/gtk3/window-default.png +share/gtk-doc/html/gtk3/window.png +share/icons/ +share/icons/hicolor/ +share/icons/hicolor/16x16/ +share/icons/hicolor/16x16/apps/ +share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/16x16/apps/gtk3-demo.png +share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/16x16/apps/gtk3-widget-factory.png +share/icons/hicolor/22x22/ +share/icons/hicolor/22x22/apps/ +share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/22x22/apps/gtk3-demo.png +share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/22x22/apps/gtk3-widget-factory.png +share/icons/hicolor/24x24/ +share/icons/hicolor/24x24/apps/ +share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/24x24/apps/gtk3-demo.png +share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/24x24/apps/gtk3-widget-factory.png +share/icons/hicolor/256x256/ +share/icons/hicolor/256x256/apps/ +share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/256x256/apps/gtk3-demo.png +share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/256x256/apps/gtk3-widget-factory.png +share/icons/hicolor/32x32/ +share/icons/hicolor/32x32/apps/ +share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/32x32/apps/gtk3-demo.png +share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/32x32/apps/gtk3-widget-factory.png +share/icons/hicolor/48x48/ +share/icons/hicolor/48x48/apps/ +share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +share/icons/hicolor/48x48/apps/gtk3-demo.png +share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +share/icons/hicolor/48x48/apps/gtk3-widget-factory.png +share/locale/af/LC_MESSAGES/gtk30-properties.mo +share/locale/af/LC_MESSAGES/gtk30.mo +share/locale/am/LC_MESSAGES/gtk30-properties.mo +share/locale/am/LC_MESSAGES/gtk30.mo +share/locale/an/LC_MESSAGES/gtk30-properties.mo +share/locale/an/LC_MESSAGES/gtk30.mo +share/locale/ang/LC_MESSAGES/gtk30-properties.mo +share/locale/ang/LC_MESSAGES/gtk30.mo +share/locale/ar/LC_MESSAGES/gtk30-properties.mo +share/locale/ar/LC_MESSAGES/gtk30.mo +share/locale/as/LC_MESSAGES/gtk30-properties.mo +share/locale/as/LC_MESSAGES/gtk30.mo +share/locale/ast/LC_MESSAGES/gtk30-properties.mo +share/locale/ast/LC_MESSAGES/gtk30.mo +share/locale/az/LC_MESSAGES/gtk30-properties.mo +share/locale/az/LC_MESSAGES/gtk30.mo +share/locale/az_IR/ +share/locale/az_IR/LC_MESSAGES/ +share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +share/locale/az_IR/LC_MESSAGES/gtk30.mo +share/locale/be/LC_MESSAGES/gtk30-properties.mo +share/locale/be/LC_MESSAGES/gtk30.mo +share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +share/locale/be@latin/LC_MESSAGES/gtk30.mo +share/locale/bg/LC_MESSAGES/gtk30-properties.mo +share/locale/bg/LC_MESSAGES/gtk30.mo +share/locale/bn/LC_MESSAGES/gtk30-properties.mo +share/locale/bn/LC_MESSAGES/gtk30.mo +share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +share/locale/bn_IN/LC_MESSAGES/gtk30.mo +share/locale/br/LC_MESSAGES/gtk30-properties.mo +share/locale/br/LC_MESSAGES/gtk30.mo +share/locale/bs/LC_MESSAGES/gtk30-properties.mo +share/locale/bs/LC_MESSAGES/gtk30.mo +share/locale/ca/LC_MESSAGES/gtk30-properties.mo +share/locale/ca/LC_MESSAGES/gtk30.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +share/locale/ckb/ +share/locale/ckb/LC_MESSAGES/ +share/locale/ckb/LC_MESSAGES/gtk30-properties.mo +share/locale/ckb/LC_MESSAGES/gtk30.mo +share/locale/crh/LC_MESSAGES/gtk30-properties.mo +share/locale/crh/LC_MESSAGES/gtk30.mo +share/locale/cs/LC_MESSAGES/gtk30-properties.mo +share/locale/cs/LC_MESSAGES/gtk30.mo +share/locale/cy/LC_MESSAGES/gtk30-properties.mo +share/locale/cy/LC_MESSAGES/gtk30.mo +share/locale/da/LC_MESSAGES/gtk30-properties.mo +share/locale/da/LC_MESSAGES/gtk30.mo +share/locale/de/LC_MESSAGES/gtk30-properties.mo +share/locale/de/LC_MESSAGES/gtk30.mo +share/locale/dz/LC_MESSAGES/gtk30-properties.mo +share/locale/dz/LC_MESSAGES/gtk30.mo +share/locale/el/LC_MESSAGES/gtk30-properties.mo +share/locale/el/LC_MESSAGES/gtk30.mo +share/locale/en/LC_MESSAGES/gtk30-properties.mo +share/locale/en/LC_MESSAGES/gtk30.mo +share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +share/locale/en@shaw/LC_MESSAGES/gtk30.mo +share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +share/locale/en_CA/LC_MESSAGES/gtk30.mo +share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +share/locale/en_GB/LC_MESSAGES/gtk30.mo +share/locale/eo/LC_MESSAGES/gtk30-properties.mo +share/locale/eo/LC_MESSAGES/gtk30.mo +share/locale/es/LC_MESSAGES/gtk30-properties.mo +share/locale/es/LC_MESSAGES/gtk30.mo +share/locale/et/LC_MESSAGES/gtk30-properties.mo +share/locale/et/LC_MESSAGES/gtk30.mo +share/locale/eu/LC_MESSAGES/gtk30-properties.mo +share/locale/eu/LC_MESSAGES/gtk30.mo +share/locale/fa/LC_MESSAGES/gtk30-properties.mo +share/locale/fa/LC_MESSAGES/gtk30.mo +share/locale/fi/LC_MESSAGES/gtk30-properties.mo +share/locale/fi/LC_MESSAGES/gtk30.mo +share/locale/fr/LC_MESSAGES/gtk30-properties.mo +share/locale/fr/LC_MESSAGES/gtk30.mo +share/locale/fur/LC_MESSAGES/gtk30-properties.mo +share/locale/fur/LC_MESSAGES/gtk30.mo +share/locale/ga/LC_MESSAGES/gtk30-properties.mo +share/locale/ga/LC_MESSAGES/gtk30.mo +share/locale/gd/LC_MESSAGES/gtk30-properties.mo +share/locale/gd/LC_MESSAGES/gtk30.mo +share/locale/gl/LC_MESSAGES/gtk30-properties.mo +share/locale/gl/LC_MESSAGES/gtk30.mo +share/locale/gu/LC_MESSAGES/gtk30-properties.mo +share/locale/gu/LC_MESSAGES/gtk30.mo +share/locale/he/LC_MESSAGES/gtk30-properties.mo +share/locale/he/LC_MESSAGES/gtk30.mo +share/locale/hi/LC_MESSAGES/gtk30-properties.mo +share/locale/hi/LC_MESSAGES/gtk30.mo +share/locale/hr/LC_MESSAGES/gtk30-properties.mo +share/locale/hr/LC_MESSAGES/gtk30.mo +share/locale/hu/LC_MESSAGES/gtk30-properties.mo +share/locale/hu/LC_MESSAGES/gtk30.mo +share/locale/hy/LC_MESSAGES/gtk30-properties.mo +share/locale/hy/LC_MESSAGES/gtk30.mo +share/locale/ia/LC_MESSAGES/gtk30-properties.mo +share/locale/ia/LC_MESSAGES/gtk30.mo +share/locale/id/LC_MESSAGES/gtk30-properties.mo +share/locale/id/LC_MESSAGES/gtk30.mo +share/locale/io/LC_MESSAGES/gtk30-properties.mo +share/locale/io/LC_MESSAGES/gtk30.mo +share/locale/is/LC_MESSAGES/gtk30-properties.mo +share/locale/is/LC_MESSAGES/gtk30.mo +share/locale/it/LC_MESSAGES/gtk30-properties.mo +share/locale/it/LC_MESSAGES/gtk30.mo +share/locale/ja/LC_MESSAGES/gtk30-properties.mo +share/locale/ja/LC_MESSAGES/gtk30.mo +share/locale/ka/LC_MESSAGES/gtk30-properties.mo +share/locale/ka/LC_MESSAGES/gtk30.mo +share/locale/kg/ +share/locale/kg/LC_MESSAGES/ +share/locale/kg/LC_MESSAGES/gtk30-properties.mo +share/locale/kg/LC_MESSAGES/gtk30.mo +share/locale/kk/LC_MESSAGES/gtk30-properties.mo +share/locale/kk/LC_MESSAGES/gtk30.mo +share/locale/km/LC_MESSAGES/gtk30-properties.mo +share/locale/km/LC_MESSAGES/gtk30.mo +share/locale/kn/LC_MESSAGES/gtk30-properties.mo +share/locale/kn/LC_MESSAGES/gtk30.mo +share/locale/ko/LC_MESSAGES/gtk30-properties.mo +share/locale/ko/LC_MESSAGES/gtk30.mo +share/locale/ku/LC_MESSAGES/gtk30-properties.mo +share/locale/ku/LC_MESSAGES/gtk30.mo +share/locale/ky/LC_MESSAGES/gtk30-properties.mo +share/locale/ky/LC_MESSAGES/gtk30.mo +share/locale/lg/ +share/locale/lg/LC_MESSAGES/ +share/locale/lg/LC_MESSAGES/gtk30-properties.mo +share/locale/lg/LC_MESSAGES/gtk30.mo +share/locale/li/LC_MESSAGES/gtk30-properties.mo +share/locale/li/LC_MESSAGES/gtk30.mo +share/locale/lt/LC_MESSAGES/gtk30-properties.mo +share/locale/lt/LC_MESSAGES/gtk30.mo +share/locale/lv/LC_MESSAGES/gtk30-properties.mo +share/locale/lv/LC_MESSAGES/gtk30.mo +share/locale/mai/LC_MESSAGES/gtk30-properties.mo +share/locale/mai/LC_MESSAGES/gtk30.mo +share/locale/mi/LC_MESSAGES/gtk30-properties.mo +share/locale/mi/LC_MESSAGES/gtk30.mo +share/locale/mk/LC_MESSAGES/gtk30-properties.mo +share/locale/mk/LC_MESSAGES/gtk30.mo +share/locale/ml/LC_MESSAGES/gtk30-properties.mo +share/locale/ml/LC_MESSAGES/gtk30.mo +share/locale/mn/LC_MESSAGES/gtk30-properties.mo +share/locale/mn/LC_MESSAGES/gtk30.mo +share/locale/mr/LC_MESSAGES/gtk30-properties.mo +share/locale/mr/LC_MESSAGES/gtk30.mo +share/locale/ms/LC_MESSAGES/gtk30-properties.mo +share/locale/ms/LC_MESSAGES/gtk30.mo +share/locale/my/LC_MESSAGES/gtk30-properties.mo +share/locale/my/LC_MESSAGES/gtk30.mo +share/locale/nb/LC_MESSAGES/gtk30-properties.mo +share/locale/nb/LC_MESSAGES/gtk30.mo +share/locale/nds/LC_MESSAGES/gtk30-properties.mo +share/locale/nds/LC_MESSAGES/gtk30.mo +share/locale/ne/LC_MESSAGES/gtk30-properties.mo +share/locale/ne/LC_MESSAGES/gtk30.mo +share/locale/nl/LC_MESSAGES/gtk30-properties.mo +share/locale/nl/LC_MESSAGES/gtk30.mo +share/locale/nn/LC_MESSAGES/gtk30-properties.mo +share/locale/nn/LC_MESSAGES/gtk30.mo +share/locale/nso/LC_MESSAGES/gtk30-properties.mo +share/locale/nso/LC_MESSAGES/gtk30.mo +share/locale/oc/LC_MESSAGES/gtk30-properties.mo +share/locale/oc/LC_MESSAGES/gtk30.mo +share/locale/or/LC_MESSAGES/gtk30-properties.mo +share/locale/or/LC_MESSAGES/gtk30.mo +share/locale/pa/LC_MESSAGES/gtk30-properties.mo +share/locale/pa/LC_MESSAGES/gtk30.mo +share/locale/pl/LC_MESSAGES/gtk30-properties.mo +share/locale/pl/LC_MESSAGES/gtk30.mo +share/locale/ps/LC_MESSAGES/gtk30-properties.mo +share/locale/ps/LC_MESSAGES/gtk30.mo +share/locale/pt/LC_MESSAGES/gtk30-properties.mo +share/locale/pt/LC_MESSAGES/gtk30.mo +share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +share/locale/pt_BR/LC_MESSAGES/gtk30.mo +share/locale/ro/LC_MESSAGES/gtk30-properties.mo +share/locale/ro/LC_MESSAGES/gtk30.mo +share/locale/ru/LC_MESSAGES/gtk30-properties.mo +share/locale/ru/LC_MESSAGES/gtk30.mo +share/locale/rw/LC_MESSAGES/gtk30-properties.mo +share/locale/rw/LC_MESSAGES/gtk30.mo +share/locale/si/LC_MESSAGES/gtk30-properties.mo +share/locale/si/LC_MESSAGES/gtk30.mo +share/locale/sk/LC_MESSAGES/gtk30-properties.mo +share/locale/sk/LC_MESSAGES/gtk30.mo +share/locale/sl/LC_MESSAGES/gtk30-properties.mo +share/locale/sl/LC_MESSAGES/gtk30.mo +share/locale/sq/LC_MESSAGES/gtk30-properties.mo +share/locale/sq/LC_MESSAGES/gtk30.mo +share/locale/sr/LC_MESSAGES/gtk30-properties.mo +share/locale/sr/LC_MESSAGES/gtk30.mo +share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +share/locale/sr@ije/LC_MESSAGES/gtk30.mo +share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +share/locale/sr@latin/LC_MESSAGES/gtk30.mo +share/locale/sv/LC_MESSAGES/gtk30-properties.mo +share/locale/sv/LC_MESSAGES/gtk30.mo +share/locale/ta/LC_MESSAGES/gtk30-properties.mo +share/locale/ta/LC_MESSAGES/gtk30.mo +share/locale/te/LC_MESSAGES/gtk30-properties.mo +share/locale/te/LC_MESSAGES/gtk30.mo +share/locale/tg/LC_MESSAGES/gtk30-properties.mo +share/locale/tg/LC_MESSAGES/gtk30.mo +share/locale/th/LC_MESSAGES/gtk30-properties.mo +share/locale/th/LC_MESSAGES/gtk30.mo +share/locale/tk/LC_MESSAGES/gtk30-properties.mo +share/locale/tk/LC_MESSAGES/gtk30.mo +share/locale/tr/LC_MESSAGES/gtk30-properties.mo +share/locale/tr/LC_MESSAGES/gtk30.mo +share/locale/tt/LC_MESSAGES/gtk30-properties.mo +share/locale/tt/LC_MESSAGES/gtk30.mo +share/locale/ug/LC_MESSAGES/gtk30-properties.mo +share/locale/ug/LC_MESSAGES/gtk30.mo +share/locale/uk/LC_MESSAGES/gtk30-properties.mo +share/locale/uk/LC_MESSAGES/gtk30.mo +share/locale/ur/ +share/locale/ur/LC_MESSAGES/ +share/locale/ur/LC_MESSAGES/gtk30-properties.mo +share/locale/ur/LC_MESSAGES/gtk30.mo +share/locale/uz/LC_MESSAGES/gtk30-properties.mo +share/locale/uz/LC_MESSAGES/gtk30.mo +share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +share/locale/vi/LC_MESSAGES/gtk30-properties.mo +share/locale/vi/LC_MESSAGES/gtk30.mo +share/locale/wa/LC_MESSAGES/gtk30-properties.mo +share/locale/wa/LC_MESSAGES/gtk30.mo +share/locale/xh/LC_MESSAGES/gtk30-properties.mo +share/locale/xh/LC_MESSAGES/gtk30.mo +share/locale/yi/LC_MESSAGES/gtk30-properties.mo +share/locale/yi/LC_MESSAGES/gtk30.mo +share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_CN/LC_MESSAGES/gtk30.mo +share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_HK/LC_MESSAGES/gtk30.mo +share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +share/locale/zh_TW/LC_MESSAGES/gtk30.mo +share/themes/ +share/themes/Default/ +share/themes/Default/gtk-3.0/ +share/themes/Default/gtk-3.0/gtk-keys.css +share/themes/Emacs/ +share/themes/Emacs/gtk-3.0/ +share/themes/Emacs/gtk-3.0/gtk-keys.css +@tag glib-compile-schemas diff --git a/x11/gtk+3/pkg/README b/x11/gtk+3/pkg/README new file mode 100644 index 0000000..030b3ec --- /dev/null +++ b/x11/gtk+3/pkg/README @@ -0,0 +1,45 @@ ++----------------------------------------------------------------------- +| Running ${PKGSTEM} on OpenBSD ++----------------------------------------------------------------------- + +Themes +====== + +Default +------- +The default GTK+ theme engine can be modified by editing: + ~/.config/gtk-3.0/settings.ini +and appending a line similar to: +gtk-theme-name = oxygen-gtk + +Extras +------ +Some themes are available as packages ("gtk3-*-engine"). + +Sound +----- +GTK+ itself does not support event sounds, you have to use a loadable module +like the one that comes with libcanberra which is loaded automatically when a +GTK+ application is launched. +You may want to install the "libcanberra-gtk3" package if you require these. + +Printing +======== + +Preview +------- +By default, GTK+ uses the "evince-previewer" command from the evince package to +display a "Print Preview". This can be modified by editing: + ~/.config/gtk-3.0/settings.ini +and appending the following line: +gtk-print-preview-command = epdfview %f + +(epdfview can be replaced by any other PDF viewer command like xpdf...) + +Note that by default, "evince" will remove the temporary PDF preview +file (/tmp/previewXXXXXX.pdf) when done, that might not be the case with +other PDF viewers. + +CUPS +---- +Printing to CUPS requires installing the gtk+3-cups package. -- cgit v1.2.3