diff -Nru gtkmm3.0-3.3.2/ChangeLog gtkmm3.0-3.3.14/ChangeLog --- gtkmm3.0-3.3.2/ChangeLog 2011-10-26 12:38:44.000000000 +0000 +++ gtkmm3.0-3.3.14/ChangeLog 2012-02-07 09:30:25.000000000 +0000 @@ -1,3 +1,126 @@ +3.3.14: + +2012-01-10 Murray Cumming + + Main: Deprecate signal_key_snooper(). + + * gtk/src/main.[hg|ccg]: Deprecate signal_key_snooper(), + because gtk_key_snooper_install() was deprecated. + Also #define GDK_DISABLE_DEPRECATION_WARNINGS here to fix + the build with --enable-warnings=fatal. + +2012-02-01 José Alburquerque + + Entry: Deprecate [set|get]_inner_border(). + + * gtk/src/entry.hg: Deprecate the methods because they have been + deprecated in gtk+ as well. Also add #defines so the deprecated C API + can continue to be used as is done in Gtk::Widget and other classes. + Bug #669190. + +2012-01-05 Murray Cumming + + Deprecate some methods using Gdk::Color, to fix the build. + + * gdk/gdkmm/general.[h|cc]: Deprecate set_source_color(). + * gtk/src/cellview.hg: Deprecate set_background_color(). + * gtk/src/colorbutton.[hg|ccg]: Deprecate get_color(). + * gtk/src/colorselection.hg: Deprecate set_current_color(). + + And add #defines to let us continue to use the deprecated C API in + our deprecated C++ API implementation. + +2012-01-04 Kjell Ahlstedt + + ComboBoxText: Constructor: Add a TODO comment. + + * gtk/src/comboboxtext.ccg: Add a comment that entry-text-column and id-column + are set properly in new GTK+ versions. Bug #653579 + +2011-12-24 Hub Figuière + + Implement Gtk::IconView::IconView(Gtk::CellArea). Bug #665361 + + * tools/m4/convert_gtk.m4: + m4 macro for CellArea + * gtk/src/cellareabox.hg: + Wrap the create function for Gtk::CellAreaBox. + * gtk/src/iconview.hg: + Construct with a CellArea. + +2011-12-01 Hub Figuière + + Add missing Gtk::Settings properties. Bug #665264 + + * gtk/src/settings.hg: Added properties + "gtk-application-prefer-dark-theme", + "gtk-auto-mnemonics" and "gtk-visible-focus" + + +2011-11-30 Hub Figuière + + Fix configure.ac that had a broken shell syntax. + + * configure.ac: fix shell syntax. + Bug #665267 + +2011-11-28 John Ralls + + Fix the build for Quartz (MacOS) + + * configure.ac: Read the gtk+-3.0 target variable and + use the result to set appropriate automake conditionals (in theory, a + particular Gtk+-3 library can contain multiple backends, though this + isn't strictly true in practice). + Also makes the check for HOST_WINDOWS_NATIVE conditional on having a + Win32 backend. + * gtk/src/filelist.am: Add a new target gtkmm_files_x11_hg, including + plug.hg and socket.hg in it. It's added to gtkmm_files_arch_hg only if + there's an X11 backend to build them against. + Bug #662975 + +2011-09-26 Murray Cumming + + Add back Application, though it is not ready yet. + + * gtk/src/application.[hg|ccg]: Added. + * gio/src/window.hg: + * gio/src/filelist.am: + * goi/giomm.h: Mention it. + See bug #637445#c29 + +2011-11-18 Murray Cumming + + Gtk::Widget: Deprecate get_pointer(). + + * gtk/src/widget.hg: And fix the build with the latest GTK+. + +2011-11-16 Hub Figuière + + Fix namespacing for Cairo (Closes: #663303) + + * gdk/src/dragcontext.hg: + * gdk/src/screen.hg: + * gdk/src/window.hg: + * gtk/src/cellarea.hg: + * gtk/src/cellrenderer.hg: + * gtk/src/checkbutton.hg: + * gtk/src/checkmenuitem.hg: + * gtk/src/printcontext.hg: + * gtk/src/stylecontext.hg: + * gtk/src/widget.hg: + * tools/m4/convert_gdk.m4: + * tools/m4/convert_gtk.m4: + Cairo namespace should be refered from the global + namespace. + +2011-11-09 Kjell Ahlstedt + + AboutDialog: Add unset_license() and set_logo_default(). + + * gtk/src/aboutdialog.[hg|ccg]: Add unset_license() and set_logo_default(). + Remove an obsolete comment. Bug #616769. + 3.3.2 (unstable): 2011-10-26 Murray Cumming diff -Nru gtkmm3.0-3.3.2/configure gtkmm3.0-3.3.14/configure --- gtkmm3.0-3.3.2/configure 2011-10-26 12:40:50.000000000 +0000 +++ gtkmm3.0-3.3.14/configure 2012-02-07 09:35:16.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for gtkmm 3.3.2. +# Generated by GNU Autoconf 2.68 for gtkmm 3.3.14. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='gtkmm' PACKAGE_TARNAME='gtkmm' -PACKAGE_VERSION='3.3.2' -PACKAGE_STRING='gtkmm 3.3.2' +PACKAGE_VERSION='3.3.14' +PACKAGE_STRING='gtkmm 3.3.14' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm' PACKAGE_URL='http://www.gtkmm.org/' @@ -636,13 +636,25 @@ GTKMM_CFLAGS GDKMM_LIBS GDKMM_CFLAGS -PKG_CONFIG_LIBDIR -PKG_CONFIG_PATH -PKG_CONFIG GTKMM_MODULES GDKMM_MODULES HOST_WINDOWS_NATIVE_FALSE HOST_WINDOWS_NATIVE_TRUE +GDK_TARGET_WAYLAND_FALSE +GDK_TARGET_WAYLAND_TRUE +GDK_TARGET_BROADWAY_FALSE +GDK_TARGET_BROADWAY_TRUE +GDK_TARGET_X11_FALSE +GDK_TARGET_X11_TRUE +GDK_TARGET_QUARTZ_FALSE +GDK_TARGET_QUARTZ_TRUE +GDK_TARGET_WIN32_FALSE +GDK_TARGET_WIN32_TRUE +GTK_LIBS +GTK_CFLAGS +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG CXXCPP CPP OTOOL64 @@ -822,6 +834,8 @@ PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR +GTK_CFLAGS +GTK_LIBS GDKMM_CFLAGS GDKMM_LIBS GTKMM_CFLAGS @@ -1372,7 +1386,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gtkmm 3.3.2 to adapt to many kinds of systems. +\`configure' configures gtkmm 3.3.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1442,7 +1456,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gtkmm 3.3.2:";; + short | recursive ) echo "Configuration of gtkmm 3.3.14:";; esac cat <<\_ACEOF @@ -1510,6 +1524,8 @@ directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path + GTK_CFLAGS C compiler flags for GTK, overriding pkg-config + GTK_LIBS linker flags for GTK, overriding pkg-config GDKMM_CFLAGS C compiler flags for GDKMM, overriding pkg-config GDKMM_LIBS linker flags for GDKMM, overriding pkg-config @@ -1588,7 +1604,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gtkmm configure 3.3.2 +gtkmm configure 3.3.14 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2054,7 +2070,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gtkmm $as_me 3.3.2, which was +It was created by gtkmm $as_me 3.3.14, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2876,7 +2892,7 @@ # Define the identity of the package. PACKAGE='gtkmm' - VERSION='3.3.2' + VERSION='3.3.14' # Some tools Automake needs. @@ -3052,7 +3068,7 @@ GDKMM_MODULE_NAME='gdkmm-3.0' -GDKMM_VERSION='3.3.2' +GDKMM_VERSION='3.3.14' GDKMM_API_VERSION='3.0' @@ -3066,15 +3082,15 @@ $as_echo "#define GDKMM_MINOR_VERSION 3" >>confdefs.h -GDKMM_MICRO_VERSION=2 +GDKMM_MICRO_VERSION=14 -$as_echo "#define GDKMM_MICRO_VERSION 2" >>confdefs.h +$as_echo "#define GDKMM_MICRO_VERSION 14" >>confdefs.h GTKMM_MODULE_NAME='gtkmm-3.0' -GTKMM_VERSION='3.3.2' +GTKMM_VERSION='3.3.14' GTKMM_API_VERSION='3.0' @@ -3088,10 +3104,10 @@ $as_echo "#define GTKMM_MINOR_VERSION 3" >>confdefs.h -GTKMM_MICRO_VERSION=2 +GTKMM_MICRO_VERSION=14 -$as_echo "#define GTKMM_MICRO_VERSION 2" >>confdefs.h +$as_echo "#define GTKMM_MICRO_VERSION 14" >>confdefs.h @@ -15531,68 +15547,6 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for native Windows host" >&5 -$as_echo_n "checking for native Windows host... " >&6; } -case $host_os in #( - mingw*) : - gtkmm_host_windows=yes ;; #( - *) : - gtkmm_host_windows=no ;; -esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gtkmm_host_windows" >&5 -$as_echo "$gtkmm_host_windows" >&6; } - if test "x$gtkmm_host_windows" = xyes; then - HOST_WINDOWS_NATIVE_TRUE= - HOST_WINDOWS_NATIVE_FALSE='#' -else - HOST_WINDOWS_NATIVE_TRUE='#' - HOST_WINDOWS_NATIVE_FALSE= -fi - - -# TODO: What exactly does this do? If both static and shared libraries -# are built, both builds will have this macro defined! -if test "x$enable_static" = xyes; then : - -$as_echo "#define GTKMM_STATIC_LIB 1" >>confdefs.h - -fi - -# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+. -# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires. -# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires. -GDKMM_MODULES='giomm-2.4 >= 2.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1' - - -if test "x$gtkmm_host_windows" = xyes; then : - GTKMM_MODULES=$GDKMM_MODULES -else - GTKMM_MODULES="$GDKMM_MODULES gtk+-unix-print-3.0" -fi - -# Offer the ability to omit some API from the library, to reduce the code size. -# Note that there are other options in glibmm, which affect gtkmm. - - # Check whether --enable-api-atkmm was given. -if test "${enable_api_atkmm+set}" = set; then : - enableval=$enable_api_atkmm; gtkmm_enable_api_atkmm="$enableval" -else - gtkmm_enable_api_atkmm='yes' -fi - - - if test "x$gtkmm_enable_api_atkmm" = x'yes'; then : - -$as_echo "#define GTKMM_ATKMM_ENABLED 1" >>confdefs.h - -fi - - -if test "x$gtkmm_enable_api_atkmm" != xno; then : - GTKMM_MODULES="atkmm-1.6 >= 2.22.2 $GTKMM_MODULES" -fi - - @@ -15715,6 +15669,228 @@ fi pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 +$as_echo_n "checking for GTK... " >&6; } + +if test -n "$GTK_CFLAGS"; then + pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GTK_LIBS"; then + pkg_cv_GTK_LIBS="$GTK_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0" 2>&1` + else + GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTK_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gtk+-3.0) were not met: + +$GTK_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GTK_CFLAGS=$pkg_cv_GTK_CFLAGS + GTK_LIBS=$pkg_cv_GTK_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi +gdk_target_win32=no +gdk_target_quartz=no +gdk_target_x11=no +gdk_target_wayland=no +gdk_target_broadway=no +for target in `$PKG_CONFIG --variable=targets gtk+-3.0`; do + case "$target" in + win32) + gdk_target_win32=yes + ;; + quartz) + gdk_target_quartz=yes + ;; + x11) + gdk_target_x11=yes + ;; + broadway) + gdk_target_broadway=yes + ;; + wayland) + gdk_target_wayland=yes + ;; + esac; +done + if test "x$gdk_target_win32" = xyes; then + GDK_TARGET_WIN32_TRUE= + GDK_TARGET_WIN32_FALSE='#' +else + GDK_TARGET_WIN32_TRUE='#' + GDK_TARGET_WIN32_FALSE= +fi + + if test "x$gdk_target_quartz" = xyes; then + GDK_TARGET_QUARTZ_TRUE= + GDK_TARGET_QUARTZ_FALSE='#' +else + GDK_TARGET_QUARTZ_TRUE='#' + GDK_TARGET_QUARTZ_FALSE= +fi + + if test "x$gdk_target_x11" = xyes; then + GDK_TARGET_X11_TRUE= + GDK_TARGET_X11_FALSE='#' +else + GDK_TARGET_X11_TRUE='#' + GDK_TARGET_X11_FALSE= +fi + + if test "x$gdk_target_broadway" = xyes; then + GDK_TARGET_BROADWAY_TRUE= + GDK_TARGET_BROADWAY_FALSE='#' +else + GDK_TARGET_BROADWAY_TRUE='#' + GDK_TARGET_BROADWAY_FALSE= +fi + + if test "x$gdk_target_wayland" = xyes; then + GDK_TARGET_WAYLAND_TRUE= + GDK_TARGET_WAYLAND_FALSE='#' +else + GDK_TARGET_WAYLAND_TRUE='#' + GDK_TARGET_WAYLAND_FALSE= +fi + + +if test "x$gdk_target_win32" = xyes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for native Windows host" >&5 +$as_echo_n "checking for native Windows host... " >&6; } + case $host_os in #( + mingw*) : + gtkmm_host_windows=yes ;; #( + *) : + gtkmm_host_windows=no ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gtkmm_host_windows" >&5 +$as_echo "$gtkmm_host_windows" >&6; } +else + gtkmm_host_windows=no +fi + if test "x$gtkmm_host_windows" = xyes; then + HOST_WINDOWS_NATIVE_TRUE= + HOST_WINDOWS_NATIVE_FALSE='#' +else + HOST_WINDOWS_NATIVE_TRUE='#' + HOST_WINDOWS_NATIVE_FALSE= +fi + + +# TODO: What exactly does this do? If both static and shared libraries +# are built, both builds will have this macro defined! +if test "x$enable_static" = xyes; then : + +$as_echo "#define GTKMM_STATIC_LIB 1" >>confdefs.h + +fi + +# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+. +# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires. +# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires. +GDKMM_MODULES='giomm-2.4 >= 2.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1' + + +if test "x$gtkmm_host_windows" = xyes; then : + GTKMM_MODULES=$GDKMM_MODULES +else + GTKMM_MODULES="$GDKMM_MODULES gtk+-unix-print-3.0" +fi + +# Offer the ability to omit some API from the library, to reduce the code size. +# Note that there are other options in glibmm, which affect gtkmm. + + # Check whether --enable-api-atkmm was given. +if test "${enable_api_atkmm+set}" = set; then : + enableval=$enable_api_atkmm; gtkmm_enable_api_atkmm="$enableval" +else + gtkmm_enable_api_atkmm='yes' +fi + + + if test "x$gtkmm_enable_api_atkmm" = x'yes'; then : + +$as_echo "#define GTKMM_ATKMM_ENABLED 1" >>confdefs.h + +fi + + +if test "x$gtkmm_enable_api_atkmm" != xno; then : + GTKMM_MODULES="atkmm-1.6 >= 2.22.2 $GTKMM_MODULES" +fi + + + +pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKMM" >&5 $as_echo_n "checking for GDKMM... " >&6; } @@ -16971,6 +17147,26 @@ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${GDK_TARGET_WIN32_TRUE}" && test -z "${GDK_TARGET_WIN32_FALSE}"; then + as_fn_error $? "conditional \"GDK_TARGET_WIN32\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GDK_TARGET_QUARTZ_TRUE}" && test -z "${GDK_TARGET_QUARTZ_FALSE}"; then + as_fn_error $? "conditional \"GDK_TARGET_QUARTZ\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GDK_TARGET_X11_TRUE}" && test -z "${GDK_TARGET_X11_FALSE}"; then + as_fn_error $? "conditional \"GDK_TARGET_X11\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GDK_TARGET_BROADWAY_TRUE}" && test -z "${GDK_TARGET_BROADWAY_FALSE}"; then + as_fn_error $? "conditional \"GDK_TARGET_BROADWAY\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GDK_TARGET_WAYLAND_TRUE}" && test -z "${GDK_TARGET_WAYLAND_FALSE}"; then + as_fn_error $? "conditional \"GDK_TARGET_WAYLAND\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HOST_WINDOWS_NATIVE_TRUE}" && test -z "${HOST_WINDOWS_NATIVE_FALSE}"; then as_fn_error $? "conditional \"HOST_WINDOWS_NATIVE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -17392,7 +17588,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gtkmm $as_me 3.3.2, which was +This file was extended by gtkmm $as_me 3.3.14, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17459,7 +17655,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gtkmm config.status 3.3.2 +gtkmm config.status 3.3.14 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru gtkmm3.0-3.3.2/configure.ac gtkmm3.0-3.3.14/configure.ac --- gtkmm3.0-3.3.2/configure.ac 2011-10-26 12:40:30.000000000 +0000 +++ gtkmm3.0-3.3.14/configure.ac 2012-02-07 09:30:08.000000000 +0000 @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([gtkmm], [3.3.2], +AC_INIT([gtkmm], [3.3.14], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm], [gtkmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) @@ -46,9 +46,44 @@ AC_DISABLE_STATIC LT_INIT([win32-dll]) -AC_MSG_CHECKING([for native Windows host]) -AS_CASE([$host_os], [mingw*], [gtkmm_host_windows=yes], [gtkmm_host_windows=no]) -AC_MSG_RESULT([$gtkmm_host_windows]) +PKG_CHECK_MODULES([GTK], [gtk+-3.0]) +gdk_target_win32=no +gdk_target_quartz=no +gdk_target_x11=no +gdk_target_wayland=no +gdk_target_broadway=no +for target in `$PKG_CONFIG --variable=targets gtk+-3.0`; do + case "$target" in + win32) + gdk_target_win32=yes + ;; + quartz) + gdk_target_quartz=yes + ;; + x11) + gdk_target_x11=yes + ;; + broadway) + gdk_target_broadway=yes + ;; + wayland) + gdk_target_wayland=yes + ;; + esac; +done +AM_CONDITIONAL([GDK_TARGET_WIN32], [test "x$gdk_target_win32" = xyes]) +AM_CONDITIONAL([GDK_TARGET_QUARTZ], [test "x$gdk_target_quartz" = xyes]) +AM_CONDITIONAL([GDK_TARGET_X11], [test "x$gdk_target_x11" = xyes]) +AM_CONDITIONAL([GDK_TARGET_BROADWAY], [test "x$gdk_target_broadway" = xyes]) +AM_CONDITIONAL([GDK_TARGET_WAYLAND], [test "x$gdk_target_wayland" = xyes]) + +if test "x$gdk_target_win32" = xyes ; then + AC_MSG_CHECKING([for native Windows host]) + AS_CASE([$host_os], [mingw*], [gtkmm_host_windows=yes], [gtkmm_host_windows=no]) + AC_MSG_RESULT([$gtkmm_host_windows]) +else + gtkmm_host_windows=no +fi AM_CONDITIONAL([HOST_WINDOWS_NATIVE], [test "x$gtkmm_host_windows" = xyes]) # TODO: What exactly does this do? If both static and shared libraries diff -Nru gtkmm3.0-3.3.2/debian/changelog gtkmm3.0-3.3.14/debian/changelog --- gtkmm3.0-3.3.2/debian/changelog 2012-01-05 15:32:32.000000000 +0000 +++ gtkmm3.0-3.3.14/debian/changelog 2012-02-07 17:46:51.000000000 +0000 @@ -1,3 +1,9 @@ +gtkmm3.0 (3.3.14-0ubuntu1) precise; urgency=low + + * New upstream version + + -- Sebastien Bacher Tue, 07 Feb 2012 18:46:36 +0100 + gtkmm3.0 (3.3.2-0ubuntu1) precise; urgency=low * New upstream version diff -Nru gtkmm3.0-3.3.2/demos/Makefile.in gtkmm3.0-3.3.14/demos/Makefile.in --- gtkmm3.0-3.3.2/demos/Makefile.in 2011-10-26 12:40:52.000000000 +0000 +++ gtkmm3.0-3.3.14/demos/Makefile.in 2012-02-07 09:35:17.000000000 +0000 @@ -192,6 +192,8 @@ GTKMM_MODULE_NAME = @GTKMM_MODULE_NAME@ GTKMM_VERSION = @GTKMM_VERSION@ GTKMM_WXXFLAGS = @GTKMM_WXXFLAGS@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ diff -Nru gtkmm3.0-3.3.2/docs/Makefile.in gtkmm3.0-3.3.14/docs/Makefile.in --- gtkmm3.0-3.3.2/docs/Makefile.in 2011-10-26 12:40:52.000000000 +0000 +++ gtkmm3.0-3.3.14/docs/Makefile.in 2012-02-07 09:35:17.000000000 +0000 @@ -41,7 +41,9 @@ $(top_srcdir)/gdk/src/filelist.am \ $(top_srcdir)/gtk/gtkmm/filelist.am \ $(top_srcdir)/gtk/src/filelist.am -@DIST_DOCTOOLS_TRUE@am__append_1 = $(MMDOCTOOLDIR)/doc-postprocess.pl $(MMDOCTOOLDIR)/doc-install.pl $(MMDOCTOOLDIR)/tagfile-to-devhelp2.xsl $(MMDOCTOOLDIR)/doxygen.css +@GDK_TARGET_X11_TRUE@am__append_1 = $(gtkmm_files_x11_hg) +@GDK_TARGET_X11_TRUE@am__append_2 = $(gtkmm_files_x11_hg) +@DIST_DOCTOOLS_TRUE@am__append_3 = $(MMDOCTOOLDIR)/doc-postprocess.pl $(MMDOCTOOLDIR)/doc-install.pl $(MMDOCTOOLDIR)/tagfile-to-devhelp2.xsl $(MMDOCTOOLDIR)/doxygen.css subdir = docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/build/libtool.m4 \ @@ -151,6 +153,8 @@ GTKMM_MODULE_NAME = @GTKMM_MODULE_NAME@ GTKMM_VERSION = @GTKMM_VERSION@ GTKMM_WXXFLAGS = @GTKMM_WXXFLAGS@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -315,6 +319,7 @@ appchooserbutton.hg \ appchooserdialog.hg \ appchooserwidget.hg \ + application.hg \ arrow.hg \ aspectframe.hg \ assistant.hg \ @@ -482,10 +487,12 @@ gtkmm_files_posix_hg = \ pagesetupunixdialog.hg \ - plug.hg \ printer.hg \ printjob.hg \ - printunixdialog.hg \ + printunixdialog.hg + +gtkmm_files_x11_hg = \ + plug.hg \ socket.hg gtkmm_files_deprecated_hg = \ @@ -497,11 +504,14 @@ hvscrollbar.hg \ hvseparator.hg -@HOST_WINDOWS_NATIVE_FALSE@gtkmm_files_arch_hg = $(gtkmm_files_posix_hg) -@HOST_WINDOWS_NATIVE_TRUE@gtkmm_files_arch_hg = +@HOST_WINDOWS_NATIVE_FALSE@gtkmm_files_arch_hg = \ +@HOST_WINDOWS_NATIVE_FALSE@ $(gtkmm_files_posix_hg) \ +@HOST_WINDOWS_NATIVE_FALSE@ $(am__append_1) +@HOST_WINDOWS_NATIVE_TRUE@gtkmm_files_arch_hg = $(am__append_1) @DISABLE_DEPRECATED_API_FALSE@gtkmm_files_used_hg = $(gtkmm_files_any_hg) $(gtkmm_files_arch_hg) $(gtkmm_files_deprecated_hg) @DISABLE_DEPRECATED_API_TRUE@gtkmm_files_used_hg = $(gtkmm_files_any_hg) $(gtkmm_files_arch_hg) -gtkmm_files_hg = $(gtkmm_files_any_hg) $(gtkmm_files_posix_hg) $(gtkmm_files_deprecated_hg) +gtkmm_files_hg = $(gtkmm_files_any_hg) $(gtkmm_files_posix_hg) \ + $(gtkmm_files_deprecated_hg) $(am__append_2) gtkmm_files_ccg = $(gtkmm_files_hg:.hg=.ccg) gtkmm_files_built_cc = $(gtkmm_files_used_hg:.hg=.cc) wrap_init.cc gtkmm_files_built_h = $(gtkmm_files_used_hg:.hg=.h) @@ -566,10 +576,10 @@ @ENABLE_DOCUMENTATION_TRUE@doc_inst_targets = install-htmlref install-devhelp @ENABLE_DOCUMENTATION_FALSE@doc_inst_files = @ENABLE_DOCUMENTATION_TRUE@doc_inst_files = $(doxytagfile) -@ENABLE_DOCUMENTATION_FALSE@doc_dist_files = $(am__append_1) +@ENABLE_DOCUMENTATION_FALSE@doc_dist_files = $(am__append_3) @ENABLE_DOCUMENTATION_TRUE@doc_dist_files = $(devhelpfile) $(call \ @ENABLE_DOCUMENTATION_TRUE@ vpath_listall,$(htmlref_patterns)) \ -@ENABLE_DOCUMENTATION_TRUE@ $(am__append_1) +@ENABLE_DOCUMENTATION_TRUE@ $(am__append_3) dist_reference_DATA = $(strip $(doc_inst_files)) # These are copied here by mm-common: diff -Nru gtkmm3.0-3.3.2/docs/reference/gtkmm-3.0.devhelp2 gtkmm3.0-3.3.14/docs/reference/gtkmm-3.0.devhelp2 --- gtkmm3.0-3.3.2/docs/reference/gtkmm-3.0.devhelp2 2011-10-26 12:46:17.000000000 +0000 +++ gtkmm3.0-3.3.14/docs/reference/gtkmm-3.0.devhelp2 2012-02-07 09:44:29.000000000 +0000 @@ -63,6 +63,7 @@ + @@ -865,7 +866,7 @@ - + @@ -952,14 +953,14 @@ - - - - - - - - + + + + + + + + @@ -1137,8 +1138,8 @@ - - + + @@ -1147,10 +1148,10 @@ - - - - + + + + @@ -1227,14 +1228,14 @@ - + - + - + @@ -1250,7 +1251,7 @@ - + @@ -1259,9 +1260,9 @@ - - - + + + @@ -1308,7 +1309,7 @@ - + @@ -1324,8 +1325,8 @@ - - + + @@ -1343,17 +1344,17 @@ - - + + - - - + + + @@ -2000,6 +2001,7 @@ + @@ -2017,26 +2019,27 @@ + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -2047,10 +2050,10 @@ - - - - + + + + @@ -2067,8 +2070,8 @@ - - + + @@ -2090,8 +2093,8 @@ - - + + @@ -2142,37 +2145,37 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + @@ -2210,11 +2213,11 @@ - - - - - + + + + + @@ -2231,8 +2234,8 @@ - - + + @@ -2261,18 +2264,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -2288,22 +2291,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -2313,7 +2316,7 @@ - + @@ -2331,10 +2334,10 @@ - - - - + + + + @@ -2350,8 +2353,8 @@ - - + + @@ -2373,32 +2376,50 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -2408,14 +2429,14 @@ - - - - - - - - + + + + + + + + @@ -2506,10 +2527,10 @@ - - - - + + + + @@ -2552,8 +2573,8 @@ - - + + @@ -2600,24 +2621,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -2636,8 +2657,8 @@ - - + + @@ -2667,26 +2688,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -2704,7 +2725,7 @@ - + @@ -2758,8 +2779,9 @@ - - + + + @@ -2778,11 +2800,11 @@ - - - - - + + + + + @@ -2793,8 +2815,8 @@ - - + + @@ -2841,7 +2863,7 @@ - + @@ -2860,36 +2882,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2898,7 +2920,7 @@ - + @@ -2909,14 +2931,14 @@ - - - - - - - - + + + + + + + + @@ -2928,10 +2950,10 @@ - - - - + + + + @@ -2944,16 +2966,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -2962,18 +2984,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -2982,22 +3004,22 @@ - - - - + + + + - - - - - - + + + + + + @@ -3006,97 +3028,97 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3112,16 +3134,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -3143,21 +3165,21 @@ - - - - - - - + + + + + + + - - - - + + + + @@ -3165,7 +3187,7 @@ - + @@ -3181,14 +3203,14 @@ - - - - - - + + + + + + - + @@ -3252,16 +3274,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -3289,14 +3311,14 @@ - - - - - - - - + + + + + + + + @@ -3310,10 +3332,10 @@ - - - - + + + + @@ -3369,35 +3391,35 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + @@ -3462,11 +3484,11 @@ - - - - - + + + + + @@ -3632,82 +3654,82 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -3756,20 +3778,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -3794,11 +3816,11 @@ - - - - - + + + + + @@ -3826,10 +3848,10 @@ - - - - + + + + @@ -3854,22 +3876,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -3953,28 +3975,28 @@ - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -3991,12 +4013,12 @@ - - - - - - + + + + + + @@ -4058,18 +4080,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -4123,16 +4145,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -4150,14 +4172,14 @@ - - - - - - - - + + + + + + + + @@ -4173,15 +4195,15 @@ - - - - - - - - - + + + + + + + + + @@ -4313,6 +4335,7 @@ + @@ -4384,30 +4407,30 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -4445,25 +4468,25 @@ - - - - + + + + - - - - + + + + - - - + + + - - + + @@ -4481,13 +4504,13 @@ - - - - + + + + - - + + @@ -4507,8 +4530,8 @@ - - + + @@ -4578,40 +4601,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4626,10 +4649,10 @@ - - - - + + + + @@ -4642,10 +4665,10 @@ - - - - + + + + @@ -4728,22 +4751,22 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -4757,10 +4780,10 @@ - - - - + + + + @@ -4795,16 +4818,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -4836,8 +4859,8 @@ - - + + @@ -4857,8 +4880,8 @@ - - + + @@ -4874,19 +4897,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -4897,14 +4920,14 @@ - - - - - - - - + + + + + + + + @@ -4972,20 +4995,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -5005,16 +5028,16 @@ - - - - + + + + - - + + @@ -5036,8 +5059,8 @@ - - + + @@ -5095,12 +5118,12 @@ - - - - - - + + + + + + @@ -5143,8 +5166,8 @@ - - + + @@ -5156,7 +5179,7 @@ - + @@ -5218,35 +5241,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5384,18 +5407,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -5409,10 +5432,10 @@ - - - - + + + + @@ -5502,22 +5525,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -5532,8 +5555,8 @@ - - + + @@ -5591,22 +5614,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -5637,8 +5660,8 @@ - - + + @@ -5732,8 +5755,8 @@ - - + + @@ -5759,12 +5782,12 @@ - - - - - - + + + + + + @@ -5787,12 +5810,12 @@ - - - - - - + + + + + + @@ -5817,10 +5840,10 @@ - - - - + + + + @@ -5862,20 +5885,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -5932,125 +5955,129 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6067,10 +6094,10 @@ - - - - + + + + @@ -6110,20 +6137,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -6136,8 +6163,8 @@ - - + + @@ -6194,29 +6221,29 @@ - - - - - + + + + + - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -6302,26 +6329,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + @@ -6341,8 +6368,8 @@ - - + + @@ -6363,16 +6390,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -6516,10 +6543,10 @@ - - - - + + + + @@ -6686,8 +6713,8 @@ - - + + @@ -6702,124 +6729,124 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6917,36 +6944,36 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -6962,10 +6989,10 @@ - - - - + + + + @@ -6990,12 +7017,12 @@ - - - - - - + + + + + + @@ -7009,8 +7036,8 @@ - - + + @@ -7046,14 +7073,14 @@ - - - - - - - - + + + + + + + + @@ -7081,18 +7108,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -7132,12 +7159,12 @@ - - - - - - + + + + + + @@ -7166,16 +7193,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -7202,12 +7229,12 @@ - - - - - - + + + + + + @@ -7419,7 +7446,7 @@ - + @@ -7564,8 +7591,8 @@ - - + + @@ -7766,38 +7793,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7877,40 +7904,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7948,9 +7975,9 @@ - - - + + + @@ -7971,8 +7998,8 @@ - - + + @@ -7990,7 +8017,7 @@ - + @@ -8010,7 +8037,7 @@ - + @@ -8143,8 +8170,8 @@ - - + + @@ -8183,7 +8210,7 @@ - + @@ -8223,7 +8250,7 @@ - + @@ -8258,72 +8285,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8353,7 +8380,7 @@ - + @@ -8397,11 +8424,11 @@ - + - + @@ -8449,59 +8476,61 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8591,6 +8620,10 @@ + + + + @@ -8623,22 +8656,6 @@ - - - - - - - - - - - - - - - - @@ -8666,16 +8683,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -8719,12 +8736,12 @@ - + - - + + @@ -8758,20 +8775,36 @@ - - + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -8810,10 +8843,10 @@ - - - - + + + + diff -Nru gtkmm3.0-3.3.2/docs/reference/gtkmm-3.0.tag gtkmm3.0-3.3.14/docs/reference/gtkmm-3.0.tag --- gtkmm3.0-3.3.2/docs/reference/gtkmm-3.0.tag 2011-10-26 12:45:57.000000000 +0000 +++ gtkmm3.0-3.3.14/docs/reference/gtkmm-3.0.tag 2012-02-07 09:44:10.000000000 +0000 @@ -10123,8 +10123,8 @@ void set_icon classGdk_1_1DragContext.html - adc5e3c10d82f7f4945c43d70ff5ab5d6 - (const Cairo::RefPtr< Cairo::Surface > &surface) + a741822875fd4767827b42b88550eecfa + (const ::Cairo::RefPtr< ::Cairo::Surface > &surface) void @@ -10726,56 +10726,56 @@ Glib::PropertyProxy_ReadOnly< Colorspace > property_colorspace classGdk_1_1Pixbuf.html - a1e309bedccba5bec65fd14a7ad302ea2 + ad8eaab15e172f4c98411a58039974414 () const Glib::PropertyProxy_ReadOnly< int > property_n_channels classGdk_1_1Pixbuf.html - a2349a4db7dca34337c6b9b639d5f98af + a5d985320959289058e3d63f9a6d512c4 () const Glib::PropertyProxy_ReadOnly< bool > property_has_alpha classGdk_1_1Pixbuf.html - ae638afcc7bba2c018bce3382d6af51d8 + a8262d503f5033446a60d04fd8e68c81b () const Glib::PropertyProxy_ReadOnly< int > property_bits_per_sample classGdk_1_1Pixbuf.html - a6d359e638c675c155ef728ceecd6b58a + a98cfd95ee71c2f65db26eec821daf84d () const Glib::PropertyProxy_ReadOnly< int > property_width classGdk_1_1Pixbuf.html - a1e4cea08216045bb9895d73cb4c42e3e + a5432db69e0d7f42ed6207c24ca900df9 () const Glib::PropertyProxy_ReadOnly< int > property_height classGdk_1_1Pixbuf.html - ae170a7d695de00cf4d6a1f8122a89121 + ae49274770275ff75a738e2c3a5f72c2a () const Glib::PropertyProxy_ReadOnly< int > property_rowstride classGdk_1_1Pixbuf.html - a17e72e0aafc49c38b0778da08525f0a4 + a27cdaa7e4b1e5b17c0022aad2f8c0415 () const Glib::PropertyProxy_ReadOnly< void * > property_pixels classGdk_1_1Pixbuf.html - ae3d17ceda239798e770633c2ce4c0916 + a488db69c734c02638934ba77a3c5a715 () const @@ -12025,14 +12025,14 @@ void set_font_options classGdk_1_1Screen.html - aadb760c484ce29d0c094e11f91a4bc82 - (const Cairo::FontOptions &options) + afc233f62e195aef2fd55bc0892059d00 + (const ::Cairo::FontOptions &options) - Cairo::FontOptions + ::Cairo::FontOptions get_font_options classGdk_1_1Screen.html - aa78206602d52a3ed478c153c3c8f9b60 + abed488ad9a300352edf9fd09d2ccd9d9 () const @@ -12092,31 +12092,31 @@ () - Glib::PropertyProxy< Cairo::FontOptions > + Glib::PropertyProxy< ::Cairo::FontOptions > property_font_options classGdk_1_1Screen.html - a34360ff3e8267b898ec988c335fd2d0e + a90c93c095586ca53bf32365f6c4b7339 () - Glib::PropertyProxy_ReadOnly< Cairo::FontOptions > + Glib::PropertyProxy_ReadOnly< ::Cairo::FontOptions > property_font_options classGdk_1_1Screen.html - a8f8ab04b5d83f9c9c4781c0ec07ca10f + a10b680c4ff545377a7018d5f80c12e52 () const Glib::PropertyProxy< double > property_resolution classGdk_1_1Screen.html - acac5e3b5f91bb7f87dfe10cacf501e1b + a3d2df8830b5f5065e2fae007930040f9 () Glib::PropertyProxy_ReadOnly< double > property_resolution classGdk_1_1Screen.html - a5ffbe61a8241c9d6c4502ef16faf4024 + a0d876a8f26b28a3b8117266535ec887c () const @@ -12659,8 +12659,8 @@ void move_region classGdk_1_1Window.html - a4f8ea77e900b19654d77f3792b2caf76 - (const Cairo::RefPtr< Cairo::Region > &region, int dx, int dy) + a9a6e8f65eafd31950efdbb90b0cf2776 + (const ::Cairo::RefPtr< ::Cairo::Region > &region, int dx, int dy) bool @@ -12673,8 +12673,8 @@ void shape_combine_region classGdk_1_1Window.html - aab0ed2ba979a52503d9ccd2437cb4556 - (const Cairo::RefPtr< Cairo::Region > &shape_region, int offset_x=0, int offset_y=0) + aeb55446aa2313551d016b1eec262b854 + (const ::Cairo::RefPtr< ::Cairo::Region > &shape_region, int offset_x=0, int offset_y=0) void @@ -12708,8 +12708,8 @@ void input_shape_combine_region classGdk_1_1Window.html - a341378193b2748ae866e3a2e79c56bd5 - (const Cairo::RefPtr< Cairo::Region > &shape_region, int offset_x, int offset_y) + aac2c9d614a46435a7812681fd95678d1 + (const ::Cairo::RefPtr< ::Cairo::Region > &shape_region, int offset_x, int offset_y) void @@ -12820,8 +12820,8 @@ void begin_paint_region classGdk_1_1Window.html - aea948b43a9bc05799722bb58015a7272 - (const Cairo::RefPtr< Cairo::Region > &region) + ae9aa18f0a8e182f7f6aca3dca5270db4 + (const ::Cairo::RefPtr< ::Cairo::Region > &region) void @@ -12883,21 +12883,21 @@ void set_background classGdk_1_1Window.html - a7b949dbfc4bf48b49eda2374400859da - (const Cairo::RefPtr< Cairo::Pattern > &pattern) + a764c79b614f5a4060c648a3497525840 + (const ::Cairo::RefPtr< ::Cairo::Pattern > &pattern) - Cairo::RefPtr< Cairo::Pattern > + ::Cairo::RefPtr< ::Cairo::Pattern > get_background_pattern classGdk_1_1Window.html - a718c4f3ffa2a479be5dc2ace78c442b9 + a504bf5ba34b904a5db7b713ba00e5d97 () - Cairo::RefPtr< const Cairo::Pattern > + ::Cairo::RefPtr< const ::Cairo::Pattern > get_background_pattern classGdk_1_1Window.html - a9bd46cbb385397f06782b9fb8fe8fefc + a3e36911ce7e063b7113a600123585fad () const @@ -13223,11 +13223,11 @@ (WMFunction functions) - Cairo::RefPtr< Cairo::Surface > + ::Cairo::RefPtr< ::Cairo::Surface > create_similar_surface classGdk_1_1Window.html - a47895246b15dd4893a3e54c4c7d1d6c2 - (Cairo::Content content, int width, int height) + aa0da846d10377ba7935f371c2fe9df08 + (::Cairo::Content content, int width, int height) void @@ -13338,14 +13338,14 @@ void invalidate_region classGdk_1_1Window.html - a2ca848d019d2165361b944ea69260b1b - (const Cairo::RefPtr< Cairo::Region > &region, bool invalidate_children=true) + ae0a24a414459b1754f3b021852b8f491 + (const ::Cairo::RefPtr< ::Cairo::Region > &region, bool invalidate_children=true) - Cairo::RefPtr< Cairo::Region > + ::Cairo::RefPtr< ::Cairo::Region > get_update_area classGdk_1_1Window.html - af0c2aef0498ce98cc6a37586f1267cb7 + aef9d7b0f91152d2d7bcd24b2448d355f () @@ -13468,17 +13468,17 @@ (bool focus_on_map) - Cairo::RefPtr< Cairo::Surface > + ::Cairo::RefPtr< ::Cairo::Surface > get_offscreen_surface classGdk_1_1Window.html - afca6bafc7ee7b2ed14cd83f2f4859b7e + afe640cf31289dd0297175680803d4290 () - Cairo::RefPtr< const Cairo::Surface > + ::Cairo::RefPtr< const ::Cairo::Surface > get_offscreen_surface classGdk_1_1Window.html - ae56c5e715ef52fec45224ee753217d1c + a5bcc0e009b0fbe6cd43999386f00d647 () const @@ -13524,24 +13524,24 @@ () - Cairo::RefPtr< Cairo::Region > + ::Cairo::RefPtr< ::Cairo::Region > get_clip_region classGdk_1_1Window.html - ace22a40e6a93ca090890d1b9fcbbc030 + a01d520c86b845e55edd6a10ac6a9f5a2 () const - Cairo::RefPtr< Cairo::Region > + ::Cairo::RefPtr< ::Cairo::Region > get_visible_region classGdk_1_1Window.html - a15c5f7f96a680bd08346c993a3c786bf + ac90ecf17a3116759bea5f0c10a35df77 () const - Cairo::RefPtr< Cairo::Context > + ::Cairo::RefPtr< ::Cairo::Context > create_cairo_context classGdk_1_1Window.html - a963790ab41297b17023771f654fcb55f + abb9195d68d992dce25ef2cd84589d273 () @@ -13705,6 +13705,7 @@ Gtk::AppChooserButton Gtk::AppChooserDialog Gtk::AppChooserWidget + Gtk::Application Gtk::Arrow Gtk::AspectFrame Gtk::Assistant @@ -13881,10 +13882,10 @@ Gtk::WindowGroup Gtk::Window Gtk::PageSetupUnixDialog - Gtk::Plug Gtk::Printer Gtk::PrintJob Gtk::PrintUnixDialog + Gtk::Plug Gtk::Socket Gtk::FontSelection Gtk::FontSelectionDialog @@ -17856,6 +17857,13 @@ (const Glib::ustring &license) + void + unset_license + classGtk_1_1AboutDialog.html + add1520455f44bded57344a1c6394ce14 + () + + License get_license_type classGtk_1_1AboutDialog.html @@ -17975,6 +17983,13 @@ (const Glib::RefPtr< Gdk::Pixbuf > &logo) + void + set_logo_default + classGtk_1_1AboutDialog.html + a4e6cdd7f8df55e4f84e7067a7105f74c + () + + Glib::ustring get_logo_icon_name classGtk_1_1AboutDialog.html @@ -18006,112 +18021,112 @@ Glib::PropertyProxy< Glib::ustring > property_program_name classGtk_1_1AboutDialog.html - a04b259e5c8839975f918da56d5212213 + aef1fe3cf0b1e050c3d19c5286be00f94 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_program_name classGtk_1_1AboutDialog.html - a4838bfc422482545534cdf60b08a43ab + a01b37859e73d7b5b43db60a8787b544a () const Glib::PropertyProxy< Glib::ustring > property_version classGtk_1_1AboutDialog.html - a8c6523076bb6b86f1b84feee85a6f4da + a768a9a017a4d833e851682db9915357e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_version classGtk_1_1AboutDialog.html - ac5fa0c322a0c50d5d89ab83dd97ec2ff + a2424ff8dd602b3dd0f1f7929dd0f7eda () const Glib::PropertyProxy< Glib::ustring > property_copyright classGtk_1_1AboutDialog.html - aab55a1edeeccf387f00f999cf81c7ef4 + aff17aa4c79b3d392b50ff7073c9465a4 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_copyright classGtk_1_1AboutDialog.html - a2213056aab16c3665f5a42a622cc9bd1 + a92a9c96183ffbeaa86346c7b0f823f5e () const Glib::PropertyProxy< Glib::ustring > property_comments classGtk_1_1AboutDialog.html - a7369ff8d97947da2b69689ca7c9ffc75 + a67c8b3823b2c0462da00240b9ef3e863 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_comments classGtk_1_1AboutDialog.html - ad892d0a17d399c641f939cbe7e34d4b2 + a1e0ef165690abc8c0c384f8de8ca2e80 () const Glib::PropertyProxy< Glib::ustring > property_website classGtk_1_1AboutDialog.html - ae916e82d982580b66291333210d862ff + a3ab156130c303fe4c9da6c009f2f80ed () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_website classGtk_1_1AboutDialog.html - abf607c299eb52dbac0bf54b2f6d0db75 + ad2fd5cdc98f0bc12e942bb62f89cc5d9 () const Glib::PropertyProxy< Glib::ustring > property_website_label classGtk_1_1AboutDialog.html - a57bdce57ff1e07e6309fbf4e58642052 + a95f6eacfbebbfb06a5a4c6858a05bbde () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_website_label classGtk_1_1AboutDialog.html - aaec180c555298c29b33eaad5e0be0297 + a7b50b6a86e38c20e99bc6ad59feda9a0 () const Glib::PropertyProxy< Glib::ustring > property_license classGtk_1_1AboutDialog.html - a118fbdf0877b6c9be4f2f3a15b097d8c + a5caba781a4fc15505c471844dcb5a0fc () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_license classGtk_1_1AboutDialog.html - a746e7d31313742ca50bd085b53b55759 + a49ddf1fd6b4412781ec74de329a26bae () const Glib::PropertyProxy< License > property_license_type classGtk_1_1AboutDialog.html - a98626800b26fb7c95af4fc144c9bf389 + a5fea7602311347436bb4fb390e5dea30 () Glib::PropertyProxy_ReadOnly< License > property_license_type classGtk_1_1AboutDialog.html - a8e42d59f8200416dac56a4493a471a0b + aaa7fd5ffa19b6986c3128af68b3b3eeb () const @@ -18188,28 +18203,28 @@ Glib::PropertyProxy< Glib::ustring > property_logo_icon_name classGtk_1_1AboutDialog.html - a516ed511ab5f2fcaeb2a7d0a6f918fab + ad0e10a4e2eedef2d998ae53dfbb52aa7 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_logo_icon_name classGtk_1_1AboutDialog.html - ad4af8b5fd9e7d8a5dac045901c3463bb + a61db7e1db6a4fd4234743c21cd44e7c4 () const Glib::PropertyProxy< bool > property_wrap_license classGtk_1_1AboutDialog.html - a735de2696abadd9be22ce8fa1e010b96 + a92ba02fbec2cb56bedb3bb9e3cc09b0e () Glib::PropertyProxy_ReadOnly< bool > property_wrap_license classGtk_1_1AboutDialog.html - a729783357b7efd3f5d701bc7a17d5c26 + ad1d52502165d0a3116e37b5bb3c2e2c2 () const @@ -18326,14 +18341,14 @@ Glib::PropertyProxy_ReadOnly< bool > property_is_locked classGtk_1_1AccelGroup.html - af705164f0e753a27a168bfe79c3be0db + abfc005881335bd5b7df26b1a46c6e56a () const Glib::PropertyProxy_ReadOnly< Gdk::ModifierType > property_modifier_mask classGtk_1_1AccelGroup.html - ad736761aa134d809abe118525838d6ae + a290dd055a9a6417cbbcde51fdc54af05 () const @@ -18485,14 +18500,14 @@ Glib::PropertyProxy< Gtk::Widget * > property_accel_widget classGtk_1_1AccelLabel.html - ad4527b1bb0048ba156e3f3db4d0e1272 + a6de117d74bb973e19b7bd78997dae04e () Glib::PropertyProxy_ReadOnly< Gtk::Widget * > property_accel_widget classGtk_1_1AccelLabel.html - a596e2efda13f641da8532b4d9afdd9aa + ab4b498818661421ba60a70df38c07671 () const @@ -18848,63 +18863,63 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1Action.html - a934de8108c680b9b996222456560c6b1 + a589750d664390902ff3522243e7626ef () const Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1Action.html - a8ba62c66b5494aa96a8f2969d6f88756 + a4a2e03f37bb6bce15e460a1ac9fcf0bc () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1Action.html - a26df036f5d57c9cfd5bcb0f978bc3101 + a25a98535335e08e904dd671eda364674 () const Glib::PropertyProxy< Glib::ustring > property_short_label classGtk_1_1Action.html - af0563e4b4632fb869d019f22a75f29d5 + ad5313efc706f68a5e583e859e35a5767 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_short_label classGtk_1_1Action.html - af381d7961e45f2204d95451492bec610 + a99a46cefe93bc548eb19145caa1d0729 () const Glib::PropertyProxy< Glib::ustring > property_tooltip classGtk_1_1Action.html - a0b0c5997666dfa6e38226fa06d890a83 + a95a5b93f8ec0c7866ec3bf80c2904bf0 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip classGtk_1_1Action.html - ab6df9e929f10289e935b42e2ff93f16c + af4af6a920035ded592ac0d104f555f0e () const Glib::PropertyProxy< StockID > property_stock_id classGtk_1_1Action.html - aebdfc7c6fc2e38095f00f85d53c1f21f + ab1ddb4cbe5110b686616ab25f3f7517f () Glib::PropertyProxy_ReadOnly< StockID > property_stock_id classGtk_1_1Action.html - af76b2bdea176c9f1fdc2e131fa4853a0 + acc146d0421a724e338bcf0ef6eca3268 () const @@ -18925,112 +18940,112 @@ Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1Action.html - afce9bda1bcb9d12b7063cd88df5f7ea2 + a3f1354463f6bcf80dea0c0fc29a960bf () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1Action.html - a1128f8bd356ee55a2835bb213d3ebad7 + a72ab304994f5dfcea6994cc70323f825 () const Glib::PropertyProxy< bool > property_visible_horizontal classGtk_1_1Action.html - ab3aa1e743144bb334ac93944d62ea59e + a15df45d85319bdfb1b40c08261c2ae09 () Glib::PropertyProxy_ReadOnly< bool > property_visible_horizontal classGtk_1_1Action.html - a55e97d2f13ad17545303afeea8c337d5 + afb3ebd7e3d74d201e4ba2781d1ba10b2 () const Glib::PropertyProxy< bool > property_visible_vertical classGtk_1_1Action.html - a22944e599ce9da776d1ea308f8736c04 + a51c5f3e5b1f968395d3c0e31fedb5514 () Glib::PropertyProxy_ReadOnly< bool > property_visible_vertical classGtk_1_1Action.html - a8738ce86cfd1ffa7626fbfb79a8c5ff7 + a54bb8cf0b85f88dfbe9f895ee1811bf5 () const Glib::PropertyProxy< bool > property_visible_overflown classGtk_1_1Action.html - a0f1b7e48d2ae9b3fa6ef7e01b4470ef1 + a5a875cfc1e681738836972447cd98312 () Glib::PropertyProxy_ReadOnly< bool > property_visible_overflown classGtk_1_1Action.html - a8972fe8b5cc2f7bceef8c952ab7771f7 + a9e4911244a2e5e451e4906e1e3d168e3 () const Glib::PropertyProxy< bool > property_is_important classGtk_1_1Action.html - a384dd9b3cba8b6a1df9a7899da9768a6 + a9fa7237edfb9167a70ccf5f0a6dbf42e () Glib::PropertyProxy_ReadOnly< bool > property_is_important classGtk_1_1Action.html - ae90e3de9f309c6615b5642d26e3ec19b + a4932a882a4cee6d17e770dc338ffb226 () const Glib::PropertyProxy< bool > property_hide_if_empty classGtk_1_1Action.html - aabc4503f7a7d44c7e304267f4121d691 + ad3b8b7e1419efb61a1fc95d5a6890ef6 () Glib::PropertyProxy_ReadOnly< bool > property_hide_if_empty classGtk_1_1Action.html - a44deaf59efebde53cbbb1d499f7ed12f + ad553c8f86abd4d96026f2ba3c714144c () const Glib::PropertyProxy< bool > property_sensitive classGtk_1_1Action.html - ad50121d2a8435a0590876ed3dfaa9d33 + a0878b21aaab037ef1db19751fffa101d () Glib::PropertyProxy_ReadOnly< bool > property_sensitive classGtk_1_1Action.html - a0c76db3609f5831bbca00c43a1a75af5 + a59563227b89f4db90bb39eed5d180ef9 () const Glib::PropertyProxy< bool > property_visible classGtk_1_1Action.html - a045571360bc62d4f28cf80f47dcacd02 + abfe5af584a77fc877868292bd5e01714 () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1Action.html - a6c0e958959a87f89ab92e9b1080c3648 + aecf4174a2350a240437c707220978567 () const @@ -19051,14 +19066,14 @@ Glib::PropertyProxy< bool > property_always_show_image classGtk_1_1Action.html - a6e0fdaae60e2d9337988ddd3bb888c26 + a57383726bf9be641573c56d8e6516496 () Glib::PropertyProxy_ReadOnly< bool > property_always_show_image classGtk_1_1Action.html - aef654f8b7a3cf5cb3bcf25a2a45ff3b3 + ab5c75a84a1c347f6be34c5e85f022997 () const @@ -19323,35 +19338,35 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1ActionGroup.html - a5621a584ffc4d7abcb0c6b6aa226e515 + a9bbc999d60c6687f30a9cd502d238132 () const Glib::PropertyProxy< bool > property_sensitive classGtk_1_1ActionGroup.html - a4fc3e334d0e10a0a90045f42a71586da + a6f2c979e8b327daf74114b46418b9a59 () Glib::PropertyProxy_ReadOnly< bool > property_sensitive classGtk_1_1ActionGroup.html - a0b6ebe9744949f21443d2143a19f13f7 + a79f30496b067a04219fb2c258e6a125c () const Glib::PropertyProxy< bool > property_visible classGtk_1_1ActionGroup.html - a3df72b8f784bf65b83cb9ee872f48ffb + a00d93a3bd539d832da1421774f8a26ff () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1ActionGroup.html - a7a349605509ec7b08d4afa94e2cf620d + a93aa2857072b13bd9f5dd0d62f98fef4 () const @@ -19468,14 +19483,14 @@ Glib::PropertyProxy< bool > property_use_action_appearance classGtk_1_1Activatable.html - a216f1d8aecf18ebb793fea3768466458 + ab61616c17c6d06449098f8b400a03035 () Glib::PropertyProxy_ReadOnly< bool > property_use_action_appearance classGtk_1_1Activatable.html - a1b62a0d283da092c356b224aa416eb61 + a9ced35d421c775796ffbb762741bdf32 () const @@ -19676,84 +19691,84 @@ Glib::PropertyProxy< double > property_value classGtk_1_1Adjustment.html - abecc47ef805865c579274cdc15608fc4 + aac369bfd56d9c3867d8e7f19360d74ce () Glib::PropertyProxy_ReadOnly< double > property_value classGtk_1_1Adjustment.html - aa5f0f89cce27311b32ea352921aabaf9 + a6ed119ceca950cbe2f10b87db61ecfbb () const Glib::PropertyProxy< double > property_lower classGtk_1_1Adjustment.html - a2d2698953b4f453e44bb35120429d651 + a1e033745b6cb320717825ed34d92ae3e () Glib::PropertyProxy_ReadOnly< double > property_lower classGtk_1_1Adjustment.html - ac0d64819f312796e1979ee2125c055bb + a29e9dffb8fc3c55604693832d7d2bb03 () const Glib::PropertyProxy< double > property_upper classGtk_1_1Adjustment.html - a8cb77014476efccce6b5c847ba65cdf2 + aaf06b3b17c338b48e160d9670a589f2b () Glib::PropertyProxy_ReadOnly< double > property_upper classGtk_1_1Adjustment.html - a94b0f9508ceaa2adc13a1d8963ef055f + a9a2df28e82be8a770cd670c2969928e5 () const Glib::PropertyProxy< double > property_step_increment classGtk_1_1Adjustment.html - ab2e8ae6c3f3976b9fe892d45cb35f89b + a723c8bc20104f0b1497c895d3b07a9bf () Glib::PropertyProxy_ReadOnly< double > property_step_increment classGtk_1_1Adjustment.html - ae3169b71120030c8f5a56762b027b0fe + a96685b7af1db6c4481c806087a6ab0e6 () const Glib::PropertyProxy< double > property_page_increment classGtk_1_1Adjustment.html - ac5ed5ede3f5d928e5e0d6df5fbdc39c9 + a558e75fb1d1a8d6bd26aae45dbb095b6 () Glib::PropertyProxy_ReadOnly< double > property_page_increment classGtk_1_1Adjustment.html - a7325e6a40a2b845fd288d1f6bc682bfd + a2b3dace6a7371305e496064affa1d10e () const Glib::PropertyProxy< double > property_page_size classGtk_1_1Adjustment.html - adc196a99aa936fdabae50560a06c1217 + a51ae8f796a0a04a4414a32ec178e632d () Glib::PropertyProxy_ReadOnly< double > property_page_size classGtk_1_1Adjustment.html - a190ad70807a2a99705de6e0fa907b5b3 + af6ea4fafb300787d034f6da70874a079 () const @@ -19863,112 +19878,112 @@ Glib::PropertyProxy< float > property_xalign classGtk_1_1Alignment.html - ab38d9614241732c23124ead88850533b + a4cd47a0176c7c89a649c78bdaa0908b5 () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1Alignment.html - a7d977834ed82c29295fefe73d2da5980 + aad69de415aeca7e35e024beb19ba3946 () const Glib::PropertyProxy< float > property_yalign classGtk_1_1Alignment.html - a17608566c131b1fd2211b0382d4d96d4 + a4104c96ee41a86744ccd788a06785199 () Glib::PropertyProxy_ReadOnly< float > property_yalign classGtk_1_1Alignment.html - acd7875f7ec2769c601f07de05b1936d8 + a383f03f712c83bec55227fd6d348953d () const Glib::PropertyProxy< float > property_xscale classGtk_1_1Alignment.html - a8dfd635ecc37b8428c93bf0af6c33c42 + a5680c4942947e1122a0b63cc33895355 () Glib::PropertyProxy_ReadOnly< float > property_xscale classGtk_1_1Alignment.html - af5532bb647d361f02577df496bf81ce2 + a217d9d9ef0630efabda4889bf2d71d0b () const Glib::PropertyProxy< float > property_yscale classGtk_1_1Alignment.html - a2fba68aae74e436abff26f66e89dd98d + a6e62f8ce03d711eac849e00da6acf02e () Glib::PropertyProxy_ReadOnly< float > property_yscale classGtk_1_1Alignment.html - a547f4066995b1dcee78b59cfbfc3bbed + a758a590fdaf3b9f69441a47c172410ee () const Glib::PropertyProxy< guint > property_top_padding classGtk_1_1Alignment.html - ab57bc18ae3e347973009ecf7643c4365 + aebd3bc273c8fbab6fb707041e96192c5 () Glib::PropertyProxy_ReadOnly< guint > property_top_padding classGtk_1_1Alignment.html - a42fe5e60d5c386960b29c014d894ee95 + a2284039da133b162507de91d3dc8a51b () const Glib::PropertyProxy< guint > property_bottom_padding classGtk_1_1Alignment.html - a31ee29b5fad01b44449a4adeee3c1289 + ab8b9da91bfe844c835fac8153e42b942 () Glib::PropertyProxy_ReadOnly< guint > property_bottom_padding classGtk_1_1Alignment.html - a21cef82a4e4008fa818eef3f12f4d291 + ad41e3fa354110c2e6a3aaa4c469969df () const Glib::PropertyProxy< guint > property_left_padding classGtk_1_1Alignment.html - ae0e4a1769a78577cff4e1248e50c8edc + ad395770e8e6ca83e10311aeb740db359 () Glib::PropertyProxy_ReadOnly< guint > property_left_padding classGtk_1_1Alignment.html - ac6975733f4ec12651c38a723e8485968 + aef6b58d1545fb3929dc7a8bab2e94db0 () const Glib::PropertyProxy< guint > property_right_padding classGtk_1_1Alignment.html - a5f884f13fe1090515b217450e3cd6ba3 + a6114c6ad2d7d612da51142508b843d20 () Glib::PropertyProxy_ReadOnly< guint > property_right_padding classGtk_1_1Alignment.html - a6b08fa4a28d615962b78437e5d0678fe + a61dcd1f41345d2b1a428e1262aaf2336 () const @@ -20036,7 +20051,7 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_content_type classGtk_1_1AppChooser.html - a77d0f27cd41712e71c63b19b53af33d7 + a3342e7419a821add1209719eda1e6730 () const @@ -20161,28 +20176,28 @@ Glib::PropertyProxy< bool > property_show_dialog_item classGtk_1_1AppChooserButton.html - a3a18cd187b7f471c06f0203dc2564f04 + a92c12014074249e532ea742be6992cc6 () Glib::PropertyProxy_ReadOnly< bool > property_show_dialog_item classGtk_1_1AppChooserButton.html - a78cb5a3bba164c9ad41773af1b775018 + af11d367d4d4d56213264c0ab857eefa1 () const Glib::PropertyProxy< Glib::ustring > property_heading classGtk_1_1AppChooserButton.html - a2c651362514fe7ed0f2c60150b52878d + ada21d12b1417d0a604e13c69d5039f35 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_heading classGtk_1_1AppChooserButton.html - ae850c579455aab71f0bbe1e3051fd3b5 + a4bde1c6cf6f1396bb36ed695f086deb2 () const @@ -20293,14 +20308,14 @@ Glib::PropertyProxy< Glib::ustring > property_heading classGtk_1_1AppChooserDialog.html - a6f26cdb76308b26a544a4b0c73cb21e9 + a596a1b7b0aeb85e27de94f226dd1b532 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_heading classGtk_1_1AppChooserDialog.html - ab8e32c4f99b282a061e7830acb0e97a8 + a66abdc6ae3792d80de326448fdc3374f () const @@ -20453,84 +20468,84 @@ Glib::PropertyProxy< bool > property_show_default classGtk_1_1AppChooserWidget.html - adb43f722cd3b83288e7c26e5947b3e02 + a146f9d5f1ea426a17d371c5b77458cc2 () Glib::PropertyProxy_ReadOnly< bool > property_show_default classGtk_1_1AppChooserWidget.html - ace1bb3d1cf2712bcb221163dc8f31944 + aa456090882e5a067523541399d5b8fdb () const Glib::PropertyProxy< bool > property_show_recommended classGtk_1_1AppChooserWidget.html - a08898dbd1a3f32dd40b497047e52a5df + a4f2ae7e5c59cbb2df35452bd0f190eda () Glib::PropertyProxy_ReadOnly< bool > property_show_recommended classGtk_1_1AppChooserWidget.html - ad646c8be6e6500ea8c39aebc71d5a174 + aefa70d476f9b394d6c20fbfe68259b2b () const Glib::PropertyProxy< bool > property_show_fallback classGtk_1_1AppChooserWidget.html - a6bdb97f2ce8918ec4bbeb1dd551b3258 + aacd088ea9379a135e243b0c7e859b965 () Glib::PropertyProxy_ReadOnly< bool > property_show_fallback classGtk_1_1AppChooserWidget.html - a7b830b1fd63e26dfa419f59647c10234 + a55374303aaba90386db5d5ffcb2bd2cc () const Glib::PropertyProxy< bool > property_show_other classGtk_1_1AppChooserWidget.html - ad5b74e86b5321d42e1744487fc33aec2 + adb598c550ab19bfe1e488f65177f995e () Glib::PropertyProxy_ReadOnly< bool > property_show_other classGtk_1_1AppChooserWidget.html - a1b3b3f66a33cd7c7cd54084a7b53611e + acad7fb039db9812faca0daa54706dfd8 () const Glib::PropertyProxy< bool > property_show_all classGtk_1_1AppChooserWidget.html - af5b05521835768559080488041dfb611 + a5ae611096a61d1652345b8f804d66229 () Glib::PropertyProxy_ReadOnly< bool > property_show_all classGtk_1_1AppChooserWidget.html - a1c4978dfd51e1925b073bad17e54cb4e + affe38b5e99198724fdad2948212c0e35 () const Glib::PropertyProxy< Glib::ustring > property_default_text classGtk_1_1AppChooserWidget.html - a3924c4295e2f9ebb83835334131dcd36 + a8ab1d24c4d424163bc31590da317b6d1 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_default_text classGtk_1_1AppChooserWidget.html - aad0a296db30cf32aefab7e573fa783ab + a5a4c642112cce541c3c5051a4657deb6 () const @@ -20563,6 +20578,130 @@ + Gtk::Application + classGtk_1_1Application.html + Gio::Application + + virtual + ~Application + classGtk_1_1Application.html + a867c5d01ff51a30c53ba206da5f67217 + () + + + GtkApplication * + gobj + classGtk_1_1Application.html + aeb538b778c1d17c710b824ac0e383970 + () + + + const GtkApplication * + gobj + classGtk_1_1Application.html + af4e0f99e0a71b31502185d30b30ab770 + () const + + + GtkApplication * + gobj_copy + classGtk_1_1Application.html + a96b38ed46d42370aeb42afa1023053d9 + () + + + std::vector< Window * > + get_windows + classGtk_1_1Application.html + a3ae48f4f9566b2a97a3f4c05c42d1eb1 + () + + + std::vector< const Window * > + get_windows + classGtk_1_1Application.html + a12e151bd0069a4c15b9a28c03f78be06 + () const + + + void + add_window + classGtk_1_1Application.html + a2d2f04c1cb6c3093747626c4889376f1 + (Window &window) + + + void + remove_window + classGtk_1_1Application.html + afe36cb32c2f4dc3ddbc35faae81cfb8a + (Window &window) + + + int + run + classGtk_1_1Application.html + a41ede16109c06bbefce5194f4b601780 + (int argc, char **argv) + + + int + run + classGtk_1_1Application.html + a349b70fb52c8a5c62fac581676675e87 + (Window &window, int argc, char **argv) + + + int + run + classGtk_1_1Application.html + a6eba85ca96882d3db9c3d7a889fdd686 + (Window &window) + + + int + run + classGtk_1_1Application.html + a2772d9f33a86b259238356d2fcf8048c + () + + + static Glib::RefPtr< Application > + create + classGtk_1_1Application.html + ae9076827025fef28976e44bf80c12816 + (const Glib::ustring &application_id, Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) + + + static Glib::RefPtr< Application > + create + classGtk_1_1Application.html + a07232901a040c9c35be7880554d0a86d + (int argc, char **argv, const Glib::ustring &application_id, Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) + + + + Application + classGtk_1_1Application.html + aac81f5a5eedaa2b9f261e1a57e4f6bca + (const Glib::ustring &application_id, Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) + + + + Application + classGtk_1_1Application.html + a9added1a553ed1e107af24a274c812d7 + (int argc, char **argv, const Glib::ustring &application_id, Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) + + + Glib::RefPtr< Gtk::Application > + wrap + classGtk_1_1Application.html + a07644ff178af026cdb2c2aaa0758c15c + (GtkApplication *object, bool take_copy=false) + + + Gtk::Arrow classGtk_1_1Arrow.html Gtk::Misc @@ -20605,28 +20744,28 @@ Glib::PropertyProxy< ArrowType > property_arrow_type classGtk_1_1Arrow.html - a753fe54e90e6cc8e217c7d049dcf222f + a38e9975c80334afda4efa7c0eff5b101 () Glib::PropertyProxy_ReadOnly< ArrowType > property_arrow_type classGtk_1_1Arrow.html - ad36291cf88091c51ac358b854503fe53 + a3763bfbcc24710ebf1b0fc787428575f () const Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1Arrow.html - a9fb0aa3322865fed33e40edb1337c0b2 + a121733965801dd578113934532ea43f9 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1Arrow.html - a7abb33f4e57db5401f5980b641eea3ad + ad04814ee76a19913aca40f72a71dee02 () const @@ -20694,56 +20833,56 @@ Glib::PropertyProxy< float > property_xalign classGtk_1_1AspectFrame.html - a358351f24f15a0200da6a2d1a81da749 + a501f1dc1593539616ed318174af9a13c () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1AspectFrame.html - a841e6b59bf8edd94bca9830d2ccb6323 + ae1a5322f9c8d869f9fccb8b6fe571f06 () const Glib::PropertyProxy< float > property_yalign classGtk_1_1AspectFrame.html - a6a5c2c56a384fb1b316cda429665790d + ac4c6b9408c47c846a74253c0389283ac () Glib::PropertyProxy_ReadOnly< float > property_yalign classGtk_1_1AspectFrame.html - aeaf1166e3736b2421a6836bd83e24e0e + a74f9c37c62831b2ee047ac8f5a4b1407 () const Glib::PropertyProxy< float > property_ratio classGtk_1_1AspectFrame.html - a59e3584eb18c8e801b162cff744df3a2 + af3871a93e6ca278739ecf82052aa6a5e () Glib::PropertyProxy_ReadOnly< float > property_ratio classGtk_1_1AspectFrame.html - a6ba6054d9e5a041eb5488b5fb328b841 + ad91990c4776b1f997399706eb3bc93b4 () const Glib::PropertyProxy< bool > property_obey_child classGtk_1_1AspectFrame.html - a211ae43eb92a7102d0fc7185885847a6 + a4afce989c7195ce1158af8a2ddb1cd26 () Glib::PropertyProxy_ReadOnly< bool > property_obey_child classGtk_1_1AspectFrame.html - afa217ef4b9903cb63bb327306c6ca9b9 + acd0576cd958cb3d3115ec7abfaaeeb4e () const @@ -21379,28 +21518,28 @@ Glib::PropertyProxy< int > property_spacing classGtk_1_1Box.html - ad53032d9ddccee31c8068cea9925c516 + a1143958089177cb9667b227afe134cee () Glib::PropertyProxy_ReadOnly< int > property_spacing classGtk_1_1Box.html - ad2bb664e5102d78472c42d3d46fd4cfa + a2782eba574601e95cb84f72fbf4015d6 () const Glib::PropertyProxy< bool > property_homogeneous classGtk_1_1Box.html - a4b8403eb7c52f94198c4ee824b842b8a + a5c541e19f6ce03ca08d47d23a30442f2 () Glib::PropertyProxy_ReadOnly< bool > property_homogeneous classGtk_1_1Box.html - afa776673b6ae645bfb9e70f41e3b46e4 + ae499fe59bb3060a117cbba30aae8f926 () const @@ -21685,14 +21824,14 @@ Glib::PropertyProxy< Glib::ustring > property_translation_domain classGtk_1_1Builder.html - a9af6cfd8a039d34e0eb134e782027242 + a85a82715ada487e10d4f26de1a578f18 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_translation_domain classGtk_1_1Builder.html - a4641c283b6979640541cd651f0c56a7b + ab7a428c017b439a7720bafccbab7c9f6 () const @@ -22020,126 +22159,126 @@ Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1Button.html - aaacbc200ba99470f78e2c6b440da1145 + a010a4c64957e08a2a2274d8b7ba457e6 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1Button.html - abfcc59b5e18192fa58111b6edadc8958 + a2eb502c8607e071acee3a04d0d4424f2 () const Glib::PropertyProxy< ReliefStyle > property_relief classGtk_1_1Button.html - a52bdf1dbe78d515c92ab28d2cf6415ed + a1ae36f6e5465719831f0e70cac366ec0 () Glib::PropertyProxy_ReadOnly< ReliefStyle > property_relief classGtk_1_1Button.html - ad0d3283fb039b08bb0dc84804c1bd23b + aadc1ed34a92e812f4859f8cf3f1db47d () const Glib::PropertyProxy< bool > property_use_underline classGtk_1_1Button.html - aebf723d7f58127eeb807badb92f90bee + ace742e092adfca1c411d934dd7f23e32 () Glib::PropertyProxy_ReadOnly< bool > property_use_underline classGtk_1_1Button.html - ad50617cf64e3ffa7decfb8a31b36bd1a + a3fbcf9ca96f57846985ec067ebac1ef1 () const Glib::PropertyProxy< bool > property_use_stock classGtk_1_1Button.html - aedc60f765a912ba5652a11512030424e + a2f5592c510d0ae65557faf7996703eef () Glib::PropertyProxy_ReadOnly< bool > property_use_stock classGtk_1_1Button.html - aff09634d48cb0ddf40451d521c2076cf + a64fe1ee971ee4fb2d996e607865bbf9a () const Glib::PropertyProxy< bool > property_focus_on_click classGtk_1_1Button.html - a177d1c007b64ba2551f0aa8294630adf + a4f1ab612514c8beb5ffabd6a0cc9ab3d () Glib::PropertyProxy_ReadOnly< bool > property_focus_on_click classGtk_1_1Button.html - aad8aa9d132968f1f670051b392e0c57a + a56447855f61adfcd5070de5248f2dcc9 () const Glib::PropertyProxy< float > property_xalign classGtk_1_1Button.html - aec5ddb71f5989be54943acfe7c486656 + a4381bdd975343e77e374a5956a43e47a () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1Button.html - af8488aea8dcdc21d13ee0e8a0a173235 + a48955f8cf60472be98338b088b974b40 () const Glib::PropertyProxy< float > property_yalign classGtk_1_1Button.html - a05c9e11829874c4c5ccbb931c0bdea48 + a324dcc0b96fb2b3d369426012669719d () Glib::PropertyProxy_ReadOnly< float > property_yalign classGtk_1_1Button.html - a571936243340d0b1eaba5fc716669907 + ade1f62d38006f94866ae64e470311608 () const Glib::PropertyProxy< Gtk::Widget * > property_image classGtk_1_1Button.html - a19d95f052d3297a812f7bbddb864c153 + a5a841fff1911ad764e4fea913f25d6ae () Glib::PropertyProxy_ReadOnly< Gtk::Widget * > property_image classGtk_1_1Button.html - a1b1a0f32b27c8b0cba6c7404243ba46c + aa33fd5552296fd1a341baf52eb1a54c1 () const Glib::PropertyProxy< PositionType > property_image_position classGtk_1_1Button.html - ad8a05304b305e20573dc834110f09211 + a6c0f6f8f4ad562f38e8988f2add6292f () Glib::PropertyProxy_ReadOnly< PositionType > property_image_position classGtk_1_1Button.html - a345dce891d99e571782ea991fa119dcc + a5a669cab5ea75c7df342ad55ae58b895 () const @@ -22270,14 +22409,14 @@ Glib::PropertyProxy< ButtonBoxStyle > property_layout_style classGtk_1_1ButtonBox.html - ad12fdcc090a40fae932cd29635944426 + a6c37b77486a4bd5c3ec74c8b1b9eeb38 () Glib::PropertyProxy_ReadOnly< ButtonBoxStyle > property_layout_style classGtk_1_1ButtonBox.html - a175d823438481433040683c7b2cb052a + a75c7a734435dd613245a7944fdba5c99 () const @@ -22485,140 +22624,140 @@ Glib::PropertyProxy< int > property_year classGtk_1_1Calendar.html - a09066a710b789b6cd4dfb74caae38a6c + a0827d9e2cc2989fc9bd19c072defa3f7 () Glib::PropertyProxy_ReadOnly< int > property_year classGtk_1_1Calendar.html - a75913363c662cec663f2f26f1438dbdf + a31602c2413c736e5e1dfb2a1e4a8c3a3 () const Glib::PropertyProxy< int > property_month classGtk_1_1Calendar.html - a798a95398c5e596784d36524c5a9d072 + a1f7f38b4ac96d91fdbd4f78495380e34 () Glib::PropertyProxy_ReadOnly< int > property_month classGtk_1_1Calendar.html - a9843c5d93686c01e8dae6143439c158c + ac36ee855093fa8b8c56a985d94d0b1bc () const Glib::PropertyProxy< int > property_day classGtk_1_1Calendar.html - acde75b755e5a60198d77188ff9e7bfce + aca8612f01e641072e27a2b620ff5e0d2 () Glib::PropertyProxy_ReadOnly< int > property_day classGtk_1_1Calendar.html - adbf473c6ecf8d0e152034bd73d697cb7 + af1f3934bbc6a4de3975d740685427631 () const Glib::PropertyProxy< bool > property_show_heading classGtk_1_1Calendar.html - afc30e3c33523370dff1dbf42ba296054 + ac6ebca5272de3bb89b92a90f707e803e () Glib::PropertyProxy_ReadOnly< bool > property_show_heading classGtk_1_1Calendar.html - a2e99bf0c6103a75e90a31d0405421dc6 + aeaf982f597a63e610c9aff722a42f79a () const Glib::PropertyProxy< bool > property_show_day_names classGtk_1_1Calendar.html - ab4d2bccdd94191f5d30da303c35b9342 + a6e7aa2bb303e55dce412a74d48da38b1 () Glib::PropertyProxy_ReadOnly< bool > property_show_day_names classGtk_1_1Calendar.html - a8199feb7da8affd29f6628783e92c303 + a0ebdd7eed65fb98f57cdf2d48a2f9d13 () const Glib::PropertyProxy< bool > property_no_month_change classGtk_1_1Calendar.html - a4100e5deec93f4e75d16b85d3bf38376 + a8cc9d3fca46b47c30d9890f025e75839 () Glib::PropertyProxy_ReadOnly< bool > property_no_month_change classGtk_1_1Calendar.html - a9030a2b8a5d9e4f3f0589d4958fb3556 + a2e9e7cacb9041b6dee494ce85067de00 () const Glib::PropertyProxy< bool > property_show_week_numbers classGtk_1_1Calendar.html - a1e61c67d11eee620fe8dccd3f744ef75 + a3c1e5c710d6227bfb0c216249b7f4559 () Glib::PropertyProxy_ReadOnly< bool > property_show_week_numbers classGtk_1_1Calendar.html - a41e253bb10ab355864011e60f04ec41b + a606047533c60acce617c9b17419a5b0c () const Glib::PropertyProxy< bool > property_show_details classGtk_1_1Calendar.html - a24174e521c61e8a44412c5a951570cfb + aea362d15f11bbce65cd2065a54915c9d () Glib::PropertyProxy_ReadOnly< bool > property_show_details classGtk_1_1Calendar.html - a04e5a2d5c9762d7c9a1f96387ed4923d + a4853bc0691d33718b329f6d1bc47e41b () const Glib::PropertyProxy< int > property_detail_width_chars classGtk_1_1Calendar.html - a152f41a4a79a232cb0f432dc6dda444c + aba7323e408bb50e20849c93294c8d9e7 () Glib::PropertyProxy_ReadOnly< int > property_detail_width_chars classGtk_1_1Calendar.html - a737f903d7f9a6bfae0737b7b0eae716b + a9df7f68c4aaf9942cb9c9ec98e8cb7fa () const Glib::PropertyProxy< int > property_detail_height_rows classGtk_1_1Calendar.html - a038ef8e27d69f543dac73e423b6934f3 + a2ba093085e8cea033af17d0c96fca690 () Glib::PropertyProxy_ReadOnly< int > property_detail_height_rows classGtk_1_1Calendar.html - a6e0e3b29decfef64c11c00a364fdc272 + ae519ce780b25aceac4f5ccc28d691ec6 () const @@ -22744,8 +22883,8 @@ void render classGtk_1_1CellArea.html - a336c22e0186a52f5b37b61dd960199d1 - (const Glib::RefPtr< CellAreaContext > &context, Widget &widget, const Cairo::RefPtr< Cairo::Context > &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags, bool paint_focus) + a3499067eaeb303c76580115bd440f618 + (const Glib::RefPtr< CellAreaContext > &context, Widget &widget, const ::Cairo::RefPtr< ::Cairo::Context > &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags, bool paint_focus) void @@ -23121,16 +23260,23 @@ Glib::PropertyProxy< int > property_spacing classGtk_1_1CellAreaBox.html - aa2c4881218da5c86620942f6ab2eec12 + a71926f3fa61529ae3c91bb908c03cbb5 () Glib::PropertyProxy_ReadOnly< int > property_spacing classGtk_1_1CellAreaBox.html - a3b7847043d33ae07146d73b3a6138978 + a0713cb6e041eef25154fd370b15c0c62 () const + + static Glib::RefPtr< CellAreaBox > + create + classGtk_1_1CellAreaBox.html + a1aacc4dda14cb40bedc4db44facd0274 + () + CellAreaBox @@ -23259,35 +23405,35 @@ Glib::PropertyProxy_ReadOnly< CellArea * > property_area classGtk_1_1CellAreaContext.html - a78ac71271c3cb5cb899f68918dfa8122 + ad21d51a697f6a7d05a1fd9a6d925c7c5 () const Glib::PropertyProxy_ReadOnly< int > property_minimum_width classGtk_1_1CellAreaContext.html - ac657d86a02c8521ea566a8ad0362e518 + ae50c962c04d9eeb7485b46f8ab5dbaaa () const Glib::PropertyProxy_ReadOnly< int > property_natural_width classGtk_1_1CellAreaContext.html - a570f03e92b483336c86dca17afab930b + ad5adbc74b2a80bf37dd3e6443c9f64b2 () const Glib::PropertyProxy_ReadOnly< int > property_minimum_height classGtk_1_1CellAreaContext.html - a2147788373be3912b472508aacf26a6c + a6b228628a160f19e48e7e55e0cee3d3f () const Glib::PropertyProxy_ReadOnly< int > property_natural_height classGtk_1_1CellAreaContext.html - a1836eb2aeac705df2a3733b4c4d2f4a8 + a04914abfcf80474b785877e557c0db4f () const @@ -23362,14 +23508,14 @@ Glib::PropertyProxy< bool > property_editing_canceled classGtk_1_1CellEditable.html - a2cd85b4ef4ebcc57cf8727d0256844b6 + a3902995583b263b9d7445ff1b1d5e7af () Glib::PropertyProxy_ReadOnly< bool > property_editing_canceled classGtk_1_1CellEditable.html - a125603bee6347254eed2a05447daf81f + afdbe1f09fb60ff9d0ed44961df37c5ea () const @@ -23694,8 +23840,8 @@ void render classGtk_1_1CellRenderer.html - a9219676dcc2cfb953c1004b4eac55063 - (const Cairo::RefPtr< Cairo::Context > &cr, Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags) + aa2f27b9b22dd6eeb71941e96968b954a + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags) bool @@ -23827,210 +23973,210 @@ Glib::PropertyProxy< CellRendererMode > property_mode classGtk_1_1CellRenderer.html - afa128dd7627570e62e05573cf57f5355 + a3deb3b229d34f94dfed24f126a8a22a3 () Glib::PropertyProxy_ReadOnly< CellRendererMode > property_mode classGtk_1_1CellRenderer.html - a4cdd9a7d3b773b3634f470db7ca937bd + a8601d9b681fac8cceef00064c0b616a1 () const Glib::PropertyProxy< bool > property_visible classGtk_1_1CellRenderer.html - abe91e2d555a940bb3214be7bf04210a6 + af53c9a1f308d36c6a67aaeee8a0639f6 () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1CellRenderer.html - a79c5cdbb670ca409f30a008ba1dd816f + a1f178e4d721133c849cd1c62cedfa953 () const Glib::PropertyProxy< bool > property_sensitive classGtk_1_1CellRenderer.html - ad0c7f83f25187bc9b9c6bae56ad42e9f + a02d86b5d3e6d8c01933005735eb8e3d4 () Glib::PropertyProxy_ReadOnly< bool > property_sensitive classGtk_1_1CellRenderer.html - a5ab4af7d6700fb16b0747aca3ed112ea + a3f452bce914a2edaf5225c85b1f55c8a () const Glib::PropertyProxy< float > property_xalign classGtk_1_1CellRenderer.html - ac94be538d1c46649d7030771ef054f00 + a4b7c2f7b770b15ddbb054a908e4fc4f9 () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1CellRenderer.html - acbfb043facc04f1af96c4412e6ac41bd + a04a5739aca52bce6175522ed6f7acca4 () const Glib::PropertyProxy< float > property_yalign classGtk_1_1CellRenderer.html - a58a7ef5c0ecaa02ace498fdb0fbb478b + ac8d2a9a1df611b36924bb35fb99bb3f8 () Glib::PropertyProxy_ReadOnly< float > property_yalign classGtk_1_1CellRenderer.html - aa526952f5324a42ab4e73849f946d55d + a488308c6e42ae10a4671bdd844d11c2f () const Glib::PropertyProxy< unsigned int > property_xpad classGtk_1_1CellRenderer.html - a4880513e0658d6d3a5d674cc729b9a7e + a3086fd79c791011c53af6d30f8c869f7 () Glib::PropertyProxy_ReadOnly< unsigned int > property_xpad classGtk_1_1CellRenderer.html - a90ab17c092a519656f3dd362cbc9329b + aa8a72f3718b0e5d521cd94693129c1ef () const Glib::PropertyProxy< unsigned int > property_ypad classGtk_1_1CellRenderer.html - a8cc4e1b30f8d8ba26e7392edb6e421b5 + a300c8c7165aa2027b2b02d7017847888 () Glib::PropertyProxy_ReadOnly< unsigned int > property_ypad classGtk_1_1CellRenderer.html - a4b12c92adfb27ba795b881bb43ae966b + ac83ab03cc7cccbb55433fe9d3f2c8805 () const Glib::PropertyProxy< int > property_width classGtk_1_1CellRenderer.html - a65d7f09e3dce11d6045e1fcacf6f7959 + a9cd8190dff5232319e47c9744c09e579 () Glib::PropertyProxy_ReadOnly< int > property_width classGtk_1_1CellRenderer.html - a693703864c176c9a9171082ec15e8a95 + a50f20ba57f100d7adb4208914b74864b () const Glib::PropertyProxy< int > property_height classGtk_1_1CellRenderer.html - a638f60ce86ba03ae5f3eedacf8a629bb + a3bd864a4b69cc7f12d2d65128fc0c473 () Glib::PropertyProxy_ReadOnly< int > property_height classGtk_1_1CellRenderer.html - a945b5797fc59707015ecb1f3c414e9da + ac9494446ea871ccc0fd124b72e2d7919 () const Glib::PropertyProxy< bool > property_is_expander classGtk_1_1CellRenderer.html - acd59636bd025ecc7241f097598a2a49b + a2b13f9463d1153b87f0d200714c30613 () Glib::PropertyProxy_ReadOnly< bool > property_is_expander classGtk_1_1CellRenderer.html - a2dd8826e830e2bcda6f0290ffb5567bb + a4055aea52dd16d8d6e825bf6a2f65849 () const Glib::PropertyProxy< bool > property_is_expanded classGtk_1_1CellRenderer.html - a739fc49ff4c7181d80528c36fe6c2d46 + ab07bdc9a8dcaea453516a8490bad8adb () Glib::PropertyProxy_ReadOnly< bool > property_is_expanded classGtk_1_1CellRenderer.html - a513ad9368b208dc3f045560087ac2528 + a19a8cda9b10b2630166600db6c0c6ff4 () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_cell_background classGtk_1_1CellRenderer.html - ae9e9c794b9e66819f1cde4e2604c25ac + a1ea01a610f9c4f5b158f96a6b2c2898a () Glib::PropertyProxy< Gdk::Color > property_cell_background_gdk classGtk_1_1CellRenderer.html - a2e243c02dc51d073d6f7da79fad212a1 + a0d2520461f8042aa7524b699463e9f6a () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_cell_background_gdk classGtk_1_1CellRenderer.html - ac0473a0826995663940f95e74047337a + a3174150bd182fdc2e3d28739413ac70b () const Glib::PropertyProxy< Gdk::RGBA > property_cell_background_rgba classGtk_1_1CellRenderer.html - ad2751ef5d577df221390912e2a91fbbc + accc70bdc6ae285a4a9b951c58c0143b0 () Glib::PropertyProxy_ReadOnly< Gdk::RGBA > property_cell_background_rgba classGtk_1_1CellRenderer.html - ae5c93875a389d0a52ad5100eaea5f39d + a423724ccdd485e081c81e28b2f35a9c9 () const Glib::PropertyProxy< bool > property_cell_background_set classGtk_1_1CellRenderer.html - aa0adf204cf5e4249ba31c2755e4e7e90 + a24ac2b32c9fd6ade15c5884448453209 () Glib::PropertyProxy_ReadOnly< bool > property_cell_background_set classGtk_1_1CellRenderer.html - a1bfddc09792edc36257c902969fd7b83 + a0ab6a8fe1117f68b7346b70f14a66e14 () const Glib::PropertyProxy_ReadOnly< bool > property_editing classGtk_1_1CellRenderer.html - a08045c17c78bfb64ca9d50905fbd9460 + ab5727620c167faa86c80ef982289443f () const @@ -24093,8 +24239,8 @@ virtual void render_vfunc classGtk_1_1CellRenderer.html - af64514f046ecff6204ee4b857944f1b6 - (const Cairo::RefPtr< Cairo::Context > &cr, Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags) + aee4a2d48e9ea73329028835adccfc4f2 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, CellRendererState flags) virtual bool @@ -24168,56 +24314,56 @@ Glib::PropertyProxy< guint > property_accel_key classGtk_1_1CellRendererAccel.html - a5ac3a4ae853c2c4bc1ad7d331106ee84 + aaa4bba2600127173498236bda8f9cf0c () Glib::PropertyProxy_ReadOnly< guint > property_accel_key classGtk_1_1CellRendererAccel.html - a67515ad6e230989128571148788224ac + a4f80230221cb855a65be21c32ea1e46d () const Glib::PropertyProxy< Gdk::ModifierType > property_accel_mods classGtk_1_1CellRendererAccel.html - a75c0d9ce37bef9d975476768c667bbca + a0e8eb5824a3300777aa6180802636194 () Glib::PropertyProxy_ReadOnly< Gdk::ModifierType > property_accel_mods classGtk_1_1CellRendererAccel.html - a979917901d7544a3cb7a7efda96291d5 + a8c98ae772c585203cd27cbb8b54eb8eb () const Glib::PropertyProxy< guint > property_keycode classGtk_1_1CellRendererAccel.html - a04340d6e5f147db6fe3a7d01ab0e12f1 + aaeb252279c245ca69dcea8fbe491fe4b () Glib::PropertyProxy_ReadOnly< guint > property_keycode classGtk_1_1CellRendererAccel.html - ab6087a58810d71989188c8c992575bc0 + aa4c577469aa466a7ca1dc9e3bb41900f () const Glib::PropertyProxy< CellRendererAccelMode > property_accel_mode classGtk_1_1CellRendererAccel.html - a0fd83f973a6e64e3693a58d5094e040d + a2874cc8474ec5a7551e0f6c080ff598d () Glib::PropertyProxy_ReadOnly< CellRendererAccelMode > property_accel_mode classGtk_1_1CellRendererAccel.html - ae4d8160e4d3648d929331f318b74e83f + aec6b367f3817669205c3c37bfcc674f7 () const @@ -24299,28 +24445,28 @@ Glib::PropertyProxy< int > property_text_column classGtk_1_1CellRendererCombo.html - a6af21facbd5e1bc9243bde128edcb4ab + ac49be590e47430e12481bce25e139044 () Glib::PropertyProxy_ReadOnly< int > property_text_column classGtk_1_1CellRendererCombo.html - a10487df4cbf1d571653984fdfa777ede + a96a24b25bb17a908d1050d268f34f755 () const Glib::PropertyProxy< bool > property_has_entry classGtk_1_1CellRendererCombo.html - af552c276bbfe5de8ad68765982e7ef1e + a39aa48d587c73aa60fa56c23a157e56d () Glib::PropertyProxy_ReadOnly< bool > property_has_entry classGtk_1_1CellRendererCombo.html - a927dcc82339d91b07f565d84248dcd33 + a3b87d5447b7e8c829ac5aa6fa7ea504b () const @@ -24409,70 +24555,70 @@ Glib::PropertyProxy< Glib::ustring > property_stock_id classGtk_1_1CellRendererPixbuf.html - a2386363bb5003defa88b4feb0a486312 + ab7bc40a02ce93dad245db39ef0127036 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_stock_id classGtk_1_1CellRendererPixbuf.html - af9d043d21333e25625f9787c890b8720 + ae58d8c17e99b6df4f6773ecf349650b0 () const Glib::PropertyProxy< guint > property_stock_size classGtk_1_1CellRendererPixbuf.html - aec9083e3da0c6f5b2547a66487e36233 + ac40d48c82708c113ed395c3c2ffa94b2 () Glib::PropertyProxy_ReadOnly< guint > property_stock_size classGtk_1_1CellRendererPixbuf.html - a5ea5126cd4e32e6965da0aa56bd9b6f5 + a1744791ba944dc9be7ca4e83b252cf7a () const Glib::PropertyProxy< Glib::ustring > property_stock_detail classGtk_1_1CellRendererPixbuf.html - af8ef2ac58be59f54f42f08a4e6e0184a + aa828b7b6960a3864f00dccaa56a21281 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_stock_detail classGtk_1_1CellRendererPixbuf.html - ad7e1264c300cd830d72e444f0853dfff + adadf7ca29e906269bacaf602d1520c35 () const Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1CellRendererPixbuf.html - a5130c6986530f44c25a6498a9487eb5e + a82571dff99ba4c2f1a140aa377397e78 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1CellRendererPixbuf.html - a0443d4efa48e02b4051b88e9e830ecec + ab9836b2e75b1263501d774e5d73247e4 () const Glib::PropertyProxy< bool > property_follow_state classGtk_1_1CellRendererPixbuf.html - a84ae607f39555444078d05702899caa3 + a871f25c2abeb117091433535847a0f25 () Glib::PropertyProxy_ReadOnly< bool > property_follow_state classGtk_1_1CellRendererPixbuf.html - a7de12bee0c76aaddbbe017b89ebabacf + af6584ab183c63d2e233418e129e6843d () const @@ -24534,84 +24680,84 @@ Glib::PropertyProxy< int > property_value classGtk_1_1CellRendererProgress.html - a62df0e245cf7f6cdc85762dd30a2a8c5 + ad8d359e85e926270dd2c2722d893f058 () Glib::PropertyProxy_ReadOnly< int > property_value classGtk_1_1CellRendererProgress.html - a7c8f369f60ef4267a8689c2de31a14c9 + afeb70133f342a8e63fc7ecb8c4878886 () const Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1CellRendererProgress.html - a2f891c30d09dffd80fb6e5edbbd0f598 + a0b9ca38fb459ef0cf9d2d424aacaf8fa () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1CellRendererProgress.html - af596e42e2b09d4226aa62e9fff3468f0 + a5f7b1e2913a44a9e08b5e8790cb74176 () const Glib::PropertyProxy< int > property_pulse classGtk_1_1CellRendererProgress.html - a8d4ae186f8fb306fa17bec80bdc20523 + ad6f97e106c22f73195aafc72e0b43a11 () Glib::PropertyProxy_ReadOnly< int > property_pulse classGtk_1_1CellRendererProgress.html - ae41c8d6771938673af2df5c171bb82bc + a25720af77c6979b4c94b3479afc62ce2 () const Glib::PropertyProxy< float > property_text_xalign classGtk_1_1CellRendererProgress.html - a76b2e44935cc5be24ea9d04c8c3ee8f4 + a6a6a65c66af1efb94d06aaa49eb3636f () Glib::PropertyProxy_ReadOnly< float > property_text_xalign classGtk_1_1CellRendererProgress.html - a5d884332de4de0ed5273a33ff1c96073 + a9259b50857572bbeef27121f7410c012 () const Glib::PropertyProxy< float > property_text_yalign classGtk_1_1CellRendererProgress.html - a0c5c9fe1465562bbb702eeeb3b1937d5 + a97305bd6e35627079e42ced8d6050284 () Glib::PropertyProxy_ReadOnly< float > property_text_yalign classGtk_1_1CellRendererProgress.html - abf0fbbb06cbc9cdbcf3a621c817e9d5b + a195c9edfee3934ccc6bab7bd1cf28dc6 () const Glib::PropertyProxy< bool > property_inverted classGtk_1_1CellRendererProgress.html - a89d33c000aeb9c37080366c4bac51088 + a169475e6b5c06e4b96f0e124a3fed3d0 () Glib::PropertyProxy_ReadOnly< bool > property_inverted classGtk_1_1CellRendererProgress.html - afd462f877bd49cc69eb8236157eb6138 + ab01e3884d651b0eb84066cb2ab3cebc3 () const @@ -24672,28 +24818,28 @@ Glib::PropertyProxy< double > property_climb_rate classGtk_1_1CellRendererSpin.html - ae43f367a1f1b7dff6da72535308374d3 + af0f5cf6db75c269eb65b4e0b69f1d155 () Glib::PropertyProxy_ReadOnly< double > property_climb_rate classGtk_1_1CellRendererSpin.html - a9f0947725f3d51441b0695acdbf46aba + a8223779e348293a4098d8613dc978ca7 () const Glib::PropertyProxy< guint > property_digits classGtk_1_1CellRendererSpin.html - a23e27665ed5ac6fb77908eda9a56bb10 + a042529a1bdc89803d8af51d6fa2be6d6 () Glib::PropertyProxy_ReadOnly< guint > property_digits classGtk_1_1CellRendererSpin.html - a93164f8797a97c9f172041107a3746d6 + abbfe9f004feea81b9680ba583a28b5e3 () const @@ -24740,42 +24886,42 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1CellRendererSpinner.html - a14ea3a3ca1e27c20b68a8b38da69023e + aa4e5340f0c7ebeaa23acd40d715a2c99 () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1CellRendererSpinner.html - a26aea87e5132058169ada98c38ad6e1e + ae5e31e5d48a09971e78e0dfcb28dd427 () const Glib::PropertyProxy< guint > property_pulse classGtk_1_1CellRendererSpinner.html - a056885e7da4bffca484be34b65f5bf06 + a57b3bcba516d0f3de555e1fed84bf203 () Glib::PropertyProxy_ReadOnly< guint > property_pulse classGtk_1_1CellRendererSpinner.html - a2e9d3cdde6a04b849aea1be35e2b4388 + ad6f412dc5eba548f31d615b3f66ede1e () const Glib::PropertyProxy< Gtk::IconSize > property_size classGtk_1_1CellRendererSpinner.html - a030aee5303b9f7c12a024ba3cbf8a9ac + a80a3c5151ad701ef72322c6b9512f1b7 () Glib::PropertyProxy_ReadOnly< Gtk::IconSize > property_size classGtk_1_1CellRendererSpinner.html - adfe046f35b07f775283876452bcf8530 + a9e3d724aa91446cbdbd6e9e3c03531e7 () const @@ -24836,637 +24982,637 @@ Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1CellRendererText.html - a7ea19b142e7096509828f78f2133e302 + a16b3a8e3b526f26b42e26d2a33389763 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1CellRendererText.html - a168f89e1ff4d7c780ecdb5874d974628 + a72a85af4d5411855471d09facab1ee22 () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_markup classGtk_1_1CellRendererText.html - ac5a5082f96afe81faa0f3ac4fd0e0c7f + a1aaa78c29f39106e2dcffb913d500ee8 () Glib::PropertyProxy< Pango::AttrList > property_attributes classGtk_1_1CellRendererText.html - ae079bc5b05e50755f22f375adc142099 + ae2706db479edc3753664173bfadbddbe () Glib::PropertyProxy_ReadOnly< Pango::AttrList > property_attributes classGtk_1_1CellRendererText.html - aa27c37d57ae52a593c07ab3ef6810401 + a978e351cf8f8ddefe865524a5f09e097 () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background classGtk_1_1CellRendererText.html - a2f0ddfa6c1be1d6eb4bd22f7818d348c + a1831ef58ade6c9ada86c830f6d4693a0 () Glib::PropertyProxy_WriteOnly< Glib::ustring > property_foreground classGtk_1_1CellRendererText.html - a539dffd45600b0949e6e63d17b994b6c + aee20faf7aa3b3f644a24786a22335974 () Glib::PropertyProxy< Gdk::Color > property_background_gdk classGtk_1_1CellRendererText.html - a3c95dc71830b76305f3b28fa5b82d76d + ad786fe64c877425a3ad1b543c92497b6 () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk classGtk_1_1CellRendererText.html - a2ee2edf17a78839500e2f37b7a5a5d0b + ad3bad77e11c4d7501545096a13df0ab4 () const Glib::PropertyProxy< Gdk::Color > property_foreground_gdk classGtk_1_1CellRendererText.html - a505447573e2af7d2ed1206a83742bf6d + a03af05fd55babe62801b140e40f647ff () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_foreground_gdk classGtk_1_1CellRendererText.html - a0b9dbeeeec7666f9246553921c8449ed + a8656fc13ef11ff1eed982964bde8f1fd () const Glib::PropertyProxy< Gdk::RGBA > property_background_rgba classGtk_1_1CellRendererText.html - ace449233d8d37b2434f94343c3ff09d4 + a69fae9e8f0ade95b5db5605cb8e3dfb1 () Glib::PropertyProxy_ReadOnly< Gdk::RGBA > property_background_rgba classGtk_1_1CellRendererText.html - a0a365c2d81f02e02348ae14043c18c77 + aec270b0aa35857f5c973d756c4af00e1 () const Glib::PropertyProxy< Gdk::RGBA > property_foreground_rgba classGtk_1_1CellRendererText.html - aec4ee96f5da14be5bbb267d719f05428 + a13e450dd8a948d2e8ff6fc5dc4185f87 () Glib::PropertyProxy_ReadOnly< Gdk::RGBA > property_foreground_rgba classGtk_1_1CellRendererText.html - ac887d6f01e616f7f3e23efa476288429 + a97d46d220763697f0b70b2688c468a69 () const Glib::PropertyProxy< Glib::ustring > property_font classGtk_1_1CellRendererText.html - ac5dca2b52620feeab540c07ae2f40425 + a4e10548cca6f5abf048f09edc3c2c4e1 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font classGtk_1_1CellRendererText.html - a11d9b420ada6719f2ccfc4a9e4faf836 + a9bd9b5ed559d95557f96f6d618978af8 () const Glib::PropertyProxy< Pango::FontDescription > property_font_desc classGtk_1_1CellRendererText.html - a27fd7e39a15f3df2df12d87eed504a2c + afeda2c2a29e81517f2c00a59e449564c () Glib::PropertyProxy_ReadOnly< Pango::FontDescription > property_font_desc classGtk_1_1CellRendererText.html - aff8ea4e8d29d3276ba5ae186e9d99fd8 + a9e1261f684ff28bb90cf1f80c6a39f0a () const Glib::PropertyProxy< Glib::ustring > property_family classGtk_1_1CellRendererText.html - ae1754bbd10915c428b3bad20a9f5e8d1 + a240ce2ec252417c2999991e324b3a49e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_family classGtk_1_1CellRendererText.html - a16b7dc0b0a0803f8471ad8c8117ba656 + ac3fef9a8398b3565f4ec9610815cd7aa () const Glib::PropertyProxy< Pango::Style > property_style classGtk_1_1CellRendererText.html - a610ea01ce405cef9461782d325f87048 + aff701fd164f7a60920e1b75ab1925d42 () Glib::PropertyProxy_ReadOnly< Pango::Style > property_style classGtk_1_1CellRendererText.html - a880304405e75202be62f5f919a4fb26e + af5674794a6c49103c5dfb2eea5e8eb2d () const Glib::PropertyProxy< Pango::Variant > property_variant classGtk_1_1CellRendererText.html - ad6722d6db33d1b22165af34ce24b5101 + a25ea25bbfcb169efa578b65648b30281 () Glib::PropertyProxy_ReadOnly< Pango::Variant > property_variant classGtk_1_1CellRendererText.html - a70b9d4844c54cb8907d14d431cdbc21b + aa7de611cfece664ea31594ac1c0dc1c1 () const Glib::PropertyProxy< int > property_weight classGtk_1_1CellRendererText.html - a82f548fe8e3bf467fa79cc9c1e80f882 + a2ade25456e249c3d63708db760908dc3 () Glib::PropertyProxy_ReadOnly< int > property_weight classGtk_1_1CellRendererText.html - ab3dbfd89519da4716105a5604055b568 + afef5a2377400d306bbd3a0aaa1d16942 () const Glib::PropertyProxy< Pango::Stretch > property_stretch classGtk_1_1CellRendererText.html - a7ae0ec6b2eacd78d9d253cbd5cdcdbe1 + a4a7a77cc901721a6a4240dd96aa599cb () Glib::PropertyProxy_ReadOnly< Pango::Stretch > property_stretch classGtk_1_1CellRendererText.html - abc6fd6315156cd6a3d4298cc0489dab3 + aac8c1062abcd242fc83f14da22e0261e () const Glib::PropertyProxy< int > property_size classGtk_1_1CellRendererText.html - a895ee2908d2004865afe2a9885faa28b + a90e37a18ad088ab5cb7f061bcb9b1db0 () Glib::PropertyProxy_ReadOnly< int > property_size classGtk_1_1CellRendererText.html - aa36f8951817e4d5f73fb1bbd40e5de05 + ae8ea63d91e6b62ef511233caf393e7b6 () const Glib::PropertyProxy< double > property_size_points classGtk_1_1CellRendererText.html - aec27ab1b9f71a5910094c0fc5531bfaa + a9e1410e5a1df4e92b12cc6a9f32d44b7 () Glib::PropertyProxy_ReadOnly< double > property_size_points classGtk_1_1CellRendererText.html - ad93decac4feeefb83f994fe2a6cc1039 + ab91e27eb48be773b24f7c01c48eb2e13 () const Glib::PropertyProxy< double > property_scale classGtk_1_1CellRendererText.html - ab7f95e63d39da97bb0316c363c7a0600 + a001afcfcb244f08be93c7c8ff53e68b2 () Glib::PropertyProxy_ReadOnly< double > property_scale classGtk_1_1CellRendererText.html - a79db73d4e080b43f97da5a795516a4d5 + a01eb5f080dcff311c22bbac1faf325a7 () const Glib::PropertyProxy< bool > property_editable classGtk_1_1CellRendererText.html - a216b5af0c1f22b8e71c3338335d00a73 + a5fe559fb3d312ba68734f29c8d8f6abe () Glib::PropertyProxy_ReadOnly< bool > property_editable classGtk_1_1CellRendererText.html - a6dfe681c3b023abf4180c64956bab089 + a911ac5e0286fd6db63ac4b01fbf18f58 () const Glib::PropertyProxy< bool > property_strikethrough classGtk_1_1CellRendererText.html - a321fa13f95535fad5a3c1c069858266b + ada109a94faed8feec76511226b018c31 () Glib::PropertyProxy_ReadOnly< bool > property_strikethrough classGtk_1_1CellRendererText.html - a051ae8420119f525cc2202b630622480 + aa823936c3392c98edcce74453b93bfa0 () const Glib::PropertyProxy< Pango::Underline > property_underline classGtk_1_1CellRendererText.html - a8044790821eac94e1428c278d3d5b066 + ac01c2d4a3ce38b48e0eadc80840d86f7 () Glib::PropertyProxy_ReadOnly< Pango::Underline > property_underline classGtk_1_1CellRendererText.html - a10d90fc4731d62941202f280b06946cf + ad33b3011ea88c5abddc6393261322fbe () const Glib::PropertyProxy< int > property_rise classGtk_1_1CellRendererText.html - aeb8236617923e6ffa1c26f23ca0e5648 + a5307feac2b1dfb5eadd1cc63f9429968 () Glib::PropertyProxy_ReadOnly< int > property_rise classGtk_1_1CellRendererText.html - ac421cd2fd7a736d7f2e5245dca4c4f9e + aa02bb2c2a58780587a68bbfcaed6024d () const Glib::PropertyProxy< Glib::ustring > property_language classGtk_1_1CellRendererText.html - ad8ff0d94162602fbbe8a914bd30880a7 + ab9a7f9edcb00be7b32cf9d35767557d8 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_language classGtk_1_1CellRendererText.html - a913e4601189a12ef35fcd29e9852f37c + ae9fa8e87ae34704f8f0b1b45016c2f35 () const Glib::PropertyProxy< Pango::EllipsizeMode > property_ellipsize classGtk_1_1CellRendererText.html - aefd1e572fc66cecc5d48c90cb99e07b4 + ace14d59242935c417096fb53509ebbb2 () Glib::PropertyProxy_ReadOnly< Pango::EllipsizeMode > property_ellipsize classGtk_1_1CellRendererText.html - a4fe2605af178935f55d6e0094bc1594c + a9e267a60691b2606cc8a3de57dbd4e96 () const Glib::PropertyProxy< int > property_width_chars classGtk_1_1CellRendererText.html - a380fd71b91377b530c9a2075d6a32b5f + a0cac4bfea19568add198eeaab7df0e82 () Glib::PropertyProxy_ReadOnly< int > property_width_chars classGtk_1_1CellRendererText.html - a24195554a73b827ee7bb36f74bd36117 + a0176526c58da6c49a7eec5335eda7ad2 () const Glib::PropertyProxy< int > property_max_width_chars classGtk_1_1CellRendererText.html - ae6a93299ab3d495804dc635059175c84 + a01e1fdd8927272cce47b206227403331 () Glib::PropertyProxy_ReadOnly< int > property_max_width_chars classGtk_1_1CellRendererText.html - a1daf5d8081ca84ee25dd3b4d00cbc1ee + a9b99bf39b64f93a32c6406df2691ff16 () const Glib::PropertyProxy< Pango::WrapMode > property_wrap_mode classGtk_1_1CellRendererText.html - a1382a917618bbc8a7bc90689e5c83e1e + a72d49ef956acb0237c066cf6ce8cd7ed () Glib::PropertyProxy_ReadOnly< Pango::WrapMode > property_wrap_mode classGtk_1_1CellRendererText.html - a19f448c39e7d2a9cb0b0892443495285 + a7b968703ef9ca97bc6fad571a4b272bf () const Glib::PropertyProxy< int > property_wrap_width classGtk_1_1CellRendererText.html - a2d89b5455fe28b4925de698f46b90daf + a90920ae30815dbe63377e71305931117 () Glib::PropertyProxy_ReadOnly< int > property_wrap_width classGtk_1_1CellRendererText.html - ae049ab5829cf1ea21a441b8eb200164b + afe46401f9da7ecbd63446a9c24161017 () const Glib::PropertyProxy< Pango::Alignment > property_alignment classGtk_1_1CellRendererText.html - a9b54553ba31cc0a30ef8775a230daec6 + a3fa4f0f5f3ce31da77b203ac3a31fef1 () Glib::PropertyProxy_ReadOnly< Pango::Alignment > property_alignment classGtk_1_1CellRendererText.html - a42591305c529afff893559b4c39fca12 + acc95246d701385af70871162a23eab22 () const Glib::PropertyProxy< bool > property_background_set classGtk_1_1CellRendererText.html - a3c1337d05c76d3801a4f5c89642c5e05 + ab44071bc6725104945d559abf8bfbaac () Glib::PropertyProxy_ReadOnly< bool > property_background_set classGtk_1_1CellRendererText.html - abc02f970cfbd024f7f99f2b6001725d1 + a8d8b402009c0256cffd0bf2f9ca85d0e () const Glib::PropertyProxy< bool > property_foreground_set classGtk_1_1CellRendererText.html - ad01c46986bb9561c7054a2139e4732df + a272009a063251ea04ba4c11790cea736 () Glib::PropertyProxy_ReadOnly< bool > property_foreground_set classGtk_1_1CellRendererText.html - a1897ac847032c2469e72ba2a4849e2d2 + a13a5e1df196e654781a4dcf21d7bf6c1 () const Glib::PropertyProxy< bool > property_family_set classGtk_1_1CellRendererText.html - a526d05d272c96936312f7071dfb45264 + a6839ca0090c4ad591a5066276020c8cd () Glib::PropertyProxy_ReadOnly< bool > property_family_set classGtk_1_1CellRendererText.html - a172d16a905fd92e46d22e0b2dd940b2d + a76e8dc29ddc372d2965c38c6b0cfc23d () const Glib::PropertyProxy< bool > property_style_set classGtk_1_1CellRendererText.html - a6bbf235b3e2598885a4c31f1dc2d52cf + a349f5676f84dbbe2638ae2736a984a0d () Glib::PropertyProxy_ReadOnly< bool > property_style_set classGtk_1_1CellRendererText.html - a37c6e626f6909949365cd607eb450d1b + a731c00bc532bc58e2eba5bb0a50cdaab () const Glib::PropertyProxy< bool > property_variant_set classGtk_1_1CellRendererText.html - a2aa73591daa6a9a232fa4fff2b391428 + a540176f4e372175e8f6ee120dc8a6e55 () Glib::PropertyProxy_ReadOnly< bool > property_variant_set classGtk_1_1CellRendererText.html - a8698a5e366c32ec1a03e717af5c239fa + adc7f68740208cc073cf72381fb46f42b () const Glib::PropertyProxy< bool > property_weight_set classGtk_1_1CellRendererText.html - afed683ea6fbe268daa06064aece71f32 + a9cda8ef9fc909781e0179c1ce7a9af07 () Glib::PropertyProxy_ReadOnly< bool > property_weight_set classGtk_1_1CellRendererText.html - a28fa8259a2447883c904008ed02d077a + a19db0097e0e806e6b7f9228febdd580a () const Glib::PropertyProxy< bool > property_stretch_set classGtk_1_1CellRendererText.html - a7378086e5c7ad0b8bc82963dc44e1052 + a4cd435e41dda86ab62ca926a19e87497 () Glib::PropertyProxy_ReadOnly< bool > property_stretch_set classGtk_1_1CellRendererText.html - a8466c036e3020a3a68a290509ec98ef0 + a32a748f5ad31c1e77e593da136124ff3 () const Glib::PropertyProxy< bool > property_size_set classGtk_1_1CellRendererText.html - aafa7e3857c7d16bfc33fd65c3ef57129 + a1deae8414d6ae2cede9f9164448b83b7 () Glib::PropertyProxy_ReadOnly< bool > property_size_set classGtk_1_1CellRendererText.html - ac24a9b8be55bf26e5c669671b6e598c9 + a1e582bb0e8a26fbaa89a30f1288e4a39 () const Glib::PropertyProxy< bool > property_scale_set classGtk_1_1CellRendererText.html - ae496bae63ba9a3de02db11468dcac6b6 + a4730679c1c83e36b4594154caa12e9e2 () Glib::PropertyProxy_ReadOnly< bool > property_scale_set classGtk_1_1CellRendererText.html - a85b58565385167bf5ae6f0a372d9c0e6 + a81e399499ab0d6b1eac1c26dd2949159 () const Glib::PropertyProxy< bool > property_editable_set classGtk_1_1CellRendererText.html - a065728f0a3122101fafe3d81bc509e93 + a992ae709215b40725b29e5e0c8f1e765 () Glib::PropertyProxy_ReadOnly< bool > property_editable_set classGtk_1_1CellRendererText.html - a3a0072169f37cd4478921a818f8d9845 + a34f3bec7989b8cf6574364daad4c4484 () const Glib::PropertyProxy< bool > property_strikethrough_set classGtk_1_1CellRendererText.html - ab019b78329648a6935ea919a43943c4a + a584d1ae0e4070eabb5bc2eae1691b9cf () Glib::PropertyProxy_ReadOnly< bool > property_strikethrough_set classGtk_1_1CellRendererText.html - a093c0435be7596b2e11052d6ca4abb2d + a8d617fcf6a5ce4298e92054e9665046d () const Glib::PropertyProxy< bool > property_underline_set classGtk_1_1CellRendererText.html - ae932b1203977954880e002623a6690ab + a6467db349a72582bf9f535742f074684 () Glib::PropertyProxy_ReadOnly< bool > property_underline_set classGtk_1_1CellRendererText.html - aab39ad215dc4e3c05ba4ae7d7e01b14b + a134d9cb6763ad959e3be6d1988a1647f () const Glib::PropertyProxy< bool > property_rise_set classGtk_1_1CellRendererText.html - a72e4b8b63640fd35f63619484c154898 + ab39b0740553ab6d2ade153911d016d01 () Glib::PropertyProxy_ReadOnly< bool > property_rise_set classGtk_1_1CellRendererText.html - ae645a70f98b4cfc88d91df4e2502a107 + a65e239b80dfa2a32152bf37e7ac443c3 () const Glib::PropertyProxy< bool > property_language_set classGtk_1_1CellRendererText.html - abc0ef9d1c3bac30857da3dc47e12df42 + a6b896cae706f947b01ccd4101c85e657 () Glib::PropertyProxy_ReadOnly< bool > property_language_set classGtk_1_1CellRendererText.html - a91d4664ba65f73cdc8cabfc91c122597 + a25e6a1bd2232d3f737a299a9f1bf587c () const Glib::PropertyProxy< bool > property_ellipsize_set classGtk_1_1CellRendererText.html - a63eeb849a3b003f92914754155dc5642 + aa1db4f8f50b6477821048ff44a5fb0c0 () Glib::PropertyProxy_ReadOnly< bool > property_ellipsize_set classGtk_1_1CellRendererText.html - afb8afe6d430be92a4ad304399fe1e0a8 + a349950a0d0d2bd01725a3b5add794945 () const Glib::PropertyProxy< bool > property_single_paragraph_mode classGtk_1_1CellRendererText.html - a1fb798cd5cb009e8829b63a8be4c6f90 + aa8682c512f393c80581fddd9900e4048 () Glib::PropertyProxy_ReadOnly< bool > property_single_paragraph_mode classGtk_1_1CellRendererText.html - ae5edc2464615b77bd4a320bedc9e3071 + ac9bf82ce5d2d105d9863236558a22bec () const Glib::PropertyProxy< bool > property_align_set classGtk_1_1CellRendererText.html - a2582a23b93f2de84b59b101aa840469e + a0463ec467ed4568efc7112595d359589 () Glib::PropertyProxy_ReadOnly< bool > property_align_set classGtk_1_1CellRendererText.html - a7cbd308a7a270e5bf8a738e754655da9 + a55e80a2706f1a2faeecbce98e157916b () const @@ -25576,70 +25722,70 @@ Glib::PropertyProxy< bool > property_activatable classGtk_1_1CellRendererToggle.html - a54b5555071e089538e53612da7092d13 + a8226b86f72c1ecef3c2aaf22760d4e33 () Glib::PropertyProxy_ReadOnly< bool > property_activatable classGtk_1_1CellRendererToggle.html - a6251444ee793dc9ee61382e30efcc91e + a93052b03c513c29b42c59ef762a0a0b9 () const Glib::PropertyProxy< bool > property_active classGtk_1_1CellRendererToggle.html - a79d25c3bc6368b2480ac5481f146c2c0 + a2017685ba9b51dca7becd6393b9c037f () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1CellRendererToggle.html - a152a2fde99e3d194edca2288eb90cbd5 + a9cde7731bdca54f3129ea30b229ff715 () const Glib::PropertyProxy< bool > property_inconsistent classGtk_1_1CellRendererToggle.html - a680f8f0b502d82a6c909aafe90284026 + a6b5cf0b1dc9ee96b5d4b25b35fcfa3d0 () Glib::PropertyProxy_ReadOnly< bool > property_inconsistent classGtk_1_1CellRendererToggle.html - a0e5388593b841fe0b0f02057a1f2e3ee + ae2c5e10f1cfae6e0c09571d9079b250d () const Glib::PropertyProxy< bool > property_radio classGtk_1_1CellRendererToggle.html - a6472ea6ca1f61f49490fc76a6d401dd0 + a52e167e903b87ef8d831a546836268b3 () Glib::PropertyProxy_ReadOnly< bool > property_radio classGtk_1_1CellRendererToggle.html - a177d8cccaa02e0e059dfe19f89e19890 + a82263650a1845ba098de75466da31472 () const Glib::PropertyProxy< int > property_indicator_size classGtk_1_1CellRendererToggle.html - a91c26d42e23646577dfcc39b5d4ed61a + a008db46fee2a2b3eb190069f88648357 () Glib::PropertyProxy_ReadOnly< int > property_indicator_size classGtk_1_1CellRendererToggle.html - a6408776160b14c0e01c10b00d4d41954 + a50615c1e0c69b960d9d7fbb0e362d011 () const @@ -25793,49 +25939,49 @@ Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background classGtk_1_1CellView.html - a4176407a491512f69de5a275a9f6cae2 + a2e1a619b96b035e084abfb290d71db1a () Glib::PropertyProxy< Gdk::Color > property_background_gdk classGtk_1_1CellView.html - a97c237242f419a394b9defaca2c7b5b5 + a2e3bc699003ceb8b4f2caa58abf8e939 () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk classGtk_1_1CellView.html - ab77df1123239487d9b26c69569ab68b6 + a2c366ad44b4fd6a353c7119877a1e3b0 () const Glib::PropertyProxy< Gdk::RGBA > property_background_rgba classGtk_1_1CellView.html - acef308206e9928f9e39d3662608dfddc + a150d1a06771c6482e04966b60efb2b0e () Glib::PropertyProxy_ReadOnly< Gdk::RGBA > property_background_rgba classGtk_1_1CellView.html - a74af5f8e7fe9700e13c5f38070a382af + ac945685d1076d424a4a1476411b8b0a0 () const Glib::PropertyProxy< bool > property_background_set classGtk_1_1CellView.html - a0378a92900a79bedc52dbc8d30590265 + a0e800a177c64133594aab8337b0373bd () Glib::PropertyProxy_ReadOnly< bool > property_background_set classGtk_1_1CellView.html - aacf586412e1dfce5dfdb168173f4527c + ac2d7670a190fb0541364bdd5797e4a1e () const @@ -25870,28 +26016,28 @@ Glib::PropertyProxy< bool > property_draw_sensitive classGtk_1_1CellView.html - aab89e56895f18494d9a53d2d3e13f596 + a9dd2727a2f0323c482575d2915470b81 () Glib::PropertyProxy_ReadOnly< bool > property_draw_sensitive classGtk_1_1CellView.html - a11bf2fd0f5563d0f0359ff01a0ba6065 + a17f9a7b80fcc4d3ec54210483442b520 () const Glib::PropertyProxy< bool > property_fit_model classGtk_1_1CellView.html - aeb6582a2bdb8104082dcbf73cc1755a6 + a105455813a83dff81465373493e484d8 () Glib::PropertyProxy_ReadOnly< bool > property_fit_model classGtk_1_1CellView.html - a65f357d015c213b3f16aa4f5c97b4612 + a4b8a0dc31709c5f0fbcf213114084c78 () const @@ -25945,8 +26091,8 @@ virtual void draw_indicator_vfunc classGtk_1_1CheckButton.html - ad5c8ccbfd160004c93125b27e5c38b5a - (const Cairo::RefPtr< Cairo::Context > &cr) + a5b461d250a48d7db3a7e3dd60c9e4a96 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr) Gtk::CheckButton * @@ -26055,42 +26201,42 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1CheckMenuItem.html - a0abd9bbaee271a248334398d3e53e5b0 + a82ba49f2417e5a8780be3f04b6a6d31b () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1CheckMenuItem.html - a2279f36eb8eb5bef364a150b9b021553 + a15779b7ef53b1364fba7bbb9a023815e () const Glib::PropertyProxy< bool > property_inconsistent classGtk_1_1CheckMenuItem.html - a1738cb2a515afb19625e143c2c66e7ee + a400bdf72e7b56cf2f25c5a72d988174d () Glib::PropertyProxy_ReadOnly< bool > property_inconsistent classGtk_1_1CheckMenuItem.html - a7aecfd1f61e3b117ba69a34b4cce19ad + ad24692506a8f60463145747825e6e602 () const Glib::PropertyProxy< bool > property_draw_as_radio classGtk_1_1CheckMenuItem.html - a9c8cc22364a1adb5cacbf2f16f7ffe14 + a466c62330edae12da406d5faecb99812 () Glib::PropertyProxy_ReadOnly< bool > property_draw_as_radio classGtk_1_1CheckMenuItem.html - adbd033770269d030c4ee580d24a7fc0f + a8a9ee2ce17eb40cb68e2d7deeb5be560 () const @@ -26104,8 +26250,8 @@ virtual void draw_indicator_vfunc classGtk_1_1CheckMenuItem.html - a3a27a1ec96e986f3ab580a9c52dccec1 - (const Cairo::RefPtr< Cairo::Context > &cr) + a8ece52dcb4479685899e46e282fce492 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr) Gtk::CheckMenuItem * @@ -26548,70 +26694,70 @@ Glib::PropertyProxy< bool > property_use_alpha classGtk_1_1ColorButton.html - a14af4e100c68b27c563983a6552f42cd + a71a9a315b9be9864dbcd7ecb022cc9d6 () Glib::PropertyProxy_ReadOnly< bool > property_use_alpha classGtk_1_1ColorButton.html - a071a40e8bd6d505ce741f2da0e99107d + ade22998080e54772257381d662f1ce29 () const Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1ColorButton.html - ad6b9606b7da58f64a5d42ed7757f3a30 + aee497a705e3c66ef47616acd9bca7cf9 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1ColorButton.html - a9a5e85d638857b9b583873066e139983 + a41d0b3016dc7f9df19efcd9732e7c749 () const Glib::PropertyProxy< Gdk::Color > property_color classGtk_1_1ColorButton.html - af3cb699ee266f6d423d963254945a708 + a3964613860140e1448b131b2e7cc4974 () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_color classGtk_1_1ColorButton.html - a1408096a78c6e50e490f3bca673b96dc + a20c75a71691efaa42390cf2ceeb78ce9 () const Glib::PropertyProxy< Gdk::RGBA > property_rgba classGtk_1_1ColorButton.html - ad20f45d9ae6d48e7df4d7f4e145a28a9 + ad9f663a4d5876af5948a4afbe4f61b6d () Glib::PropertyProxy_ReadOnly< Gdk::RGBA > property_rgba classGtk_1_1ColorButton.html - ad4f0290fe1277dba300a3cf72871dfe5 + a7d5dba9230730eae39b8a0e41b5afcf0 () const Glib::PropertyProxy< guint16 > property_alpha classGtk_1_1ColorButton.html - a4eaec016cd21ded946036129bac42515 + a337ee6a9e3dfd3e9f4ea08d07704cfd4 () Glib::PropertyProxy_ReadOnly< guint16 > property_alpha classGtk_1_1ColorButton.html - add368c191d4e6980632c3adb907ee98c + a6fecdeec9faa7278ec6496de65a9227c () const @@ -26805,56 +26951,56 @@ Glib::PropertyProxy< bool > property_has_palette classGtk_1_1ColorSelection.html - a586ad882df27617262bb23dac50da6ee + abe0997bcbd1f1b886c0afaa3551a9f26 () Glib::PropertyProxy_ReadOnly< bool > property_has_palette classGtk_1_1ColorSelection.html - aa93a54757e18be117d6e785b9aeabd74 + aee009f4bdfdbe704fa3162253e5c0a18 () const Glib::PropertyProxy< bool > property_has_opacity_control classGtk_1_1ColorSelection.html - a150f2c6a2ff1e67547d0f0c6a2384ef8 + a3ffa9a03b24d539bcc5a7041d253a2d4 () Glib::PropertyProxy_ReadOnly< bool > property_has_opacity_control classGtk_1_1ColorSelection.html - a9da198d6e80751f7a354eded2f5a82ed + a20955efd49a78ae009701d7e75826d02 () const Glib::PropertyProxy< Gdk::Color > property_current_color classGtk_1_1ColorSelection.html - a8a4ad18e47c869bf4d75dcb86481a7ca + a38df96e977b783a9c2ddefd2058f1275 () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_current_color classGtk_1_1ColorSelection.html - ad13e27960b3596ef18fd246636ad88b2 + aa8b72ee825290103f9fa041074041e1b () const Glib::PropertyProxy< guint > property_current_alpha classGtk_1_1ColorSelection.html - a920e02be0aece62908f94821885bb9f8 + a34dd7bdf4356b1597548632381f0c481 () Glib::PropertyProxy_ReadOnly< guint > property_current_alpha classGtk_1_1ColorSelection.html - aebfad7edcb6ae26dbb969c06e54f4c12 + abd7e55e2b88c57b605f435660019b773 () const @@ -26950,28 +27096,28 @@ Glib::PropertyProxy_ReadOnly< ColorSelection * > property_color_selection classGtk_1_1ColorSelectionDialog.html - aee19cf432faada72ff60fb5a2d790600 + ab829ffe042fc8d8f81a6cb1ea9cc7ac6 () const Glib::PropertyProxy_ReadOnly< Button * > property_ok_button classGtk_1_1ColorSelectionDialog.html - aa82957cd3ba2df1f9c5a1afb7f0bb4d7 + a24fbab76f7186793932541cadcc80c97 () const Glib::PropertyProxy_ReadOnly< Button * > property_cancel_button classGtk_1_1ColorSelectionDialog.html - aecb5ac25f6259e8c8c5f378d89fea487 + a2ba141d63a1eb84a946ccdd93b6cb9e3 () const Glib::PropertyProxy_ReadOnly< Button * > property_help_button classGtk_1_1ColorSelectionDialog.html - ad6456ce324f658cb0038c1b44fc2c99a + a32823a530cb5836ee737e88913afa9fa () const @@ -27363,147 +27509,147 @@ Glib::PropertyProxy< int > property_wrap_width classGtk_1_1ComboBox.html - ab500e4f95b19e0ef6c6efcd651717697 + a567b7f977f6f4ee63e7abad933344b77 () Glib::PropertyProxy_ReadOnly< int > property_wrap_width classGtk_1_1ComboBox.html - a987d051e343b430ba1356679048a9c28 + a7732b58daa0a404f0e5de7979231f845 () const Glib::PropertyProxy< int > property_row_span_column classGtk_1_1ComboBox.html - ae2c5f1d7e52a343c00b53d75ca46a1a3 + a20898b4ebef3828b393efca4245655a0 () Glib::PropertyProxy_ReadOnly< int > property_row_span_column classGtk_1_1ComboBox.html - ad44d0c1782f371eabb2c05c836b335e1 + aea85dda8a79b43f374d709249d8fd700 () const Glib::PropertyProxy< int > property_column_span_column classGtk_1_1ComboBox.html - aa47bd6a5b3fc379852826e40713f1baf + a6af25269fec2c05336992e0591831c34 () Glib::PropertyProxy_ReadOnly< int > property_column_span_column classGtk_1_1ComboBox.html - a150768b0b02dc1624ed2cfd1beed11e7 + a3c0340f94113ede13432e58ed2ed380f () const Glib::PropertyProxy< int > property_active classGtk_1_1ComboBox.html - aa21ad52c02c4450df823b0f2518bcba6 + a570c2789f80227f1d66aa5cae26b0e43 () Glib::PropertyProxy_ReadOnly< int > property_active classGtk_1_1ComboBox.html - a935ac11b5757ebc790bd657c90e17cab + ab3e3609e46776b8c79248bb5d5aba809 () const Glib::PropertyProxy< bool > property_add_tearoffs classGtk_1_1ComboBox.html - acc3491013233f0180d29595656267700 + ae198334a6b8c019fd9e964ec81111614 () Glib::PropertyProxy_ReadOnly< bool > property_add_tearoffs classGtk_1_1ComboBox.html - a90a545d6dbb7efdf304dc88cf191bf17 + a529eb12f3d590780386a4d6567cdfe43 () const Glib::PropertyProxy< bool > property_has_frame classGtk_1_1ComboBox.html - aaee20c9c41ace2b3dba1529deee2cab9 + a4fd9250d06314076429b74876338df25 () Glib::PropertyProxy_ReadOnly< bool > property_has_frame classGtk_1_1ComboBox.html - a3b007f5f6dbd7ee6e34e74891e896065 + a0758b37e069d50241c6fb9d3235ed63b () const Glib::PropertyProxy< bool > property_focus_on_click classGtk_1_1ComboBox.html - a7b31650e62742fc7718c4b1c68c54e92 + af0844d2990ac8a76e947a89200f0a6d9 () Glib::PropertyProxy_ReadOnly< bool > property_focus_on_click classGtk_1_1ComboBox.html - afb1cf1f83befc2e91722a532ab531c0b + affa20379b5bbcc8680e8d4a933377213 () const Glib::PropertyProxy< Glib::ustring > property_tearoff_title classGtk_1_1ComboBox.html - aed300d23be7a39035aca5cac8bae5a82 + afd4ac6d415220d7d2f9d4dbd05e07ceb () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tearoff_title classGtk_1_1ComboBox.html - adaf26087ed0e0fd3e352f8a66d89cc6a + a76ba513bccc74e34e21ea557a7f8e99f () const Glib::PropertyProxy_ReadOnly< bool > property_popup_shown classGtk_1_1ComboBox.html - a01c38c46fe6f57e206be091a3564359e + a6ffe1ee3300e5f26c137e188ef6549fc () const Glib::PropertyProxy< SensitivityType > property_button_sensitivity classGtk_1_1ComboBox.html - a40e7e55df1423816e70818428328a6cc + a4c9191193f16f32fef4c324a6f607a22 () Glib::PropertyProxy_ReadOnly< SensitivityType > property_button_sensitivity classGtk_1_1ComboBox.html - a3047db7d20605572bea989112c4fe0b9 + a9ebf21b27597f9f8197e812fb605b31a () const Glib::PropertyProxy< bool > property_popup_fixed_width classGtk_1_1ComboBox.html - acde0f74a54e969ab6c013ff84595007b + ab3c1e00edc6eb94eda0930577a35e843 () Glib::PropertyProxy_ReadOnly< bool > property_popup_fixed_width classGtk_1_1ComboBox.html - a90480fa3ea2f2811612a2e0b8e792f25 + a0d8819e3a6ea2029d0c2a1ab3a12dd39 () const @@ -27517,49 +27663,49 @@ Glib::PropertyProxy_ReadOnly< bool > property_has_entry classGtk_1_1ComboBox.html - a1ce2b4aeedc50c6a243aea7867422ee3 + ae7bee10e309244f5f2de65d48bb40726 () const Glib::PropertyProxy< int > property_entry_text_column classGtk_1_1ComboBox.html - a3ef6d775a6f7406b91fbd90114f76ea3 + a802eb50d4dac07419072f55551e1ddf2 () Glib::PropertyProxy_ReadOnly< int > property_entry_text_column classGtk_1_1ComboBox.html - ab13cc43dda8bc26b8ff8f977509b7b2c + a0a8460777f4bddc07a821c2880ca0e08 () const Glib::PropertyProxy< int > property_id_column classGtk_1_1ComboBox.html - a3e304e339bf01e580dca4ccbf9c32a59 + ae56bbcbb9c07c4460dfb2668459a0a58 () Glib::PropertyProxy_ReadOnly< int > property_id_column classGtk_1_1ComboBox.html - a5b2880fb309e7022bce2d113b77f3ce4 + a2cbbdc095a261264f3644ced9ebf9218 () const Glib::PropertyProxy< Glib::ustring > property_active_id classGtk_1_1ComboBox.html - af4d92b93042cb7c3d311c7d148a6fc80 + a11e6c16cece093dec5a23695475578c4 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_active_id classGtk_1_1ComboBox.html - a008b1c68ad717752ac7f87b11ce3f935 + a23d4158a42973b0bf4868c629cc6aaba () const @@ -28010,35 +28156,35 @@ Glib::PropertyProxy< guint > property_border_width classGtk_1_1Container.html - a4f96e89574e505b53c2be63a36eceb34 + a70d73326ad3b1b6f9a118e761448b5e2 () Glib::PropertyProxy_ReadOnly< guint > property_border_width classGtk_1_1Container.html - a80a5adce96c8825d673592f40098cf92 + aa5c69a4263368e8edee1ba41a4c73ac9 () const Glib::PropertyProxy< ResizeMode > property_resize_mode classGtk_1_1Container.html - a01d7648f7f45d655931b2ba621970d1f + a019c70315ad6d126fa269b9506bf4ee0 () Glib::PropertyProxy_ReadOnly< ResizeMode > property_resize_mode classGtk_1_1Container.html - a55d75281116958d2b677e5eb0411e52a + a12068fa0fa83c02475f77f0127e433ec () const Glib::PropertyProxy_WriteOnly< Widget * > property_child classGtk_1_1Container.html - ab476b0a62f20a09fc3d2ec9c83d7d677 + a7a11d0ef781429b1ef3d1bb0395df547 () @@ -29193,266 +29339,266 @@ Glib::PropertyProxy_ReadOnly< int > property_cursor_position classGtk_1_1Entry.html - a49a79eb9e873272c10daa0c3b41f8a50 + ad9c296b8501c122d99ab03b634f8b393 () const Glib::PropertyProxy_ReadOnly< int > property_selection_bound classGtk_1_1Entry.html - a7925dee9edd644221c3647191bcb92d3 + ac99df579b13682a5e91545985697d085 () const Glib::PropertyProxy< bool > property_editable classGtk_1_1Entry.html - a0871a522ca5656b80933c6b034dd922c + a3db9bc8d6772c8cf9480a9754be624e6 () Glib::PropertyProxy_ReadOnly< bool > property_editable classGtk_1_1Entry.html - a709daf9e218f48ba4b8e9459589030cd + a479d0da71941c26a0398d97c89ee3e5e () const Glib::PropertyProxy< int > property_max_length classGtk_1_1Entry.html - a799e584bde4b8be25e456a525c0949df + a5cdd0839c0cd0647c2bb40bebc04e694 () Glib::PropertyProxy_ReadOnly< int > property_max_length classGtk_1_1Entry.html - a1e37b4157d53d94bd973a169d9985c9c + a472ece0e7dfa887708ad8de71e70e9a3 () const Glib::PropertyProxy< bool > property_visibility classGtk_1_1Entry.html - a0b11be17c6a0ad0d60aaea3fc91ee22a + ab48239dd07de344eb19d521b5219bf4d () Glib::PropertyProxy_ReadOnly< bool > property_visibility classGtk_1_1Entry.html - a33135c3cd69622c7316434d4006e8a6a + ac1b1b4060cbb04fd00bd13bd3c992b7a () const Glib::PropertyProxy< bool > property_has_frame classGtk_1_1Entry.html - ac6a0f95ece68193412c976d851103bbb + a98bcd94afa7bb2564f9de73569c311d8 () Glib::PropertyProxy_ReadOnly< bool > property_has_frame classGtk_1_1Entry.html - a1a83201d05e793e06d1eb56a30a02d30 + a04b565e79663bb17f6c3e23d387719b6 () const Glib::PropertyProxy< Border > property_inner_border classGtk_1_1Entry.html - aec5bece01c446b718013733cb6b89dd7 + ae9b9d1e58b85279c5ebff2bb8f453691 () Glib::PropertyProxy_ReadOnly< Border > property_inner_border classGtk_1_1Entry.html - a227901a91683d9be33cd55ff0027714f + a2cc0c3f4834b468ec4c235fd40d80fb6 () const Glib::PropertyProxy< gunichar > property_invisible_char classGtk_1_1Entry.html - a503c7af4f8bc29992bee29cd6c870de6 + a0244eb6e64be8dca03756e947d41472e () Glib::PropertyProxy_ReadOnly< gunichar > property_invisible_char classGtk_1_1Entry.html - a5f1a45b9b1b0a0faf9d361ceb32370d2 + a7082ab574ac69abf4b4ed7a08010bdfe () const Glib::PropertyProxy< bool > property_invisible_char_set classGtk_1_1Entry.html - a2deb54960e1d7607aa0838ad0f3a047e + a98712397d45cb984d88544554d2b7f79 () Glib::PropertyProxy_ReadOnly< bool > property_invisible_char_set classGtk_1_1Entry.html - a63354a60e16ea2b9ffc3af90313662b3 + ac96857c60e9174e87911088f8e0f5b40 () const Glib::PropertyProxy< bool > property_activates_default classGtk_1_1Entry.html - af73e5cd81cf63e9f505c066db7eaf402 + ada50a0c049dabed79a375ff50cb4b446 () Glib::PropertyProxy_ReadOnly< bool > property_activates_default classGtk_1_1Entry.html - acdab17797b5cdcccbab1b06057c40584 + a97733ac416b982867724bf986c127ced () const Glib::PropertyProxy< int > property_width_chars classGtk_1_1Entry.html - ab34fe139b5011afe6ba89bd585bd5fd8 + abbdfba4ea70fcbd5f1bb43cca64a070e () Glib::PropertyProxy_ReadOnly< int > property_width_chars classGtk_1_1Entry.html - ab489f705aa2392fc9fa1d4b763b9f74a + a518f4581d53195534c15f965754db6e6 () const Glib::PropertyProxy_ReadOnly< int > property_scroll_offset classGtk_1_1Entry.html - a24db0fa11b544c17fc582f07949e312b + aae91d15b07e7b2d0704314c5791bc8ef () const Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1Entry.html - a8587bf3934db754d319d9eb21d4e6994 + aec4d117831bc709247bb47f574bff8b7 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1Entry.html - a286e48dbbee8ace84adaa4695749cbec + aef7c2c548473359160aea06bbdc5a2fc () const Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1Entry.html - a658289243edd661273f4af51f6475b48 + ae000f9c5269fdf6b7fa7e1585d4ab3c8 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1Entry.html - ada5261371be78b06c657bbbad8a48974 + a861f40b781188b01eacbe30b9d0d0896 () const Glib::PropertyProxy< float > property_xalign classGtk_1_1Entry.html - aaf71cb9af3ee17642959273053575e97 + a316b7c2ff31e49154829b2a8f713df75 () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1Entry.html - a5b9bd0a271c6eb28a3a00fb15bd673ae + a1982bd54cc41f583faa7238a95eabe36 () const Glib::PropertyProxy< bool > property_truncate_multiline classGtk_1_1Entry.html - a11a526c22b039e793e9783e10647769c + aa83e1c5010c42fa15efa8f8f65fac503 () Glib::PropertyProxy_ReadOnly< bool > property_truncate_multiline classGtk_1_1Entry.html - a5198f527341d06a5f0ca65d410790959 + aff43e86b790e4d7e3355d7d035feb620 () const Glib::PropertyProxy< bool > property_overwrite_mode classGtk_1_1Entry.html - a58973eebfe1b2f613c91edb2c87edb4e + a022d28feeb5aa97614401623a96cb31a () Glib::PropertyProxy_ReadOnly< bool > property_overwrite_mode classGtk_1_1Entry.html - aad5513e5c21c57a284f54cdf7f1304c1 + ab842c5e161c670516469e8f72eaaab1b () const Glib::PropertyProxy_ReadOnly< guint > property_text_length classGtk_1_1Entry.html - ad1930de987cabab3c2feb46c2a11a9c6 + a306d20e3f136f0cc6ae20177aeb08211 () const Glib::PropertyProxy< bool > property_caps_lock_warning classGtk_1_1Entry.html - a987b1ca6568e7df251065cf118e70adf + abff924c5b590a5cb001748c9b0d52f69 () Glib::PropertyProxy_ReadOnly< bool > property_caps_lock_warning classGtk_1_1Entry.html - adedfd7ac90a2c1ee50cce5774eea7fbe + a579e4fc085a3e59872a03c6317638457 () const Glib::PropertyProxy< double > property_progress_fraction classGtk_1_1Entry.html - a50d054e9e0bbec9e36aeef65cb9d1ad6 + a426ecafae082eb17dbc9eb2a7127a01d () Glib::PropertyProxy_ReadOnly< double > property_progress_fraction classGtk_1_1Entry.html - afa35a936ed85ce13e4b5378db9544551 + aaed13dc361fe002e62268a0e62acbb3c () const Glib::PropertyProxy< double > property_progress_pulse_step classGtk_1_1Entry.html - aadd606d1a2db829dc12b6be41b51b4f5 + a5c2e3ba8b731328f06ec3b9bc8ef813b () Glib::PropertyProxy_ReadOnly< double > property_progress_pulse_step classGtk_1_1Entry.html - a0ea89a0d5a72a263397057bd052cfd92 + a0c63063e70749c9be4b48ca9719f13ec () const @@ -29487,56 +29633,56 @@ Glib::PropertyProxy< StockID > property_primary_icon_stock classGtk_1_1Entry.html - ae42d3df649e9b9d42a2d87c18d42931f + abc3b80052fab22afe57a3ab8f89971b9 () Glib::PropertyProxy_ReadOnly< StockID > property_primary_icon_stock classGtk_1_1Entry.html - abbf64dccd702156524d39aa56b808f63 + a0f7f736837dfb64309eb02eaac4409fe () const Glib::PropertyProxy< StockID > property_secondary_icon_stock classGtk_1_1Entry.html - af3088aac9c67e88ff31be240d7d89d98 + aba61d86509de6015afb1cc48dda115d0 () Glib::PropertyProxy_ReadOnly< StockID > property_secondary_icon_stock classGtk_1_1Entry.html - aa606d0893190f7c68db14c1d101ced4e + a1ea324e66329f25a86cf0be1c263013f () const Glib::PropertyProxy< Glib::ustring > property_primary_icon_name classGtk_1_1Entry.html - a501f1d91f883b39405c2cb94009337ed + a1a977c5f8f6647d1754a4d58cb3b42d2 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_primary_icon_name classGtk_1_1Entry.html - ae2986ba410ddf5d58ed0812c95cba71c + a8af743b426bed0ff9e49d9eaedcbe1cd () const Glib::PropertyProxy< Glib::ustring > property_secondary_icon_name classGtk_1_1Entry.html - a5909a34a53d46dd4ef74c4bf5c7f2321 + a59621ed6d7fde2f43c57236acd5970ab () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_secondary_icon_name classGtk_1_1Entry.html - a2463499c480c36ee12a0368596374750 + a93082283dd8b3f330cffa83a8e581dba () const @@ -29571,154 +29717,154 @@ Glib::PropertyProxy_ReadOnly< ImageType > property_primary_icon_storage_type classGtk_1_1Entry.html - a2e3663c1c2c71aac4cff6f6fbc325abf + a84ed186c4e2f6567b31eb1c7c3816796 () const Glib::PropertyProxy_ReadOnly< ImageType > property_secondary_icon_storage_type classGtk_1_1Entry.html - a9a323aa5eb3e604382fbd7b5b0d9551b + ab06b955c83f7aee811c4c76a6e5195a0 () const Glib::PropertyProxy< bool > property_primary_icon_activatable classGtk_1_1Entry.html - a236e9257fbcfb171f34287043a82c4a3 + a7e2dce9358c189e393f3e7b71fdb4e01 () Glib::PropertyProxy_ReadOnly< bool > property_primary_icon_activatable classGtk_1_1Entry.html - a718fe88e9b357bb238e63b5a48eef06d + aebb3badd843c6621b65933cc08152a5f () const Glib::PropertyProxy< bool > property_secondary_icon_activatable classGtk_1_1Entry.html - a6470915e614b0c6df560c23bf1e460fa + a98b91b03925dc1f70ab631ad4015d65e () Glib::PropertyProxy_ReadOnly< bool > property_secondary_icon_activatable classGtk_1_1Entry.html - ababf54d3e529c3d795b35298fbcd494f + aecf7db76dda3285c815f2ed5480ad159 () const Glib::PropertyProxy< bool > property_primary_icon_sensitive classGtk_1_1Entry.html - a2c4560110011b3343170c8be98634c03 + a2f5b19d2f23f4d7dd57eefc1d94176c4 () Glib::PropertyProxy_ReadOnly< bool > property_primary_icon_sensitive classGtk_1_1Entry.html - ac99b7eeb992fafd1b6035ad3ce2144a9 + afd4bcdae1756b7be0063b4ae01db7700 () const Glib::PropertyProxy< bool > property_secondary_icon_sensitive classGtk_1_1Entry.html - ab1ef46e13405a37688f99d4f46201896 + a0c020ee4da1a40257aaeefdc4215e91e () Glib::PropertyProxy_ReadOnly< bool > property_secondary_icon_sensitive classGtk_1_1Entry.html - a876d81101d873c05eb0bb93e12fd7b71 + afcad54c5c341b93a5139866ffa372d2a () const Glib::PropertyProxy< bool > property_primary_icon_tooltip_text classGtk_1_1Entry.html - a42cf84c52d089520bd5787c093ea82e2 + a275324936e37a3da34d450c437531c62 () Glib::PropertyProxy_ReadOnly< bool > property_primary_icon_tooltip_text classGtk_1_1Entry.html - a2b326190acaf9ba11278ac590b87442e + afb269df72432ed68fe309b7b5dfb2c79 () const Glib::PropertyProxy< bool > property_secondary_icon_tooltip_text classGtk_1_1Entry.html - a31116f115d0ece14298bcc1002a48fdd + a45f09c964df4a2c7a8952ef442417e5d () Glib::PropertyProxy_ReadOnly< bool > property_secondary_icon_tooltip_text classGtk_1_1Entry.html - a1e8f107ab856ca2560f4d14edd379b40 + a83e1bb27a820cf0429d058aa18f5fb09 () const Glib::PropertyProxy< bool > property_primary_icon_tooltip_markup classGtk_1_1Entry.html - a217411ea0a1f6336aac5d8ce476e6635 + a8523fa6d6d3c38831a1f90773e7db392 () Glib::PropertyProxy_ReadOnly< bool > property_primary_icon_tooltip_markup classGtk_1_1Entry.html - a7726af6c2d0b9b7079106c99fb775997 + a5dcc8fdf3be27febad6e5dbeeef2109e () const Glib::PropertyProxy< bool > property_secondary_icon_tooltip_markup classGtk_1_1Entry.html - a16c8eb64de3c049798e1481a7e4786d2 + ad863b1f52ac09ebe48d6794c46548e13 () Glib::PropertyProxy_ReadOnly< bool > property_secondary_icon_tooltip_markup classGtk_1_1Entry.html - ac4baf8f4d0f198fa624a7bd5e7df7c6a + a4d24c58323ec14cccd503e5e026936ff () const Glib::PropertyProxy< Glib::ustring > property_im_module classGtk_1_1Entry.html - ab6bd95cbc9f88c9a6cdea7f6c92eda58 + aec64b2ed8db46a0eb3df78098f13890e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_im_module classGtk_1_1Entry.html - a6dbce56f919de9a19532f05634bbb1df + afe7677f6b39ba59f964ef68569826c11 () const Glib::PropertyProxy< Glib::ustring > property_placeholder_text classGtk_1_1Entry.html - a3cb83c0b283cf63590cfa89e3901acb4 + afd675235e3f9c1bb4d09e98a7b713ef0 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_placeholder_text classGtk_1_1Entry.html - a4c508ae681ab3c40574fa6bdc8feef63 + a1ef018603b3a49edf4f946521da5a08b () const @@ -30061,98 +30207,98 @@ Glib::PropertyProxy< int > property_minimum_key_length classGtk_1_1EntryCompletion.html - a206be88584fe506eafb5a1cd97fd2ac9 + a98a57accefcf1213c705a27dc9854ded () Glib::PropertyProxy_ReadOnly< int > property_minimum_key_length classGtk_1_1EntryCompletion.html - a63dfffb9d0c073615feb62e086604268 + ac20e151d9d2e6b3feff8b338a3720d4e () const Glib::PropertyProxy< int > property_text_column classGtk_1_1EntryCompletion.html - a8b086e616e305dbddf5b189a001fc824 + a40f666b5606ad5a51df886e69f61e6e4 () Glib::PropertyProxy_ReadOnly< int > property_text_column classGtk_1_1EntryCompletion.html - a1733a5dbd150ffbd88d3c35570750e25 + a2687caa12cecf13fe68ccc78322ad3e4 () const Glib::PropertyProxy< bool > property_inline_completion classGtk_1_1EntryCompletion.html - a5a3d937861d44f35107fa435aa625984 + a026b14cc9fbc8586cb8aaa41d8c6c99b () Glib::PropertyProxy_ReadOnly< bool > property_inline_completion classGtk_1_1EntryCompletion.html - a30dfd486bb1b1d2cf49e5be782ea38a5 + a5c05f456bea7370c631ccec79e317b84 () const Glib::PropertyProxy< bool > property_popup_completion classGtk_1_1EntryCompletion.html - a27707e028a7fc3e2de7d790e35637b04 + a5bac263051bb1a0ae23549334eb0fdab () Glib::PropertyProxy_ReadOnly< bool > property_popup_completion classGtk_1_1EntryCompletion.html - ad98342bb4a711d83b2681bcbd7d199bb + abab688c14f4ff6f3e16068a402e93335 () const Glib::PropertyProxy< bool > property_popup_set_width classGtk_1_1EntryCompletion.html - ad8d97fbf57c0a4d356363c8a754f5c32 + aa7574d8fa58798c6f9db44e8066443c5 () Glib::PropertyProxy_ReadOnly< bool > property_popup_set_width classGtk_1_1EntryCompletion.html - a588eea3926a2749d6737fa2880c2b1db + a732df9f0537364cf3b80ced9ab4a7e4b () const Glib::PropertyProxy< bool > property_popup_single_match classGtk_1_1EntryCompletion.html - a572d6dbaa23c05c1c4e9c73bdd0e0333 + a3cd5f87d9709d860b106c01993e735d4 () Glib::PropertyProxy_ReadOnly< bool > property_popup_single_match classGtk_1_1EntryCompletion.html - a9be7b67d555b18f868b313c18cd1a273 + a812a3ab50f660286f5d873b9fe44c427 () const Glib::PropertyProxy< bool > property_inline_selection classGtk_1_1EntryCompletion.html - a6cad1d4afa910be9f60ccdd0ce58c297 + a1835e471e605388ff1ab8018bbf0e2ae () Glib::PropertyProxy_ReadOnly< bool > property_inline_selection classGtk_1_1EntryCompletion.html - a3c4c2ee05d2d5b9f0f2378abf29e5898 + a0ca889ae2fe8ee3c1ad186500e128daf () const @@ -30325,35 +30471,35 @@ Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1EntryBuffer.html - acaa149a0085b30f3fa88bd84f1186d41 + a37321a848e983cd7426ffc9f2722ddc5 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1EntryBuffer.html - af943bba0ef75fa1aaab367bce85b14b7 + acfe652094ad9ba39e2f1975159053a63 () const Glib::PropertyProxy_ReadOnly< guint > property_length classGtk_1_1EntryBuffer.html - a251c86b9c7bdf0acb1f65ab7f848b5f2 + a1b4e43d118c0828cbe70a02e7aead23f () const Glib::PropertyProxy< int > property_max_length classGtk_1_1EntryBuffer.html - a46b420066859b20ef65ff6e7641c8437 + a1207241632564f941d637baaf3c293a3 () Glib::PropertyProxy_ReadOnly< int > property_max_length classGtk_1_1EntryBuffer.html - ae6b5a5b26c08165402e06f3c6b145e0f + a4e70289b0fb0c9e04e551bea7bbb3f9c () const @@ -30544,28 +30690,28 @@ Glib::PropertyProxy< bool > property_visible_window classGtk_1_1EventBox.html - a5b7a1b87399ca4d994c7f0ba6eef78fe + a2946565fdcad9bb4396d1819ab1f1b53 () Glib::PropertyProxy_ReadOnly< bool > property_visible_window classGtk_1_1EventBox.html - afe7a28a60b58cc9f1eded0fc76e0dde3 + abf13851ba6621a7059b2d8248cdee7fa () const Glib::PropertyProxy< bool > property_above_child classGtk_1_1EventBox.html - afbf26a07c77339998187ab8b4c133f8e + a3937a395bfd3953c9c4ec063b219c8ed () Glib::PropertyProxy_ReadOnly< bool > property_above_child classGtk_1_1EventBox.html - af04b0693101c77ca99dc8dd4fdef1a4c + aac9269a780660b56e9f0f09a1f434509 () const @@ -30738,112 +30884,112 @@ Glib::PropertyProxy< bool > property_expanded classGtk_1_1Expander.html - a262ba66f7def9945eb7178488f724f60 + ade17883fc70c87a780b35613403313a5 () Glib::PropertyProxy_ReadOnly< bool > property_expanded classGtk_1_1Expander.html - a03c65c680663434f9f578b3cdfe012c6 + a5e9ad3dcc228eb1be374b9a5838bd753 () const Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1Expander.html - aa0e87f2d6fce3f29127c3d39c15487c3 + a31f8e53e50a811f2651ae93353480c1f () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1Expander.html - af29cb446825e1e74147ab7d46baa4fc2 + adc73b51e5ffb226d2952f3f774ce8a20 () const Glib::PropertyProxy< bool > property_use_underline classGtk_1_1Expander.html - a8f54cf6bc89d32b400f89994fc11b96a + a9821eef65d1826efc675746d94339e8b () Glib::PropertyProxy_ReadOnly< bool > property_use_underline classGtk_1_1Expander.html - ad58c94217710f24253a4114fe8aa32e4 + a2c1cd151b45a3af05950924de3e7c686 () const Glib::PropertyProxy< bool > property_use_markup classGtk_1_1Expander.html - a0b629c736fad6b5d86d570abd35f9b31 + afa46fae64b6f4c9668141cbbe1339be5 () Glib::PropertyProxy_ReadOnly< bool > property_use_markup classGtk_1_1Expander.html - a3b22d13cd267b8fa6b7140d83e9740d3 + a02eae943462be0a7e36c045b0755dce7 () const Glib::PropertyProxy< int > property_spacing classGtk_1_1Expander.html - a4677b565ad14970229bdfb1510afbbc2 + a9e836771f0365bf4a2556776ac8040ce () Glib::PropertyProxy_ReadOnly< int > property_spacing classGtk_1_1Expander.html - a36a7bef5f4f2560f6158d017b0b324ca + a8f2682e0a5805d405960feed532490dc () const Glib::PropertyProxy< Widget * > property_label_widget classGtk_1_1Expander.html - a8e7a0536406d9b997e9b6b2d6473ed2d + abd0ab6e4940ffa0123962fc9725fc768 () Glib::PropertyProxy_ReadOnly< Widget * > property_label_widget classGtk_1_1Expander.html - a0302463030c3564466526dc21ca1b94f + a6a1eec43e9f0d840cac620756efbeed1 () const Glib::PropertyProxy< bool > property_label_fill classGtk_1_1Expander.html - a74b5a7d44f630dd2ebe43db5594bb8a4 + a494dedd41e163222a7b827a44a917199 () Glib::PropertyProxy_ReadOnly< bool > property_label_fill classGtk_1_1Expander.html - a9b19a894c15f4b8a0d95aff01c5015ca + aaa15cdfbc3428e38c8c0a25f6c1743b1 () const Glib::PropertyProxy< bool > property_resize_toplevel classGtk_1_1Expander.html - a9acf82d5684b1f5ab43026e0146f25ff + a9211778c87f0cddfa813c87d09a537dc () Glib::PropertyProxy_ReadOnly< bool > property_resize_toplevel classGtk_1_1Expander.html - a5b49389a63118774f52e384f674099c2 + a0ec7f9cd148fe784bf7115d79113a447 () const @@ -31422,14 +31568,14 @@ Glib::PropertyProxy< FileChooserAction > property_action classGtk_1_1FileChooser.html - a471121d3a7fd1137cfb65d3843cc6208 + a7383a7aeb4207b9da19016b64f36cb8d () Glib::PropertyProxy_ReadOnly< FileChooserAction > property_action classGtk_1_1FileChooser.html - ac9d4c4de746f5d9443e5f78b66035d22 + a10575e8b8fd7c57478a1e5ac78885a10 () const @@ -31450,126 +31596,126 @@ Glib::PropertyProxy< bool > property_local_only classGtk_1_1FileChooser.html - a0b29ce50ff92c5732ae7dffabeab9213 + afb3e5d698c88553c956538e02d5d35b5 () Glib::PropertyProxy_ReadOnly< bool > property_local_only classGtk_1_1FileChooser.html - ae6423df90abcbefba185f3ec1e97758a + ac895d24f16561cce0e2d0c7bbf1b7c49 () const Glib::PropertyProxy< Widget * > property_preview_widget classGtk_1_1FileChooser.html - a7697b9e246a7771bafdc4c24366a9d5e + a1ea781551438fc5b9096a2da48183361 () Glib::PropertyProxy_ReadOnly< Widget * > property_preview_widget classGtk_1_1FileChooser.html - abcdd5caca47ada55ce24ba38a0e037c6 + a67723672129b202e979bdb4420342a37 () const Glib::PropertyProxy< bool > property_preview_widget_active classGtk_1_1FileChooser.html - a9cb1551639339e35698967110bd76801 + a132901a4711c7e80e2b2be2aa91a4bfe () Glib::PropertyProxy_ReadOnly< bool > property_preview_widget_active classGtk_1_1FileChooser.html - afc84f5b92c83a25d4ec350e69e83deee + a65386b7c18c0978e231a660806cf80bd () const Glib::PropertyProxy< bool > property_use_preview_label classGtk_1_1FileChooser.html - a331617c39c7fb2e38a56379b9d5909c5 + ab5b2eae827abba8accc859488a3cf5cc () Glib::PropertyProxy_ReadOnly< bool > property_use_preview_label classGtk_1_1FileChooser.html - af472a1a85d6041aec594de2c5536ee2b + a84f689a80b2defa6fef70a449ec698ef () const Glib::PropertyProxy< Widget * > property_extra_widget classGtk_1_1FileChooser.html - a39e7a1040a6e9cd84cc1696d27894b09 + acb41199a680d070c4f19242ad5020762 () Glib::PropertyProxy_ReadOnly< Widget * > property_extra_widget classGtk_1_1FileChooser.html - abeeca32242819af072f0f4e3410bb818 + ab1fd7ca893bf4067d3279c2550534caa () const Glib::PropertyProxy< bool > property_select_multiple classGtk_1_1FileChooser.html - aa2b55bac6b28f14564c7a8620e77cd4d + adefb4831699b5a76b07005ac781d7902 () Glib::PropertyProxy_ReadOnly< bool > property_select_multiple classGtk_1_1FileChooser.html - a267e59571ca76b9a6161ff464be51cb3 + a89d4e8e777f7acc0b56dd85ca3b52d8d () const Glib::PropertyProxy< bool > property_show_hidden classGtk_1_1FileChooser.html - a9582bce497877aed91ff604fa5ee9000 + a37ff663cb7e8354ce9cfe2dd03628e3f () Glib::PropertyProxy_ReadOnly< bool > property_show_hidden classGtk_1_1FileChooser.html - a74aadefb8f5558ab494d43c0074ffc51 + acadfb9ec73d0c1ccafd6c700adbb5586 () const Glib::PropertyProxy< bool > property_do_overwrite_confirmation classGtk_1_1FileChooser.html - a25beb7ead209ebadb70d540f6f9ce1f5 + a34bec126cb67b9885eeeabde36260ac1 () Glib::PropertyProxy_ReadOnly< bool > property_do_overwrite_confirmation classGtk_1_1FileChooser.html - ad27397985b75802305e9e58203329f91 + ab638e6fa83cd1ffcd8f49d3fc2125e12 () const Glib::PropertyProxy< bool > property_create_folders classGtk_1_1FileChooser.html - a58240f266944f0c53dddb56ff0f1e62a + aa50b81e55eaba9aea5a52cabac8997a3 () Glib::PropertyProxy_ReadOnly< bool > property_create_folders classGtk_1_1FileChooser.html - a2a16ee71454236f2d92188640ec344fa + af589e10deb6a5181940694cfc3a75e88 () const @@ -31687,42 +31833,42 @@ Glib::PropertyProxy< bool > property_focus_on_click classGtk_1_1FileChooserButton.html - ad251f019b07fc3456bdd96aaf3fb8d0c + a3c4acb6ea49db52c656a1221497077c5 () Glib::PropertyProxy_ReadOnly< bool > property_focus_on_click classGtk_1_1FileChooserButton.html - a9c99fb9ab1fdca112c728ce67529a8ff + a87613a862c59187f8a8f51ad93a0933b () const Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1FileChooserButton.html - aff9d0bc4031cd79272b6d83d5ef30c91 + a072456b166d9ec1b215abb7e93e18a75 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1FileChooserButton.html - a34cb061e63002c26436cb16b7aaa9540 + a52306caa79046b37a27bb90f3668bbf5 () const Glib::PropertyProxy< int > property_width_chars classGtk_1_1FileChooserButton.html - ae875e9c906a106b0e5b8b3ebe7a85839 + a93f4d0a2411067e740baca592469c13b () Glib::PropertyProxy_ReadOnly< int > property_width_chars classGtk_1_1FileChooserButton.html - a083d5fe6a22315beae20bb4a72139b9a + a6b9d79b006e49478520b0a480f5c5edc () const @@ -32181,84 +32327,84 @@ Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1FontButton.html - a1c27dd4956338e7b7edb34ce6cddac4d + a95d88ab182b97aeddacd5853a293c826 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1FontButton.html - aa3e36659c178f36593bb8948d6c14ed4 + ab9cbf822b1e3502818460190bcc21367 () const Glib::PropertyProxy< Glib::ustring > property_font_name classGtk_1_1FontButton.html - a0dd9e0747497713b182d9e1a5fb4859a + a1d9977144d4aa624641879c3e0022c40 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font_name classGtk_1_1FontButton.html - a98d7fd3e1789441264f663a0867612b2 + a03c2c3716aa15ab8998aaf57de91e210 () const Glib::PropertyProxy< bool > property_use_font classGtk_1_1FontButton.html - afc177a39c432ff29018f06aee8934cdb + a7639d2dddff0fb063d328115f7187794 () Glib::PropertyProxy_ReadOnly< bool > property_use_font classGtk_1_1FontButton.html - a8ab38ebd626aeebb94cda76165db1fc5 + ad99c0a044fc74615d4cc0d065b33c8c3 () const Glib::PropertyProxy< bool > property_use_size classGtk_1_1FontButton.html - ad6d46784d9f0d8d2b433034eaf966c86 + a19291169724b2eeaee251fbef0e3a864 () Glib::PropertyProxy_ReadOnly< bool > property_use_size classGtk_1_1FontButton.html - ac03326c3cfb1862dadf9246f7f92fdf6 + a39e840fc14ca35986f19471583949566 () const Glib::PropertyProxy< bool > property_show_style classGtk_1_1FontButton.html - a4f9d529c0c0b948dd81166e5b052df4f + ac434bd74a8a1bfe3887d970a54c5827b () Glib::PropertyProxy_ReadOnly< bool > property_show_style classGtk_1_1FontButton.html - ac20bb7682949699598cfe794c4324511 + a8972c8c43d9cb7bf1ada742dc6a9c931 () const Glib::PropertyProxy< bool > property_show_size classGtk_1_1FontButton.html - a5ad2c7245801a2ed242fc1784bfa341f + a363090d0c6d9d3a9b6aca1d63217f818 () Glib::PropertyProxy_ReadOnly< bool > property_show_size classGtk_1_1FontButton.html - ab666f18adc562a528799cbd8dcc6d990 + a0914d732e35d6b0e097533c463088202 () const @@ -32630,70 +32776,70 @@ Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1Frame.html - a200b7f3943241102dee3f55f370dc2b2 + afb943527c60c6512f8d0301046c8bfb8 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1Frame.html - a8bcaf343a29797ad7979687c0e1f4f39 + a3529829dd00dbf099e88bf735b9e0b2d () const Glib::PropertyProxy< double > property_label_xalign classGtk_1_1Frame.html - ad5e7e02b2ee9374609ed3da10731df62 + a198dda814ccaf7c239c28710fa38dabf () Glib::PropertyProxy_ReadOnly< double > property_label_xalign classGtk_1_1Frame.html - a472c79d6d53f8bbffad7f020427ba76d + a53c6fa7d3808d876f9437a3686343a6a () const Glib::PropertyProxy< double > property_label_yalign classGtk_1_1Frame.html - a37a98a251f1d91e7d508fa120e5b0e3e + a108f44d36c1bb6b420499425f14b3f0a () Glib::PropertyProxy_ReadOnly< double > property_label_yalign classGtk_1_1Frame.html - adcc0c70083ae124018851d2215e4d69b + a3c9ac327e8ba283ff685f760561b06d6 () const Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1Frame.html - a49fd0cdb41926f20c78bf878e55dcc40 + a306ffaa201edd77ed0ece8621c6009f7 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1Frame.html - a8ac054597344decf4007c9a0b985fb95 + af5d082698f2eb83280f5e1d0eff34eed () const Glib::PropertyProxy< Widget * > property_label_widget classGtk_1_1Frame.html - a63beb526dadc1017061e0008c0267929 + a3ea746b63e7c2ecc1a0db7966f607d31 () Glib::PropertyProxy_ReadOnly< Widget * > property_label_widget classGtk_1_1Frame.html - ab23633c9682b200298a341e7a921fc7e + a02174d5bff28172f794b94e8fca474b3 () const @@ -32818,56 +32964,56 @@ Glib::PropertyProxy< guint > property_row_spacing classGtk_1_1Grid.html - af1e09b4f4eb005b92d1225b455e47fdb + a89e51ea6404027df4ebc1396d091d305 () Glib::PropertyProxy_ReadOnly< guint > property_row_spacing classGtk_1_1Grid.html - a1337b2acd821dc793e4fe1b1ba089fa5 + ac559ee3f66c5cd09109ab93fe8a83394 () const Glib::PropertyProxy< guint > property_column_spacing classGtk_1_1Grid.html - ac01a18de5e2cd4d95ef6dc1c1dc7099a + a11a947664a7a697eb6999612712f4b38 () Glib::PropertyProxy_ReadOnly< guint > property_column_spacing classGtk_1_1Grid.html - a75a43ac0a8edb4f770b61e3d67a78959 + a3b9121d14d00e5674f57a6331de38ae7 () const Glib::PropertyProxy< bool > property_row_homogeneous classGtk_1_1Grid.html - aa0c2276039a0aeb41578582e4fd1201c + aefc8c3740b015d197e861aa0df9cf842 () Glib::PropertyProxy_ReadOnly< bool > property_row_homogeneous classGtk_1_1Grid.html - a873f819f1cbd6eb4daf6ede7072705ea + a33cb9849dadf73aecd2f2fd449ae8126 () const Glib::PropertyProxy< bool > property_column_homogeneous classGtk_1_1Grid.html - ac0c5371b72148a70982bebb53f3691cc + a76ad3803d2a87836cba29830fccd5b3f () Glib::PropertyProxy_ReadOnly< bool > property_column_homogeneous classGtk_1_1Grid.html - af439ff7e49c7791ace674104f68a8876 + aa0be93a8935ba305942dd233b64417cd () const @@ -32977,63 +33123,63 @@ Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1HandleBox.html - ad3263a0641052adbe0bd7588cc0d47e6 + a7923cb103dbbbbf1c87df6662ccc1317 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1HandleBox.html - a6cba058838131661fb2fccf06fdf92f8 + a74208bc876f217c523c97a1ca2202d7e () const Glib::PropertyProxy< PositionType > property_handle_position classGtk_1_1HandleBox.html - a53d866009b8a251b0292599586cd3d06 + a08f05978e18ae04832304801f681b012 () Glib::PropertyProxy_ReadOnly< PositionType > property_handle_position classGtk_1_1HandleBox.html - a9434f776a0d7af8e9ba88ae5040beaa9 + ab0208ee5bc0464cd4016091014f619ff () const Glib::PropertyProxy< PositionType > property_snap_edge classGtk_1_1HandleBox.html - a786997698b117ae93eea75e839b6e276 + ad15f6ab3d2839dcd2622f13e3705ff9a () Glib::PropertyProxy_ReadOnly< PositionType > property_snap_edge classGtk_1_1HandleBox.html - a9b1537d403d2cadac79f2117a1378959 + a9d25f1064f061d34b0890248311c8b18 () const Glib::PropertyProxy< bool > property_snap_edge_set classGtk_1_1HandleBox.html - a98996d8c8f9618fe57f69df8fe355a9c + a5df248ba1c04a6a071947942cb44c53a () Glib::PropertyProxy_ReadOnly< bool > property_snap_edge_set classGtk_1_1HandleBox.html - a844d7bfc6006c2dc0100a00ac12bbea3 + a623af1658c4933240335efd8193496d1 () const Glib::PropertyProxy_ReadOnly< bool > property_child_detached classGtk_1_1HandleBox.html - a260fcca74c34a6c51d3cbdae2fe9e390 + a4927bc46e33bf674d08f9460553dc754 () const @@ -33950,6 +34096,13 @@ (const Glib::RefPtr< TreeModel > &model) + + IconView + classGtk_1_1IconView.html + ae079e4b81d6b3957f1928fae98441784 + (const Glib::RefPtr< CellArea > &cell_area) + + void set_model classGtk_1_1IconView.html @@ -34450,70 +34603,70 @@ Glib::PropertyProxy< int > property_pixbuf_column classGtk_1_1IconView.html - af5da4d287c7416b34aa6ec3acd434b8f + a0528c6977a711c7510d0d7ba286cd518 () Glib::PropertyProxy_ReadOnly< int > property_pixbuf_column classGtk_1_1IconView.html - aada761cf975e872fadb0ed514193b5fd + a82b07e5ae9606ebedff39e143eb1dc4b () const Glib::PropertyProxy< int > property_text_column classGtk_1_1IconView.html - a81a9d960e41bdd56089c977c76522aaf + a52799c9ddb0c65553ce3d6832508cff0 () Glib::PropertyProxy_ReadOnly< int > property_text_column classGtk_1_1IconView.html - a260234cb84bb8699f9d281c378ab7cae + a15219eaab9cf21a35cb978fab36fe4ea () const Glib::PropertyProxy< int > property_markup_column classGtk_1_1IconView.html - a51b0a810feadd57f8e259cfc414d216d + a6582c39b86873da73d793c84cb12793b () Glib::PropertyProxy_ReadOnly< int > property_markup_column classGtk_1_1IconView.html - a21ae80aaebcbec96a3a8640da877ad18 + a16900d114abf4998b62a04b6c9191424 () const Glib::PropertyProxy< SelectionMode > property_selection_mode classGtk_1_1IconView.html - a321cd7525bc6593bc236221fbcf87bf8 + a7195e0aad9ab573b92a26f8066fabacb () Glib::PropertyProxy_ReadOnly< SelectionMode > property_selection_mode classGtk_1_1IconView.html - a10eb5a80458d53b4265d70819e5b23a1 + aa8e763b1013cee48f3d36deb9910b837 () const Glib::PropertyProxy< Orientation > property_item_orientation classGtk_1_1IconView.html - a24a752ba5dcd408cb2196fc83fe77227 + a740a55f8ca530ae1e3304e13fb6f7e6f () Glib::PropertyProxy_ReadOnly< Orientation > property_item_orientation classGtk_1_1IconView.html - a151841718de6ca26e312c38cf7d2ca4c + a6ae063e9f43894b5627fa05ce3bcc8ae () const @@ -34534,84 +34687,84 @@ Glib::PropertyProxy< int > property_columns classGtk_1_1IconView.html - a82d25951ee6b877befc3122ffb05fe4b + a5bee8433e771074026aca775ed052b76 () Glib::PropertyProxy_ReadOnly< int > property_columns classGtk_1_1IconView.html - aede2a21def1b9f186477f69b00939c4a + a3c5b188fd623598611b96963a69d3821 () const Glib::PropertyProxy< int > property_item_width classGtk_1_1IconView.html - a7480228df94f604c161066f34c6f1460 + ab32c1fc41e66c70111fc1b999b066b7e () Glib::PropertyProxy_ReadOnly< int > property_item_width classGtk_1_1IconView.html - a01a8ff20e862a4fe9e1252290720b9ce + aa58dcb714a1e181638e868218cf19673 () const Glib::PropertyProxy< int > property_spacing classGtk_1_1IconView.html - a19ef0313006be5d4f90bd13c0beffe72 + a939b053506544ab2ca9e324ec0913513 () Glib::PropertyProxy_ReadOnly< int > property_spacing classGtk_1_1IconView.html - a96e211f586af27518bfced8c20772d7c + abaad48fd5b048d3a22badd694c71318f () const Glib::PropertyProxy< int > property_row_spacing classGtk_1_1IconView.html - ab21af5045097c92f4b968ff4a7ea42d7 + aa6b4a19666b272ea0acd7c1eecc943f2 () Glib::PropertyProxy_ReadOnly< int > property_row_spacing classGtk_1_1IconView.html - af8179f5ac1f072bca857da449a2fdb31 + af36bdcc26beaab419dacba7bd15ea760 () const Glib::PropertyProxy< int > property_column_spacing classGtk_1_1IconView.html - a2cb6a179b56cf24b4ad3a394ec7fb7d6 + a345e0be9d9571374aee59a737ab9d9ac () Glib::PropertyProxy_ReadOnly< int > property_column_spacing classGtk_1_1IconView.html - a6edc744cd457278b9dd77185636f2330 + a147c968fed46b38f922b8d0337255319 () const Glib::PropertyProxy< int > property_margin classGtk_1_1IconView.html - a265476e25d53f8186550391a6b3fd0e4 + a0a1fed36a49e8d71b6de1aa9e0cdf8c4 () Glib::PropertyProxy_ReadOnly< int > property_margin classGtk_1_1IconView.html - a647a71709937c507edcb9820e9f44fbe + ab1cc378f44d6a02940c83a79dd28e43d () const @@ -34875,28 +35028,28 @@ Glib::PropertyProxy< Glib::ustring > property_file classGtk_1_1Image.html - a564ed0b428c98ad2c05b7cca0945d476 + a1b140df0e81c0411a1a3800618599a5c () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_file classGtk_1_1Image.html - a8d7ec9059a44e0138a7e121c24391537 + a392f638c31c86f94916add6b52aba46b () const Glib::PropertyProxy< Glib::ustring > property_stock classGtk_1_1Image.html - a92b3aad4f262aa44855987c2d9b8cbde + a31186fd4e566362745f9613d11e3bec7 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_stock classGtk_1_1Image.html - ae8c5716ee56c5763bc3362c9cfb5b6df + aa87bec1e236d658d2f83c46799ec1603 () const @@ -34917,28 +35070,28 @@ Glib::PropertyProxy< int > property_icon_size classGtk_1_1Image.html - a19f11a370a996b817a08b1a9a16f1d2d + a5002a269e91fb3214a58e37925438afe () Glib::PropertyProxy_ReadOnly< int > property_icon_size classGtk_1_1Image.html - a016dac5f09e5f9ab4ae1f8ab306fd630 + af53df910f6784065e7fdc13b3ea7e1dc () const Glib::PropertyProxy< int > property_pixel_size classGtk_1_1Image.html - a7bc697f501386d478d4f08a72404427b + a7b7c799da8f427ae0da8570367c9ece6 () Glib::PropertyProxy_ReadOnly< int > property_pixel_size classGtk_1_1Image.html - a9063621a4449a81e21125f8aba613606 + a015da5d4fac773ebc2a4b059997b48e1 () const @@ -34959,21 +35112,21 @@ Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1Image.html - a6b7559c4d22d87eedffb35797b85b77e + a7e2761e8d222783a9d630c8e780907c5 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1Image.html - a7c698d3e5f224e2d23c215d7bc4ecbc4 + a609e0800bf6d3451c2e0dc5f30f0c4c2 () const Glib::PropertyProxy_ReadOnly< ImageType > property_storage_type classGtk_1_1Image.html - abc9f7c083916b50178b23e703caf1313 + a8b26ae4a8effec11e593006dd2177e4f () const @@ -34994,14 +35147,14 @@ Glib::PropertyProxy< bool > property_use_fallback classGtk_1_1Image.html - ab14497bb7006f91b8d08e38a1c656908 + a673809de2da16ea477251182921bd941 () Glib::PropertyProxy_ReadOnly< bool > property_use_fallback classGtk_1_1Image.html - a26f3823cdbb6645eb3acbe38d16f3b01 + a00b720b2e5e18dadeec401aac91a2d2a () const @@ -35125,28 +35278,28 @@ Glib::PropertyProxy< Widget * > property_image classGtk_1_1ImageMenuItem.html - a24cc1617aac2c8bd2b78f557cbd02556 + af540b233e992f27603bcafd1fb7878c9 () Glib::PropertyProxy_ReadOnly< Widget * > property_image classGtk_1_1ImageMenuItem.html - a0e83df75317e0077d625507f7b6b5173 + a655f5fecd67d88aed9325acf1931a358 () const Glib::PropertyProxy< bool > property_use_stock classGtk_1_1ImageMenuItem.html - a0120bd361506b760f0b4a2795660a6d6 + ab279c626a1ce2e3bebecef1cff38a73e () Glib::PropertyProxy_ReadOnly< bool > property_use_stock classGtk_1_1ImageMenuItem.html - ac886c347e0a3ef5c1de0477fc4147325 + a54d09b61ea0c16094ad25126be0031d3 () const @@ -35160,14 +35313,14 @@ Glib::PropertyProxy< bool > property_always_show_image classGtk_1_1ImageMenuItem.html - a2b028da797906b21dae31f9750681b06 + a04936531fde086dcaaa6804f0b2b1de7 () Glib::PropertyProxy_ReadOnly< bool > property_always_show_image classGtk_1_1ImageMenuItem.html - a00a60ae0c9627ef62a0e2ba31fa10437 + a4e5650143143948dbd5cf28a2e8969e5 () const @@ -35305,14 +35458,14 @@ Glib::PropertyProxy< MessageType > property_message_type classGtk_1_1InfoBar.html - ab7e0bf11104cde54f6e7215633e448d9 + a88ff014ff5ef7fb93f489e51bdc7ea22 () Glib::PropertyProxy_ReadOnly< MessageType > property_message_type classGtk_1_1InfoBar.html - a8163189c88385da33410a03d86d9874f + ac1f8a867a315eaab1a69d01631a7df9e () const @@ -35798,238 +35951,238 @@ Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1Label.html - ab6903b2e118ad3d386d05d7f3eb4e291 + a6b8a6ee66bdc4aeb3ff3b8fd98af79ab () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1Label.html - ae14213e17692b98c9a30acc4ccf94b61 + acba7b9014a30c9345b9ccda9ac5eeefb () const Glib::PropertyProxy< Pango::AttrList > property_attributes classGtk_1_1Label.html - a0d39d4763cec675ebe79f6dc9bb7acc0 + a02a39851de0815b814c9ba1e3e9c30a3 () Glib::PropertyProxy_ReadOnly< Pango::AttrList > property_attributes classGtk_1_1Label.html - acc1ad0e1f5438f1bbeb5042e6ba2eb84 + acb3989b6d33a64cd65cba6b3d9922fa9 () const Glib::PropertyProxy< bool > property_use_markup classGtk_1_1Label.html - a9ed816dd0400812fd4c41819a34b4025 + adacfbd0859655ec55bbfe2c149a0f924 () Glib::PropertyProxy_ReadOnly< bool > property_use_markup classGtk_1_1Label.html - ac2cdc2d1af2ed585ff02754ffb46d16a + afca6c124370aa111d7574b3366ac8fae () const Glib::PropertyProxy< bool > property_use_underline classGtk_1_1Label.html - a34e24d3af242b46ed9e165ea56eeef95 + adeab22fec3724ea470adf62b88289956 () Glib::PropertyProxy_ReadOnly< bool > property_use_underline classGtk_1_1Label.html - a8604703afd95a9a6a9d4eda84f31efdb + a71d9b10e22c88e2f426defeda7bf4b51 () const Glib::PropertyProxy< Justification > property_justify classGtk_1_1Label.html - a6b7129041c29bc2a48a94d43bb6c3979 + a96011bf081ca05c09ce54d418e0e44a5 () Glib::PropertyProxy_ReadOnly< Justification > property_justify classGtk_1_1Label.html - a7665a2fe42242a7b3bc9d6a324a52cc0 + a75bd09e76da8c2be68735b7c1f0c78d9 () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_pattern classGtk_1_1Label.html - a79c92ad248857909f4c148d948672fb7 + a43cfc048a020885aa0870158453311c6 () Glib::PropertyProxy< bool > property_wrap classGtk_1_1Label.html - a6342c04990477f95b4bb457f47318e3e + a64de2013b78b50d5ffd8448daf0300e1 () Glib::PropertyProxy_ReadOnly< bool > property_wrap classGtk_1_1Label.html - a08612b7094021b8d8b4b2923dc2f16b9 + a04705c1134bf3adeb3727604de2658fd () const Glib::PropertyProxy< Pango::WrapMode > property_wrap_mode classGtk_1_1Label.html - aba33f2ef0ea04680d3070773f8a6554e + a92057fba9a575df1a3d0796478042114 () Glib::PropertyProxy_ReadOnly< Pango::WrapMode > property_wrap_mode classGtk_1_1Label.html - ae8294df616004b9653e01d164489f213 + aa379d0237219a4abd172542c792d67b0 () const Glib::PropertyProxy< bool > property_selectable classGtk_1_1Label.html - ad7633a789f9d938d238d1a51ee741832 + a1313fb3241b260a54b6c791db8eb5719 () Glib::PropertyProxy_ReadOnly< bool > property_selectable classGtk_1_1Label.html - accc5e127c14fd24baec55d5240a67b40 + a5c729d8567fe5ce866c2f5b777956633 () const Glib::PropertyProxy_ReadOnly< guint > property_mnemonic_keyval classGtk_1_1Label.html - a34fdfe8fbdf0460c8db453ced590a25c + a2146c2d19c6807684b113fb85c4af0ce () const Glib::PropertyProxy< Widget * > property_mnemonic_widget classGtk_1_1Label.html - a6dccdae6b6dc61d8aa1e96b873f53a66 + a3f6ad29a2ebfe40d99fc031752259587 () Glib::PropertyProxy_ReadOnly< Widget * > property_mnemonic_widget classGtk_1_1Label.html - a5d447ad51bfb13264718da5e9963a51f + a6a547d416ef62654fd669a6928a10938 () const Glib::PropertyProxy_ReadOnly< int > property_cursor_position classGtk_1_1Label.html - a5ec30476124caaadf73336a53a9d1ac0 + aac50c7622e7bd2ef2fd3136861a45b9f () const Glib::PropertyProxy_ReadOnly< int > property_selection_bound classGtk_1_1Label.html - a9736d938229aeeb41bddaaf9b042d5ca + ad5e480600fc3a139cff8e041e3e664fa () const Glib::PropertyProxy< Pango::EllipsizeMode > property_ellipsize classGtk_1_1Label.html - a4cf7f58fd109f4432ca091fd95d6d875 + ac216640845995e837071f32a97db80f3 () Glib::PropertyProxy_ReadOnly< Pango::EllipsizeMode > property_ellipsize classGtk_1_1Label.html - a2066b0d8104d9f813a16ffb858ef5222 + a09edea11563cf881d151e2de75a210d5 () const Glib::PropertyProxy< int > property_width_chars classGtk_1_1Label.html - a94390d1c4a8f3049dbb61a1917b95439 + a8d2cb59173b31fcec760812baeeab7e7 () Glib::PropertyProxy_ReadOnly< int > property_width_chars classGtk_1_1Label.html - ab8097c692087b355abef570a54d8869e + a1904e0f816c67637a463ad3537db52bc () const Glib::PropertyProxy< bool > property_single_line_mode classGtk_1_1Label.html - a5b624b52b8e6386823e112afe4c22de5 + a0e1b4bda07a23dac93523b994195c69d () Glib::PropertyProxy_ReadOnly< bool > property_single_line_mode classGtk_1_1Label.html - a33f3891a2b517704896ad8fc693e7883 + a892135038ac12727635ec59b1da3b5a6 () const Glib::PropertyProxy< double > property_angle classGtk_1_1Label.html - a5b1b33b41f248f7a761bf0641055bafd + afcc0dfa13452199442d3935d96505e93 () Glib::PropertyProxy_ReadOnly< double > property_angle classGtk_1_1Label.html - aa66f94bce9d18a0135b55d319762cd2b + aac0b5444e1856662f44434994e318d2e () const Glib::PropertyProxy< int > property_max_width_chars classGtk_1_1Label.html - a2d4fb45f45269440f3a47548147d0923 + a661c1e988c7c00f3c414825f29eebb60 () Glib::PropertyProxy_ReadOnly< int > property_max_width_chars classGtk_1_1Label.html - a52596493a0b60375b53a9d320929346d + a5d4aa796b55651849d8c732272344470 () const Glib::PropertyProxy< bool > property_track_visited_links classGtk_1_1Label.html - adbb18bd0b7efc58ea7c403ae354b0b35 + a3804431e03dd577eeee1d67af3ffdb9a () Glib::PropertyProxy_ReadOnly< bool > property_track_visited_links classGtk_1_1Label.html - ab06bbbe5a6dac32b5b280cde2632940c + a9e0ab0fe1fb4a5dfa4bde35f995de672 () const @@ -36133,28 +36286,28 @@ Glib::PropertyProxy< guint > property_width classGtk_1_1Layout.html - abe4f3d670c5ceb6e54538bc98e68b978 + a141f13bf3f9afc8978dad1f272597fcb () Glib::PropertyProxy_ReadOnly< guint > property_width classGtk_1_1Layout.html - afaf2e1c81a1c875f4dce3aad37fa5cdf + ab10f972ec0dcfd8fbb3d2a600423e7a9 () const Glib::PropertyProxy< guint > property_height classGtk_1_1Layout.html - ab6f00dc482ebbd7d6943d08bdf4c031e + a3a722d3208501ade26b8c7bfe9c4a614 () Glib::PropertyProxy_ReadOnly< guint > property_height classGtk_1_1Layout.html - a6637c2c4bb3c255f868e4724de4e7663 + a5aa89c07e9eac821d0a744cf92ebd230 () const @@ -36243,28 +36396,28 @@ Glib::PropertyProxy< Glib::ustring > property_uri classGtk_1_1LinkButton.html - a972644eb9d9a2ff306c16cdcd40718f2 + a7961965c9b2e0d4190c7c9df006b0437 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_uri classGtk_1_1LinkButton.html - ab517eeba282a51953e13019d82e97111 + a82191d956b9dbd63e86c327dec517f7d () const Glib::PropertyProxy< bool > property_visited classGtk_1_1LinkButton.html - a2d6411d050993ae06160ca0662b7467f + a34b5b4230c1751d405d35bb35871dc73 () Glib::PropertyProxy_ReadOnly< bool > property_visited classGtk_1_1LinkButton.html - a547cfd8a248bb376f68eb060bb60d387 + afea4cdfd25d273c7550162c7ca744c98 () const @@ -36851,14 +37004,14 @@ Glib::PropertyProxy< int > property_active classGtk_1_1Menu.html - ada09aade05e5a5402b9f712a32d92ac9 + a5234928809fcecd285c21e059ce80fdf () Glib::PropertyProxy_ReadOnly< int > property_active classGtk_1_1Menu.html - a5e673fc6cad2dd2c49711f02625c339a + a68d485f67dcf478ff2ff955410f30a66 () const @@ -36879,84 +37032,84 @@ Glib::PropertyProxy< Glib::ustring > property_accel_path classGtk_1_1Menu.html - a1fb492f69c725f632a22fcaaa5d31f7e + a227bc4e9e09ba4112b3897eba25db725 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_accel_path classGtk_1_1Menu.html - a41c2b3ae8564c236d0c832a3487be414 + a4754dea9af292a50a6a07956710e600e () const Glib::PropertyProxy< Widget * > property_attach_widget classGtk_1_1Menu.html - a73b9b6c94d996d0cbe9ec7b7c23e3745 + aa6f855f8de5c4761c3ba10bbf7a1b875 () Glib::PropertyProxy_ReadOnly< Widget * > property_attach_widget classGtk_1_1Menu.html - a585852d13ff273a5da337ecb62b7249c + a8fd41fc1e77f12963057ed15195bcce2 () const Glib::PropertyProxy< Glib::ustring > property_tearoff_title classGtk_1_1Menu.html - a0217b7e49e4412f76fc5f739c3a91a26 + aee4f3d92eb579b5bb1ac2d4b5190e3f1 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tearoff_title classGtk_1_1Menu.html - a7650e443cfecefc39a3c39b5bc0696fc + a28cd1b19740eedf5631431aa3c8270c6 () const Glib::PropertyProxy< bool > property_tearoff_state classGtk_1_1Menu.html - af8f0caa148bd2910971533f67dd827e8 + a42dc536c6c5779a1e85c2b2074f2ea1f () Glib::PropertyProxy_ReadOnly< bool > property_tearoff_state classGtk_1_1Menu.html - a3a5723694c651d1582abbdc41291a164 + a0d9f6b952ca6fe0be789d75370bfdf21 () const Glib::PropertyProxy< int > property_monitor classGtk_1_1Menu.html - a96c0c88debdd88a4ebb66b2e8f60796c + a6bca3a31c81980a0521a10a00b1918a7 () Glib::PropertyProxy_ReadOnly< int > property_monitor classGtk_1_1Menu.html - aef6b0a7edd91597b479bffa8898a0196 + a15616459b3634263378a66672deb3e6c () const Glib::PropertyProxy< bool > property_reserve_toggle_size classGtk_1_1Menu.html - ad351d23325474a949122706120844748 + a5b3c8b0d7890081ed503b7a5e4c46c2b () Glib::PropertyProxy_ReadOnly< bool > property_reserve_toggle_size classGtk_1_1Menu.html - a0c096fb96456d97a380ce75ba8a6ab4a + ad13f3d381b2db3e2814029d0dee44508 () const @@ -37052,28 +37205,28 @@ Glib::PropertyProxy< PackDirection > property_pack_direction classGtk_1_1MenuBar.html - a08edb838942edc40c7ae03c83ac219d1 + a9f29ef3395b019eae61b08f07b4c370e () Glib::PropertyProxy_ReadOnly< PackDirection > property_pack_direction classGtk_1_1MenuBar.html - a5d730d97af0d6c5e6a082694759ae8dd + a97b9d4ed008e332ce09275498108714e () const Glib::PropertyProxy< PackDirection > property_child_pack_direction classGtk_1_1MenuBar.html - aa4097107ab40a3e1827bff77ef4502d1 + a3bc21faa3a2a49ff065a7997785740e1 () Glib::PropertyProxy_ReadOnly< PackDirection > property_child_pack_direction classGtk_1_1MenuBar.html - a9eb4c7250f2916929abd5296b38f9d1e + ae9ec3a8de740d55957b8e3c405828871 () const @@ -37317,70 +37470,70 @@ Glib::PropertyProxy< bool > property_right_justified classGtk_1_1MenuItem.html - abc5f792548c887acf8ba5b0df067077c + ad9a5e4b5012986b55fa3c048cd3a8558 () Glib::PropertyProxy_ReadOnly< bool > property_right_justified classGtk_1_1MenuItem.html - af7f33ebf81b699fd2e1640edbec56f35 + af6150f235d4c36694d667ccdef3c4cd7 () const Glib::PropertyProxy< Gtk::Menu * > property_submenu classGtk_1_1MenuItem.html - a0a3b13256f537fd4a6f4fb50ea06e983 + acfa47d7288a7cec5f815661b5113909a () Glib::PropertyProxy_ReadOnly< Gtk::Menu * > property_submenu classGtk_1_1MenuItem.html - a44e47b6fa120726fae6d5ff3c0876d0b + a26a15ff6c50d1656125f50fcc4d1545c () const Glib::PropertyProxy< Glib::ustring > property_accel_path classGtk_1_1MenuItem.html - ad064f3e6db8af23b8b60e8fb9d4dc887 + a6b4e2fba7a32b2dd3d1e479259baa910 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_accel_path classGtk_1_1MenuItem.html - a5320222861291a59a3d0f80d90432220 + ae5016595b0b08aa17e5a7811d0b9cabe () const Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1MenuItem.html - a3f6f33486c9abd0c89b5e6822ccc1aec + a3da7bb1f69d1bf262d0caa1a59e8bfbc () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1MenuItem.html - a7b4ea6e71a3831b693f094a761bb8ea3 + a7d3f306cfcc9b25bc29b22a67cb6fa2c () const Glib::PropertyProxy< bool > property_use_underline classGtk_1_1MenuItem.html - ab8ff98e877577912de9064d0fe0b03c2 + a8176108a96c3a7b790e1f76400e72507 () Glib::PropertyProxy_ReadOnly< bool > property_use_underline classGtk_1_1MenuItem.html - ac97db0a23c81cf7d11d71d521104b976 + a8cab09e99d61014ac14c4926155ab455 () const @@ -37602,14 +37755,14 @@ Glib::PropertyProxy< bool > property_take_focus classGtk_1_1MenuShell.html - a98a38ba541cff7ba9f990e24adeb6642 + a5aa0e2a3182a8b8ed7dca7d05079900a () Glib::PropertyProxy_ReadOnly< bool > property_take_focus classGtk_1_1MenuShell.html - a4119fb422a09241e3e88a6cc1431ee06 + accdbb49ff6b56ed86d814172e5eabf4f () const @@ -37747,14 +37900,14 @@ Glib::PropertyProxy< Menu * > property_menu classGtk_1_1MenuToolButton.html - ae33e9b90b4063b2a4b93793b0e9fcb68 + ab7dfe3722f22381ed4f4bbffbf921c28 () Glib::PropertyProxy_ReadOnly< Menu * > property_menu classGtk_1_1MenuToolButton.html - ac1b51acab50c60b8f95796364c5131f2 + a6011bd3b0817ca605db6a7fa18097ac2 () const @@ -37864,91 +38017,91 @@ Glib::PropertyProxy< MessageType > property_message_type classGtk_1_1MessageDialog.html - aa81540b81a6b4a84499324771dc69d36 + a9d31588c87592a70a3515aeb4ca346b2 () Glib::PropertyProxy_ReadOnly< MessageType > property_message_type classGtk_1_1MessageDialog.html - ab6e70b66607ca8f0112073a0744ab8d6 + ab9fe85a46429cfc9cb193cad0d28778f () const Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1MessageDialog.html - ad72ad285a9d37fcd813a85c5be482c53 + a601dd1b9c96f77e67fccdcc8f0920371 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1MessageDialog.html - a733f5e1f396fd0c85f7ca4d6ccd078fc + ae571df7f2f082026b54ce76ef253a64f () const Glib::PropertyProxy< bool > property_use_markup classGtk_1_1MessageDialog.html - a94fec7d6bb4025086f91a72d6d34b2fc + a491696ff6f8c0888076814e7686980a4 () Glib::PropertyProxy_ReadOnly< bool > property_use_markup classGtk_1_1MessageDialog.html - a65d6c785263cd36eeb58162abc907f45 + ad06728b6f013d7a2c20a939adb53ef49 () const Glib::PropertyProxy< Glib::ustring > property_secondary_text classGtk_1_1MessageDialog.html - a0818302c9f71a00c216dc7828dc5b74e + ac96632705e65db903999ab99fdee1242 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_secondary_text classGtk_1_1MessageDialog.html - ad13ee830e9e9ace66c1a7b1ca5912893 + a0ea48a0475f707ea178b837d950603b7 () const Glib::PropertyProxy< bool > property_secondary_use_markup classGtk_1_1MessageDialog.html - adbc9f6218031f9d0ecd04d8f71cbc7c7 + a62abf769f06003a4253f2e2b3a098d69 () Glib::PropertyProxy_ReadOnly< bool > property_secondary_use_markup classGtk_1_1MessageDialog.html - a6ca951db9df1454dc4feddf47585aec8 + af0eb127bd2eb86476e8ab7754e3b5d20 () const Glib::PropertyProxy< Widget * > property_image classGtk_1_1MessageDialog.html - aee0863847d99afc641829ad9b1610020 + a2451a32cceb9196f30820b02e019c5fd () Glib::PropertyProxy_ReadOnly< Widget * > property_image classGtk_1_1MessageDialog.html - a0d8f99bc8989ec9b94021c01371c13ee + a1677414e05ca6327f659f62739f759a0 () const Glib::PropertyProxy_ReadOnly< Box * > property_message_area classGtk_1_1MessageDialog.html - ac074c3a56bbe51ee6dbed5afd87abbc1 + a68e94263ea885d3b6217d3c4c732b13b () const @@ -38023,56 +38176,56 @@ Glib::PropertyProxy< float > property_xalign classGtk_1_1Misc.html - a03cf5bf073cc64fb196805ac32524267 + ac181c844d2fe2b43dbda2f23a4231a81 () Glib::PropertyProxy_ReadOnly< float > property_xalign classGtk_1_1Misc.html - a3c5470e80b2edaac11bdf3c967f1e17f + a5046590535be0e6930ce17f9cf824953 () const Glib::PropertyProxy< float > property_yalign classGtk_1_1Misc.html - a10c0f882f1e51e0e427357076a203e51 + ab67c479521501ac9ccfd689d874da0c5 () Glib::PropertyProxy_ReadOnly< float > property_yalign classGtk_1_1Misc.html - ab20de06a1106605104dd6a73b6b6934c + a655ae7b3d31c7c11aa6a7623e643a6e0 () const Glib::PropertyProxy< int > property_xpad classGtk_1_1Misc.html - ab6be8f058d89d2bed1c6148d9f59cf02 + a2cc61421fbcd8fc6a1b7642021a1c957 () Glib::PropertyProxy_ReadOnly< int > property_xpad classGtk_1_1Misc.html - a690680af04266ba62e6acb2484188e3e + a25d7c4f6f25095ccba12c30fbfd190bc () const Glib::PropertyProxy< int > property_ypad classGtk_1_1Misc.html - aa11c35df68a8a1dc40e45a610f81ce51 + ae51c9a39ad4d2fb1b0aa91f7d4c30927 () Glib::PropertyProxy_ReadOnly< int > property_ypad classGtk_1_1Misc.html - a6462edd51b31917cb808b7cd1aa33e9a + a64c3b42c62932797c2a5eeb3c3ffda40 () const @@ -38546,98 +38699,98 @@ Glib::PropertyProxy< PositionType > property_tab_pos classGtk_1_1Notebook.html - a94dbe360e0e41261582c20b15e257259 + a1b0d40645e4a691b838d9c01d0fda6d8 () Glib::PropertyProxy_ReadOnly< PositionType > property_tab_pos classGtk_1_1Notebook.html - a71e5f1c8cb3c99b7a945247eaf3d635e + aa88ba10bddf99be09b3a1f1d731ba354 () const Glib::PropertyProxy< bool > property_show_tabs classGtk_1_1Notebook.html - a70f9d9260af3c9ed4b6644e103c6249f + a74ac652814342ce02045c4e13123974e () Glib::PropertyProxy_ReadOnly< bool > property_show_tabs classGtk_1_1Notebook.html - a70489d2789fd3c66fda196201c4b004b + af72ba89f4f57809babbc6d821b44fe22 () const Glib::PropertyProxy< bool > property_show_border classGtk_1_1Notebook.html - aa882d32d4a9bd02daaf5c5ac02c8ab15 + acd19a1cd009ac0e22067a7e95e50f95c () Glib::PropertyProxy_ReadOnly< bool > property_show_border classGtk_1_1Notebook.html - ad0027e0f54e581b40378199b2a05a276 + a8b9db71c1743e1256c2fe8580dec3d63 () const Glib::PropertyProxy< bool > property_scrollable classGtk_1_1Notebook.html - adadf44949dc73ba9ecc6f31194331b5b + afcfab07ef41aaced825464f1f3bd8434 () Glib::PropertyProxy_ReadOnly< bool > property_scrollable classGtk_1_1Notebook.html - ae04b5d0ea84cf47c3bf584d071f6b437 + a89cda83486fc6f33eccf60e21066e5bf () const Glib::PropertyProxy< int > property_page classGtk_1_1Notebook.html - a4b84ce79f71a99a81a55cfdbfce4335b + a6941d718b5bbfcf1a874a46363cc7b37 () Glib::PropertyProxy_ReadOnly< int > property_page classGtk_1_1Notebook.html - a7aa7943420ac3ad85e6063a27230f91b + add2ae3c3a0971c41ea9a1b25c3d1f294 () const Glib::PropertyProxy< Glib::ustring > property_group_name classGtk_1_1Notebook.html - a3db4e41fc0ee428c6b2b309ac0be3e1a + a85db9542c79473ea0713c55b69dad8c0 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_group_name classGtk_1_1Notebook.html - a4b8395761f2cb4f1f9b7a75e93ff25d6 + a58464ed23902b0ced4c1c486b66804a3 () const Glib::PropertyProxy< bool > property_enable_popup classGtk_1_1Notebook.html - a26ead75a3f982a3232273ce940d15765 + a5e009a3bc5c3e41febbf54b3ee1e3813 () Glib::PropertyProxy_ReadOnly< bool > property_enable_popup classGtk_1_1Notebook.html - acdeb51d12959a0b7a72cf137379dd312 + af04f3afbd0dab4eb27f11fe23d1a65b6 () const @@ -38775,28 +38928,28 @@ Glib::PropertyProxy< int > property_count classGtk_1_1NumerableIcon.html - ae2b22ee27f5df3470845a96fb1e20b3e + afea7bdcefe205b930c09a141aade5c48 () Glib::PropertyProxy_ReadOnly< int > property_count classGtk_1_1NumerableIcon.html - a3a2c10e147e9ba92b82c1d2ed580b089 + a235641e2665d5a42b266566076add346 () const Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1NumerableIcon.html - a431c158583b591f714b18202e0b349ab + ac675be605026096aa0689602a5d97674 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1NumerableIcon.html - aabab5de45806a7094c19acc47d115d17 + ae96c1bd1135852c2cff21855299e1b9c () const @@ -38831,14 +38984,14 @@ Glib::PropertyProxy< Glib::ustring > property_background_icon_name classGtk_1_1NumerableIcon.html - ac270ddbd8d5075935db4036ac089f717 + af12c1d023a39a70acf214aedb07e4d1d () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_background_icon_name classGtk_1_1NumerableIcon.html - a05841ad6fbd5846dfcf0ff4d67ce85c1 + a8489ae1d3e1d2637fac9807be537012c () const @@ -38988,14 +39141,14 @@ Glib::PropertyProxy< Orientation > property_orientation classGtk_1_1Orientable.html - afbb6a6f628d0d12749c6fdc44438dadb + aac9c7b152a704fd78277a2110045b469 () Glib::PropertyProxy_ReadOnly< Orientation > property_orientation classGtk_1_1Orientable.html - a37aaf900c481e32b335b804a1b86e38a + adb51cf354c02c708d1f54f2c5dfc02eb () const @@ -39398,42 +39551,42 @@ Glib::PropertyProxy< int > property_position classGtk_1_1Paned.html - a4e7d95b584d0bdc254c85ed599f9f85c + a65923e19f26790786978ec07ba9e7b4b () Glib::PropertyProxy_ReadOnly< int > property_position classGtk_1_1Paned.html - ad230642e42045bda1e5d96c4b919726c + a1a9a025ce35bd8e189cb1b0427d5529b () const Glib::PropertyProxy< bool > property_position_set classGtk_1_1Paned.html - a43199997009d4f0726c6a36b69269709 + a0293ef3ca8d2b0d97ace2591b65e1a70 () Glib::PropertyProxy_ReadOnly< bool > property_position_set classGtk_1_1Paned.html - a216f1511c84579ebf3a289266cce5b0b + aeee0f4833d0bc27170ea7e8dcb7abd0a () const Glib::PropertyProxy_ReadOnly< int > property_min_position classGtk_1_1Paned.html - ada2df7616d36a6b6974277cc72d5acfa + aa5672b4720c287d123cf96018ea2e7d1 () const Glib::PropertyProxy_ReadOnly< int > property_max_position classGtk_1_1Paned.html - ad23e9e0fdbee05e937b1015e95bdf15b + a80602ef6edf9fab289c6a238b8d0f2d6 () const @@ -39733,17 +39886,17 @@ () - Cairo::RefPtr< Cairo::Context > + ::Cairo::RefPtr< ::Cairo::Context > get_cairo_context classGtk_1_1PrintContext.html - accb2dd83630559bd6691a8c2ee33ce39 + ac70e7287f0eb6c4ab228ca30ad463d2f () - Cairo::RefPtr< const Cairo::Context > + ::Cairo::RefPtr< const ::Cairo::Context > get_cairo_context classGtk_1_1PrintContext.html - a14217edc5fac5471677c36527c1ee2f9 + a4415b0b6220680e51e4810ba995393e4 () const @@ -39827,8 +39980,8 @@ void set_cairo_context classGtk_1_1PrintContext.html - a4cb25dfa48c8a7242baf01b951319186 - (const Cairo::RefPtr< Cairo::Context > &cr, double dpi_x, double dpi_y) + af14335493dc8ea0d4259659238c14bcd + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double dpi_x, double dpi_y) Glib::RefPtr< Gtk::PrintContext > @@ -40253,203 +40406,203 @@ Glib::PropertyProxy< Glib::ustring > property_job_name classGtk_1_1PrintOperation.html - ada5ce02a154711a2b5f3f7b5af4b7d5f + a799559f1ac771946cf423119bf8e4628 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_job_name classGtk_1_1PrintOperation.html - af8636026aa66da1fd29eebfc6d6b2a36 + a2f72b920f5fb36db695ba985e1b3ad5c () const Glib::PropertyProxy< int > property_n_pages classGtk_1_1PrintOperation.html - add8ca97a42dac07ee993c9a11719323e + aa4e7a7b187ac145f9ecde3bacc27b310 () Glib::PropertyProxy_ReadOnly< int > property_n_pages classGtk_1_1PrintOperation.html - aafa520b93d6651551fde0a8e2aa44866 + a52ac99b60df41767bd7c8e06bcca352a () const Glib::PropertyProxy< int > property_current_page classGtk_1_1PrintOperation.html - a133e4f16e65812203966993f0ed50429 + a043038b8bdc3ef813677ad1f14391f00 () Glib::PropertyProxy_ReadOnly< int > property_current_page classGtk_1_1PrintOperation.html - afba35fa5c401c114bbf599e4a8483991 + a4e367307657f8cfddb65c086618e8b61 () const Glib::PropertyProxy< bool > property_use_full_page classGtk_1_1PrintOperation.html - a550e8b51b327891f1b4cbd0f3132a2c7 + a5692f583cef2657c0ffbed0bf5ee310a () Glib::PropertyProxy_ReadOnly< bool > property_use_full_page classGtk_1_1PrintOperation.html - a477bcfbdb76102e591c651c9f05fefe0 + a80c2b824efb7aaf40f1ce98f28ecaaca () const Glib::PropertyProxy< bool > property_track_print_status classGtk_1_1PrintOperation.html - a0f29f56b5418a22c50fe78de3440fbfd + a207a7786a03bad3df29b96caa16ff5c1 () Glib::PropertyProxy_ReadOnly< bool > property_track_print_status classGtk_1_1PrintOperation.html - affad27b7edef779c8655cb3b66a58bdb + a9cd98b1de8350ca1e9906711a0822f16 () const Glib::PropertyProxy< Unit > property_unit classGtk_1_1PrintOperation.html - a2e4077604e0aed1198216d28bd76d08f + a1c3a04ec6e75b681d672b1dd82b00f3f () Glib::PropertyProxy_ReadOnly< Unit > property_unit classGtk_1_1PrintOperation.html - a225554f313abdc743a27732ba087e013 + a827350214aabc932132efe64498f2ba5 () const Glib::PropertyProxy< bool > property_show_progress classGtk_1_1PrintOperation.html - a052984d0431e983810663ca642c39e93 + a12da3cc7d2cf6ad4feb15c5f3ad29e49 () Glib::PropertyProxy_ReadOnly< bool > property_show_progress classGtk_1_1PrintOperation.html - a73b75034f76d0a88048fa0efe7536926 + af0540d0f7c10d7a1f240d5ffec0b858e () const Glib::PropertyProxy< bool > property_allow_async classGtk_1_1PrintOperation.html - a88805d6f129adbb4c16a1ad0538de405 + a98881dd3487baad33a14d3765adf9821 () Glib::PropertyProxy_ReadOnly< bool > property_allow_async classGtk_1_1PrintOperation.html - a515e171e4a68f3316ee4687975d91368 + af5a449e8ff6a6580155bf44da09a866a () const Glib::PropertyProxy< std::string > property_export_filename classGtk_1_1PrintOperation.html - ae608b1590d870b1340d1c68e07367006 + a43b28eb8f580cce5cd5c0a50c7e26e62 () Glib::PropertyProxy_ReadOnly< std::string > property_export_filename classGtk_1_1PrintOperation.html - a572f347e4189dc07e31fce3e3d980b8a + a5da0b54cc755d4eace70724aaedc76a1 () const Glib::PropertyProxy_ReadOnly< PrintStatus > property_status classGtk_1_1PrintOperation.html - a74c07831bf5f74e7442ca8db151e1663 + a2f164744ddaf1c1f0abf46b1dc916c8b () const Glib::PropertyProxy_ReadOnly< Glib::ustring > property_status_string classGtk_1_1PrintOperation.html - a8dacc3f6b25f3afbfb184deb0814d277 + a0a7308b6f8354a117003496f6ff574b9 () const Glib::PropertyProxy< Glib::ustring > property_custom_tab_label classGtk_1_1PrintOperation.html - abf1df6532125382ea5a4ba6ff33e33d6 + a8333b2700926f8ab56447df195d68292 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_custom_tab_label classGtk_1_1PrintOperation.html - aa0969c148f516931ea5734183c005f08 + ade764e537daa2f0d7c124cbd20619606 () const Glib::PropertyProxy< bool > property_support_selection classGtk_1_1PrintOperation.html - acfde946b6e13fbef753fac944b0d0250 + ab2e14ff7ce2921ba1a56581fe9687863 () Glib::PropertyProxy_ReadOnly< bool > property_support_selection classGtk_1_1PrintOperation.html - a2815d5c2e74c7a3b29ab21227accbcae + acae4a3582d21452e069937ab6ad279e9 () const Glib::PropertyProxy< bool > property_has_selection classGtk_1_1PrintOperation.html - a914e639425a3a1b959fb866fa5acfcac + ae1b14f53d924ea6ea1d709692ba019ae () Glib::PropertyProxy_ReadOnly< bool > property_has_selection classGtk_1_1PrintOperation.html - a54fbc193f081b7383e88b35405b9a3c3 + a07221e3b43b5dbc18b3307c504753414 () const Glib::PropertyProxy< bool > property_embed_page_setup classGtk_1_1PrintOperation.html - aabdadfb59ab16152b8ac69c1c993d14e + aaba28c148ffc156c35dd648c683d6748 () Glib::PropertyProxy_ReadOnly< bool > property_embed_page_setup classGtk_1_1PrintOperation.html - a3274aa14a9bf68f1867fcd256fe8c022 + ae6a5742f0408b0229b6f9ec62d1e367d () const Glib::PropertyProxy_ReadOnly< int > property_n_pages_to_print classGtk_1_1PrintOperation.html - a43d5070e10714a471fd001ea7efb8c68 + ae230956a94f18583f83b513f151d4536 () const @@ -41609,84 +41762,84 @@ Glib::PropertyProxy< double > property_fraction classGtk_1_1ProgressBar.html - a82255016ad2a5fe4b394cb75f20a4180 + af799c82783200ab27ec40ab8aac9ec61 () Glib::PropertyProxy_ReadOnly< double > property_fraction classGtk_1_1ProgressBar.html - af0d365e99e6d6da56f85a1c825b8521d + a992c28e99931ccda8a108e90ae6c7d62 () const Glib::PropertyProxy< double > property_pulse_step classGtk_1_1ProgressBar.html - a3e6659f61a67ad6b7efe1202212cca18 + a8d016e22a6d2a8d6ab1e1900da311a91 () Glib::PropertyProxy_ReadOnly< double > property_pulse_step classGtk_1_1ProgressBar.html - ad2147232471a77efbfb42ac4e4cfa15c + a3702c5f4cb99b253393b995b69149fe9 () const Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1ProgressBar.html - a7beea96cbdf484f1662e4288781d05b3 + a36db9b8ff8a9971ec180d69de7ed2db9 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1ProgressBar.html - aae7c52de547fc84ec1bb9d7d558c5c0f + a9ad1662dfde2b682ba9a41bbf083e6ad () const Glib::PropertyProxy< bool > property_ellipsize classGtk_1_1ProgressBar.html - aea3cb0e5e1fe1f1d63f5c732a99d9714 + a67379680ea917cef905744dd40044ed9 () Glib::PropertyProxy_ReadOnly< bool > property_ellipsize classGtk_1_1ProgressBar.html - ad5f112713f68657d2a9ec4fc69358c09 + a9dd88803de7e22e5a52affac8bf45e5a () const Glib::PropertyProxy< bool > property_show_text classGtk_1_1ProgressBar.html - af4e57e82a1b3d09919d92d90fe7474c4 + a29ec2f390716fc8a3b585cb51b529c1a () Glib::PropertyProxy_ReadOnly< bool > property_show_text classGtk_1_1ProgressBar.html - a7494b538a5034ec439c3f2b1d9d9dcdb + a8e80f6784aa889cb717bd9265a335a2a () const Glib::PropertyProxy< bool > property_inverted classGtk_1_1ProgressBar.html - a6600ae4956cb9bdd658c7756053e2ed9 + aa4232b8e100c8f09c7e13e3da1228963 () Glib::PropertyProxy_ReadOnly< bool > property_inverted classGtk_1_1ProgressBar.html - a5dfcda272cc5df02c08d434c4bcc5139 + a53361b9138f1c1cf6cc88f0c70ee432e () const @@ -41782,28 +41935,28 @@ Glib::PropertyProxy< int > property_value classGtk_1_1RadioAction.html - a74e2786ba4bfe6fb9c0b00d8efdfb230 + a681bc0423c7e8e3aafb9386c1758129b () Glib::PropertyProxy_ReadOnly< int > property_value classGtk_1_1RadioAction.html - a652174200fb87a857d5cee1cfb703580 + a559d1f45b17046bd2220de93750eb6aa () const Glib::PropertyProxy< int > property_current_value classGtk_1_1RadioAction.html - af779d282025251edb07827cfdce59fa3 + ad65c47a2acdb4acd9ae01c2f1ab6afa5 () Glib::PropertyProxy_ReadOnly< int > property_current_value classGtk_1_1RadioAction.html - a01b65c8727999c659e10b7e99124a74a + ad3963d87d544ac61d73aaed378dab710 () const @@ -42425,112 +42578,112 @@ Glib::PropertyProxy< Adjustment * > property_adjustment classGtk_1_1Range.html - aa4226adc3c55d9cfe62b281be62cbcbf + ae977454b6062f98ba0d5daad3d0a270e () Glib::PropertyProxy_ReadOnly< Adjustment * > property_adjustment classGtk_1_1Range.html - ad556b53eddfd43e3e217dedbd1f3d5f6 + a678186ee3c4fd334da75232051e1930a () const Glib::PropertyProxy< bool > property_inverted classGtk_1_1Range.html - a18409c8987a42cd86d07f73e0f7660a8 + a38769ceab47a8a6644d34778ba8e0b2f () Glib::PropertyProxy_ReadOnly< bool > property_inverted classGtk_1_1Range.html - a1a51a74b7ac5279902e7b5374bb7bd41 + a9e80b383db0ac8c4e8d2eb9e4a3d4c0c () const Glib::PropertyProxy< SensitivityType > property_lower_stepper_sensitivity classGtk_1_1Range.html - a8b5761ba002b81c9ad5d1eb0e6d9dc24 + a0df8323fad04151fc169116c7223b0eb () Glib::PropertyProxy_ReadOnly< SensitivityType > property_lower_stepper_sensitivity classGtk_1_1Range.html - a574f04c300108f8d26d97c149bf271fd + a94fe167d6c039a585790f1cc31c00059 () const Glib::PropertyProxy< SensitivityType > property_upper_stepper_sensitivity classGtk_1_1Range.html - af4cc23c00437409c511e1c6c7fdda06a + af2f97ec13027c06481ea6442061fcbe6 () Glib::PropertyProxy_ReadOnly< SensitivityType > property_upper_stepper_sensitivity classGtk_1_1Range.html - a032890db8411f8d1ba7ee385493714d9 + a0c9094bc2c5926852ff5716419d61d0b () const Glib::PropertyProxy< bool > property_show_fill_level classGtk_1_1Range.html - a4c174130aa95363b01a3e3f12e62d70f + a443a83cca1904ee00600992ea8b03044 () Glib::PropertyProxy_ReadOnly< bool > property_show_fill_level classGtk_1_1Range.html - abbd27eb33f2ed0eed7e4ad5bd74a344b + a3dc9894c95265340a0e1b1970e08c69b () const Glib::PropertyProxy< bool > property_restrict_to_fill_level classGtk_1_1Range.html - aa68d4dc7749acef14d0763745a89cf41 + a1bba1a3d0ad37b545fd379b2f5f09a0f () Glib::PropertyProxy_ReadOnly< bool > property_restrict_to_fill_level classGtk_1_1Range.html - a14e29ed99e26969a007d9614017571c9 + a74f1c53513da1aa5379a91ac9a195709 () const Glib::PropertyProxy< double > property_fill_level classGtk_1_1Range.html - a977e03d85cfac0113894bee43a7f06b2 + ab983fa77445f9b576d404beef8aa5d70 () Glib::PropertyProxy_ReadOnly< double > property_fill_level classGtk_1_1Range.html - a792a5e12252413ed375aaadd4349e291 + aa3af66cce76150bdd1d0f35ccc9af7da () const Glib::PropertyProxy< int > property_round_digits classGtk_1_1Range.html - a21b8c96370acc94a1fa298ae132fd628 + af29ec0552b3e2ed3c3437d85ec09c772 () Glib::PropertyProxy_ReadOnly< int > property_round_digits classGtk_1_1Range.html - af71939adadfbd443c687b06718eb47c5 + afde34cb1c2263bc4c297612c769d76a3 () const @@ -42634,14 +42787,14 @@ Glib::PropertyProxy< bool > property_show_numbers classGtk_1_1RecentAction.html - ada4e38e28ebdf7e39be9211ace1f1bf3 + a01e253d0a95790ceae3e5726ed331ac2 () Glib::PropertyProxy_ReadOnly< bool > property_show_numbers classGtk_1_1RecentAction.html - ac52eb46a99aa40fa44a641b4d620728b + a087d85fdc6a41e613a2d39d035c1e502 () const @@ -43040,112 +43193,112 @@ Glib::PropertyProxy< bool > property_show_private classGtk_1_1RecentChooser.html - a120a6fee8fadf8e913bb357dbe6a111c + a0591bb1f584b1f3b92b1b19ef7e9d84c () Glib::PropertyProxy_ReadOnly< bool > property_show_private classGtk_1_1RecentChooser.html - ac470aa03d5e4184797066264aeb79fa7 + af00f14f27fc6aca8c2cfe17e67fbd2e0 () const Glib::PropertyProxy< bool > property_show_tips classGtk_1_1RecentChooser.html - a590752d81802e910e59a3a0fa1ba1501 + a500c945e3dd77f1ab535e9b521738bfd () Glib::PropertyProxy_ReadOnly< bool > property_show_tips classGtk_1_1RecentChooser.html - ac1656660294319f459ef801a3fd461e0 + afe6b3f4251a177457450e30672bdb16b () const Glib::PropertyProxy< bool > property_show_icons classGtk_1_1RecentChooser.html - aa13aeeac99f24f529139fa36a347384b + a4cc08869d5c4ad3edf21294fd6fa64cb () Glib::PropertyProxy_ReadOnly< bool > property_show_icons classGtk_1_1RecentChooser.html - a25f5847c7be2f96bb92425cf9ca9e89d + a25dda84548db2f0d2e6640b7e3216670 () const Glib::PropertyProxy< bool > property_show_not_found classGtk_1_1RecentChooser.html - a632903c33b86777d5a8fc0908f21f233 + affac67e0c1de23c33c22607b4169e27d () Glib::PropertyProxy_ReadOnly< bool > property_show_not_found classGtk_1_1RecentChooser.html - abb431b5b5bb3839012072b18e49bee3f + ab864fe71953c7edcb267161fe39a0fc6 () const Glib::PropertyProxy< bool > property_select_multiple classGtk_1_1RecentChooser.html - abe37ae9f8b844e1c2fe954b5a36bd52a + ae7eef2903f5c70d211eeca2bc8ce4ec3 () Glib::PropertyProxy_ReadOnly< bool > property_select_multiple classGtk_1_1RecentChooser.html - a0961159a4683f162a64b3b8803cad185 + a2eac83421722220f4c3e5753a6c6dc87 () const Glib::PropertyProxy< bool > property_local_only classGtk_1_1RecentChooser.html - ac6c676f5fa60f052071b207871e06afc + aa68afe393c377f77463cb05592dd0092 () Glib::PropertyProxy_ReadOnly< bool > property_local_only classGtk_1_1RecentChooser.html - aab0a98f4d7b535596eee33a1899baa9b + acdc980c6534dda282876a84109536bb6 () const Glib::PropertyProxy< int > property_limit classGtk_1_1RecentChooser.html - a151a28e30711599bf7a17c19f32f3b90 + a0c605a9684c2553640f0d240345d504e () Glib::PropertyProxy_ReadOnly< int > property_limit classGtk_1_1RecentChooser.html - a3889852995b5ecd565c141c03e278844 + a032f9d45507178602783e4665c20f1bc () const Glib::PropertyProxy< RecentSortType > property_sort_type classGtk_1_1RecentChooser.html - ab24325ac2a33c4bde52d28c24d8244c8 + a545e54019f5946b5987878e25374efe9 () Glib::PropertyProxy_ReadOnly< RecentSortType > property_sort_type classGtk_1_1RecentChooser.html - a620e6b9f016a785b3fa81212498d12b9 + af65bd53cef7d9d2ccc47f7f846303e69 () const @@ -43361,14 +43514,14 @@ Glib::PropertyProxy< bool > property_show_numbers classGtk_1_1RecentChooserMenu.html - a0b7463504e6e8e4d66c464eddb397465 + a6eecce71b6251857ae394aaac5961c46 () Glib::PropertyProxy_ReadOnly< bool > property_show_numbers classGtk_1_1RecentChooserMenu.html - a96c70a7a850007b8dd68e26c381bb29b + acdaea18f416aaaf3bb53ba6e2513e6f6 () const @@ -44056,14 +44209,14 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_filename classGtk_1_1RecentManager.html - aafd62f6093f71893ffa285acc8cbc691 + ad629e0b128c7e113fada393f8ed12bcb () const Glib::PropertyProxy_ReadOnly< int > property_size classGtk_1_1RecentManager.html - adb4fbf5f5c25e2e84ba86d56dc2f4098 + a1b07ed7c6873f0539f3afc817501130a () const @@ -44289,42 +44442,42 @@ Glib::PropertyProxy< int > property_digits classGtk_1_1Scale.html - a6edf67b7e8841e5850571bb11f35bf53 + a7b52dddc7ec049bc7e5c231bcf0b48f5 () Glib::PropertyProxy_ReadOnly< int > property_digits classGtk_1_1Scale.html - a27cb3dc18728831b00cc84a3c5c4b7e8 + a60ecf386434a3f4543316815ec43a2bc () const Glib::PropertyProxy< bool > property_draw_value classGtk_1_1Scale.html - a9a082fce199f4152e7b5f7f7427bee70 + a4a72080b7356e7d6e764f038a78edcc9 () Glib::PropertyProxy_ReadOnly< bool > property_draw_value classGtk_1_1Scale.html - ab953014f91040fc360b289f030f28c71 + a28ba3c5fd85af9301f1f82c1cd3b415b () const Glib::PropertyProxy< PositionType > property_value_pos classGtk_1_1Scale.html - a5ec19185d27dce13e77aa35b6fe98ac7 + af3d7a69169b1c1f932211d3a1e183eb9 () Glib::PropertyProxy_ReadOnly< PositionType > property_value_pos classGtk_1_1Scale.html - a2047ef5faefdade27bbe34fd6ae44f7c + a6c7c6d2a5bac73457050399311dfeca1 () const @@ -44484,42 +44637,42 @@ Glib::PropertyProxy< double > property_value classGtk_1_1ScaleButton.html - acfd34ea4088bbf5900d4dbda1a63b7c6 + a696dc4abe82c53a78505aee5a635f6e8 () Glib::PropertyProxy_ReadOnly< double > property_value classGtk_1_1ScaleButton.html - aacd2c58347243a5939d1f374cd13e96b + acd61ec983ab222d00a1f2807890f8ee6 () const Glib::PropertyProxy< IconSize > property_size classGtk_1_1ScaleButton.html - a16423d8caa8e69f4e9c6b0b23c50b073 + a1a45899f2749633de78fac35d5d2c982 () Glib::PropertyProxy_ReadOnly< IconSize > property_size classGtk_1_1ScaleButton.html - a58ed65f8d8571db21e024086870fbfb0 + a21db0d3d035110ad4c27061a457cc1c3 () const Glib::PropertyProxy< Adjustment * > property_adjustment classGtk_1_1ScaleButton.html - a15be0e017f2f7dc4545cbf6654cd561a + ad3151f64af85b6c0445f38bf3332a709 () Glib::PropertyProxy_ReadOnly< Adjustment * > property_adjustment classGtk_1_1ScaleButton.html - a738148368c14daa7c914b389f15225bd + a0bac0715b1e92c520a6f19b98192ce99 () const @@ -44692,28 +44845,28 @@ Glib::PropertyProxy< ScrollablePolicy > property_hscroll_policy classGtk_1_1Scrollable.html - ac6b5c19e7ce88d8b03ac9f654a6c15a6 + a09a9a2db3286cdc743ce6ea2800095ff () Glib::PropertyProxy_ReadOnly< ScrollablePolicy > property_hscroll_policy classGtk_1_1Scrollable.html - af6ad4eda6e0ea2ce59ad72e6a03eb4fc + ac0a7966f961543f2d0f032a1b4f35fad () const Glib::PropertyProxy< ScrollablePolicy > property_vscroll_policy classGtk_1_1Scrollable.html - a914860cac2f39763d4c71efde769c415 + abffc7e716b656b90a3cc41d138d88bc6 () Glib::PropertyProxy_ReadOnly< ScrollablePolicy > property_vscroll_policy classGtk_1_1Scrollable.html - a9ee5c8f2d708f271c9640cc5a7c509ed + a34eb4a890096660459c3a88dc354fdff () const @@ -45004,98 +45157,98 @@ Glib::PropertyProxy< PolicyType > property_hscrollbar_policy classGtk_1_1ScrolledWindow.html - a548b28f5d9c609da2601b30349e810c6 + a34565d4e25f8ab217742dbdc9997610b () Glib::PropertyProxy_ReadOnly< PolicyType > property_hscrollbar_policy classGtk_1_1ScrolledWindow.html - a5b1ee78130abfa9eeeab9876e61d6745 + abd23ce72e2e724ccc5e7c179c2983c89 () const Glib::PropertyProxy< PolicyType > property_vscrollbar_policy classGtk_1_1ScrolledWindow.html - a8c60a964a80b5634bdaf6e145393baec + abaf9e0527d21281231f8dfb387171dae () Glib::PropertyProxy_ReadOnly< PolicyType > property_vscrollbar_policy classGtk_1_1ScrolledWindow.html - a33867def45674ed13d72ba16eaa4cbb2 + af03171e415b653940130c3724b792e5d () const Glib::PropertyProxy< CornerType > property_window_placement classGtk_1_1ScrolledWindow.html - a60c822eda1da89423f410a34b790ec65 + a6da6ea2b52099d0ea0fd0845e8a9f662 () Glib::PropertyProxy_ReadOnly< CornerType > property_window_placement classGtk_1_1ScrolledWindow.html - ae4dd8f11fc3ca780ec4379b05ef22c63 + a8e270f127f2320b2cb6931506e783559 () const Glib::PropertyProxy< bool > property_window_placement_set classGtk_1_1ScrolledWindow.html - ab4e66ef310eb022fa6518729ad327ef6 + a5e20e97997424a725f8dfc061e85f8ed () Glib::PropertyProxy_ReadOnly< bool > property_window_placement_set classGtk_1_1ScrolledWindow.html - ab984a60bbeadde9d56f7182a9fc22b6c + a18ac6c7e4065708bf117ed7d889aadcc () const Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1ScrolledWindow.html - ada0eb1764387b4b1f611095b723b402d + a784f718dbe090b5e737c043af27b90e5 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1ScrolledWindow.html - a86a8b4039799de8dcb5c9c978af9651d + a92378e1fd6428d6337db1a7154123f2d () const Glib::PropertyProxy< int > property_min_content_width classGtk_1_1ScrolledWindow.html - a025a180193d6c635ef9534869fc6c0a2 + afa843207b04c1e2d71cc83e89f381033 () Glib::PropertyProxy_ReadOnly< int > property_min_content_width classGtk_1_1ScrolledWindow.html - ab226c9e86b5f0ea19f2dfacbc4d13a70 + a2a7295e6550d03af2407700c143bed65 () const Glib::PropertyProxy< int > property_min_content_height classGtk_1_1ScrolledWindow.html - a19be90e540acc214a310fa8a752250ec + aedc8784514cd4e0e8bf8c93b56ef0da1 () Glib::PropertyProxy_ReadOnly< int > property_min_content_height classGtk_1_1ScrolledWindow.html - af8559eac5cfcfb38101bbf5c675bba0b + a1e32acd8c1fbae7f3c9b83c3a3918d2b () const @@ -45493,14 +45646,14 @@ Glib::PropertyProxy< bool > property_draw classGtk_1_1SeparatorToolItem.html - ae1622e79f2128bcd658768439ed4861b + a4fab1a08aa0e3210e1c8901e5a780bfe () Glib::PropertyProxy_ReadOnly< bool > property_draw classGtk_1_1SeparatorToolItem.html - a238e9720c26c28332b58b3f8665e7a7d + a80c5bb37ebff5d13d5c913382d1325a5 () const @@ -45547,777 +45700,805 @@ Glib::PropertyProxy< int > property_gtk_double_click_time classGtk_1_1Settings.html - af6d191ecfbf416ed15494b05093f1e59 + a9bfa2b745a223d0e0502ced07ed4889b () Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_time classGtk_1_1Settings.html - aaca24c3567c60191ee5937ae11e6ff80 + aa922b0c4eccd80c8563f2fc8f62d8ede () const Glib::PropertyProxy< int > property_gtk_double_click_distance classGtk_1_1Settings.html - a84f781878a7d20f363e8d6c2c8a1b336 + a930db2309a66aceb349bae2e634f11e9 () Glib::PropertyProxy_ReadOnly< int > property_gtk_double_click_distance classGtk_1_1Settings.html - a16caa5ba80bb697a9184532a533a32e7 + aee55024ad6ffbe3b2f3c42ca4c1699f5 () const Glib::PropertyProxy< bool > property_gtk_cursor_blink classGtk_1_1Settings.html - a97ff5fbb7b5888202be47ffbc11537c1 + aeced7447c079b52e1247caf9ba0fa039 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_cursor_blink classGtk_1_1Settings.html - af708dcdbc9a907d87a13316a94106292 + acc52194e389ef926ed499e323a7aca64 () const Glib::PropertyProxy< int > property_gtk_cursor_blink_time classGtk_1_1Settings.html - a4a2293a03edaed8d5db3089e89c36a96 + a6139291a00bc2a19f351ee8f6f46a655 () Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_blink_time classGtk_1_1Settings.html - a4d4d39244f45f993fd6e1f3feaf293cb + a6901eaecfa4de6bdfb36dcfc110237ed () const Glib::PropertyProxy< bool > property_gtk_split_cursor classGtk_1_1Settings.html - aed27440fc9ecbc44e57e5c63944b09d8 + ab9f6bec9fee6ee95f72b56e8afd0a8b6 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_split_cursor classGtk_1_1Settings.html - ab490e3334b0a165399ef8d63568f5d2d + a9ef0ebdaa659da2a64eca66e8b69d286 () const Glib::PropertyProxy< Glib::ustring > property_gtk_theme_name classGtk_1_1Settings.html - a57d5f443858b84a2aee279b78901d44f + ab996d60f7c452606cd874d1afc275cde () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_theme_name classGtk_1_1Settings.html - a18977e203fed51aaeb5e2d60da509dc5 + aeb4e23e68b5fee9510c119244c535f7f () const Glib::PropertyProxy< Glib::ustring > property_gtk_key_theme_name classGtk_1_1Settings.html - a3f88aa1a799d6a211428f7ee34afd75f + a4dd40457ea2ec7408f2a876f5d6efabf () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_key_theme_name classGtk_1_1Settings.html - a0f74dcc4c42710b65554a4df8431c255 + ab3dcd67c56f36694ac62327fbf8a723a () const Glib::PropertyProxy< Glib::ustring > property_gtk_menu_bar_accel classGtk_1_1Settings.html - a97bdb6e0e4164a50799aed2f3f34bc4a + a54da6aea346f6358774dd36df1897297 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_menu_bar_accel classGtk_1_1Settings.html - adc0be1f775e8e5923303d62ce49001d1 + a144aeb52c7d85a566e5525cf9fae3b82 () const Glib::PropertyProxy< int > property_gtk_dnd_drag_threshold classGtk_1_1Settings.html - a7988276df3ce1a24f10658a1412855c0 + a3cd67d26e0133917f21e8e69769a7bad () Glib::PropertyProxy_ReadOnly< int > property_gtk_dnd_drag_threshold classGtk_1_1Settings.html - ab5cd9bf85a41e201a73de24976b2dc9f + a67df7a1c1c7ad7ac44fcb4ab74fceefd () const Glib::PropertyProxy< Glib::ustring > property_gtk_font_name classGtk_1_1Settings.html - adbdaec0f229ed3daefbe67c38a8697fe + a6b2d701398186e690d5188a682bef694 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_font_name classGtk_1_1Settings.html - af7ff373e21a34be979d1ff7ed03d7ed5 + a35ce86b6c3638107f80e6fd1d688700b () const Glib::PropertyProxy< Glib::ustring > property_gtk_modules classGtk_1_1Settings.html - a319324ad263eb573e6b5bb0a78de8b44 + a31587cd92ff434c1b077410bae889c93 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_modules classGtk_1_1Settings.html - af0b321f03f0276ec86564ac42ec6089e + a9c6668713a221724c31161983bfcf2dc () const Glib::PropertyProxy< int > property_gtk_xft_antialias classGtk_1_1Settings.html - a6bf2b8c3d6a6250a535786edc5d2d981 + a40906216244d171134659a8162db64a7 () Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_antialias classGtk_1_1Settings.html - a2711127077461f20ee812d0bbdacc397 + ac843189d9c4fedf46fd72097f90a087b () const Glib::PropertyProxy< int > property_gtk_xft_hinting classGtk_1_1Settings.html - aaa5e79e0df62a96e48bdf4effbfbfdad + a7de0aefe7a4b35d0c8d24b4081ba4831 () Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_hinting classGtk_1_1Settings.html - af03228c62f074cfef7250a99cecea868 + a3ef4a64fff3313d64f83b9e8baebd244 () const Glib::PropertyProxy< Glib::ustring > property_gtk_xft_hintstyle classGtk_1_1Settings.html - aefee12f94ad00254c036dc54df7a675f + ab70bfb3a4909fd0ff035a223c57131aa () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_hintstyle classGtk_1_1Settings.html - ab22d9aaa9193991d36f96c8fcae8eec0 + ab7c6c9243f19b3ea441d154031df8393 () const Glib::PropertyProxy< Glib::ustring > property_gtk_xft_rgba classGtk_1_1Settings.html - a4bc426af20c4d1c9919b682cd61377ae + ae0806cf7a045b3533c75993497c41d10 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_xft_rgba classGtk_1_1Settings.html - ad7cfbefd78d3cf557768f111410a49ce + a3a11e0d04791b969275ffdba648099ba () const Glib::PropertyProxy< int > property_gtk_xft_dpi classGtk_1_1Settings.html - afbc7eb7558d90015e8b9ab2476171950 + a72482e82b467a451a395cbef87494073 () Glib::PropertyProxy_ReadOnly< int > property_gtk_xft_dpi classGtk_1_1Settings.html - a98a69fc0803e0a6aa16aa25e8c0ecb15 + a1911eb41a2c7652cde283600d7bd1f59 () const Glib::PropertyProxy< Glib::ustring > property_gtk_cursor_theme_name classGtk_1_1Settings.html - ac6e6149f9f398ecfb36af0be422a8297 + a53c9a8bc8c1d6e6cb7287f47b75c9cde () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_cursor_theme_name classGtk_1_1Settings.html - a7bc14d72b984cdf5be0ba03e1d45bdd8 + adfa3218a47a56a06ef5b37644b93dc36 () const Glib::PropertyProxy< int > property_gtk_cursor_theme_size classGtk_1_1Settings.html - a14953d87faee834ed129c6569c93764b + a42f83d0d8409c8568d5a98b9e53f2934 () Glib::PropertyProxy_ReadOnly< int > property_gtk_cursor_theme_size classGtk_1_1Settings.html - a90f99ecf38a1349509da87db156f87c8 + a4ae98f52d0644d7a758b1d4f860ca951 () const Glib::PropertyProxy< bool > property_gtk_alternative_button_order classGtk_1_1Settings.html - a968167898173cabf5ca2c6f97d567ad5 + abe3c942e8f579391e4491effdcbea7f8 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_button_order classGtk_1_1Settings.html - a0a2f65bdfbed658920c1ff2816009151 + a0de322e0a7ed6184fe8c50ebbe68e593 () const Glib::PropertyProxy< bool > property_gtk_alternative_sort_arrows classGtk_1_1Settings.html - aebacb5040fc50cf144b8d2afc160a979 + af6781dc7cc2e8de9dd5653811635824c () Glib::PropertyProxy_ReadOnly< bool > property_gtk_alternative_sort_arrows classGtk_1_1Settings.html - a60dcc09ccffe768d8ae5d69310adb47c + a8aa1f4d007f6642b96553831cb5a1e79 () const Glib::PropertyProxy< bool > property_gtk_show_input_method_menu classGtk_1_1Settings.html - a487593b76a569382b539c2fbaddcbe9d + a2a2919fa167656128fca468bc4de263f () Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_input_method_menu classGtk_1_1Settings.html - ad3a0ea83f353d8c093aec4e37e4a5e8c + afa59365afa0d4d1c49764810e6b0c447 () const Glib::PropertyProxy< bool > property_gtk_show_unicode_menu classGtk_1_1Settings.html - a737dc8ab1bbecac951f506020f5a22a2 + a98c233fea7ec510da7928579f6afc9be () Glib::PropertyProxy_ReadOnly< bool > property_gtk_show_unicode_menu classGtk_1_1Settings.html - a463e7c5c7d56f94692bae1eaeb949ef5 + aa011ef541a0dd8a63dd86488775ae183 () const Glib::PropertyProxy< int > property_gtk_timeout_initial classGtk_1_1Settings.html - a7195061636bc95ab1d9831e69b47d0ad + ac92b62917850dc5443651ca762eb6845 () Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_initial classGtk_1_1Settings.html - aa4294b82326dddedf8cc7aad3588e4d7 + a701462a05bb9f14662725752b2c425c3 () const Glib::PropertyProxy< int > property_gtk_timeout_repeat classGtk_1_1Settings.html - a579849e369aa03cec8f38cd638a63c8b + a09228d1295f66f1e7739b874f9aadcbc () Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_repeat classGtk_1_1Settings.html - ab32b395f99fb27a6e40ec1b63b71183a + aa1241255e843217988bd794c51363df8 () const Glib::PropertyProxy< int > property_gtk_timeout_expand classGtk_1_1Settings.html - ade7c88796b2affc43051f27a60001eb2 + a366f8450f3ccef6164fe4051af213a60 () Glib::PropertyProxy_ReadOnly< int > property_gtk_timeout_expand classGtk_1_1Settings.html - a109330ddfaed46462e42480eb4774f3f + a76fdf7ccaf3958ae4dc9de6a8a14713c () const Glib::PropertyProxy< Glib::ustring > property_gtk_color_scheme classGtk_1_1Settings.html - a0f200ba008fc5b02c565590de91730b7 + ae03ae659405ca5b02126636e1616066e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_scheme classGtk_1_1Settings.html - ae19fcdcb9f6ab707ccb2c703e3815aea + add98c383970e81058d69d39ae65ce630 () const Glib::PropertyProxy< bool > property_gtk_enable_animations classGtk_1_1Settings.html - a1780a55deabfc65a793643d006ca2f97 + a4dca3b2d399f7e50144dfe5608a73a15 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_animations classGtk_1_1Settings.html - aa450b1ba5affb88184db75ab31accd72 + a5cdf9b993abfaeaa9e169931e23f5a85 () const Glib::PropertyProxy< bool > property_gtk_touchscreen_mode classGtk_1_1Settings.html - a35bbd3189d7afc6877c5f56f1045ea71 + a999402eff92e46060e9d4a22b085541d () Glib::PropertyProxy_ReadOnly< bool > property_gtk_touchscreen_mode classGtk_1_1Settings.html - aaa1a0b35c5c81da9e09fcb2b55a7d283 + a576e71f29a967c4c61087873fda29acf () const Glib::PropertyProxy< int > property_gtk_tooltip_timeout classGtk_1_1Settings.html - a89f49fab223615a8a1d73303af5762fc + accf0b0aae9ec73cd2e8347c4ad6f77f6 () Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_timeout classGtk_1_1Settings.html - ac9f5a05c0f085171e349b28001d3152a + a91ba7300894236ddc0d9e20fb218dc35 () const Glib::PropertyProxy< int > property_gtk_tooltip_browse_timeout classGtk_1_1Settings.html - a4cb14b7770b6d401aacef6f86db765f4 + a1784b5751527cebb11debe7dd7140cca () Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_timeout classGtk_1_1Settings.html - a6c5f928ea86387e69cfb070f207bdb68 + aae601ad00a0a264c9b46b2cf807a6f9d () const Glib::PropertyProxy< int > property_gtk_tooltip_browse_mode_timeout classGtk_1_1Settings.html - abf935d739d272d45ab173255300af23f + a07005841abea12ed395c8d4d3b403b10 () Glib::PropertyProxy_ReadOnly< int > property_gtk_tooltip_browse_mode_timeout classGtk_1_1Settings.html - aab14c04354efbf7d51af2bead9745280 + a0911d9331a863df9750751624ed7ecbf () const Glib::PropertyProxy< bool > property_gtk_keynav_cursor_only classGtk_1_1Settings.html - af9e3634252e6ff6b0ad774d77ae5502f + a11fa21d4c0bf3382993387a8926885ba () Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_cursor_only classGtk_1_1Settings.html - a16e7b01cf294185f1c64a242bcbe904b + ac51512a8a230450daec236da7684b977 () const Glib::PropertyProxy< bool > property_gtk_keynav_wrap_around classGtk_1_1Settings.html - a24d211a4aec9a7e27321fb757088f697 + aef8488dd80b72d6d742f400eb20aa43d () Glib::PropertyProxy_ReadOnly< bool > property_gtk_keynav_wrap_around classGtk_1_1Settings.html - a7928dcdc1872f79fb7cd5ecca632bcd7 + aa67018f80f761839a86769c8588e7b72 () const Glib::PropertyProxy< bool > property_gtk_error_bell classGtk_1_1Settings.html - ab19d0c5c24f62eb2fc98fd5dcf4482b2 + a1b681b6df57734d3558ea9e78b37c4c5 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_error_bell classGtk_1_1Settings.html - ac4bb6a491fd3094e6945d24f190e81ab + a13ea66224f1dfdf0c098bcdf8cf07246 () const Glib::PropertyProxy_ReadOnly< Gdk::Color > property_color_hash classGtk_1_1Settings.html - a87cc761cb4478f059e65264fb0ad035d + ac7fd06ce03cce6be7e2d8a1ba4800fa4 () const Glib::PropertyProxy< Glib::ustring > property_gtk_file_chooser_backend classGtk_1_1Settings.html - a355c7622867b176bfbd2b299124bdcb5 + a91517f165f75a7b12c0d3dc73652ae64 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_file_chooser_backend classGtk_1_1Settings.html - a794383629befd1b89c2fe8a4f527c915 + a21771a963bcaa5d4d82c644483446d0d () const Glib::PropertyProxy< Glib::ustring > property_gtk_print_backends classGtk_1_1Settings.html - aeb3e288f974e2a048fa9dc0a1521ef91 + aa20003edc12cb661616c396122ced517 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_backends classGtk_1_1Settings.html - af1f03c185c26990a044a3815c6c7d7e4 + a2c8d80368aab6cf14d5f44483acb9a51 () const Glib::PropertyProxy< Glib::ustring > property_gtk_print_preview_command classGtk_1_1Settings.html - a880eafa4591a5988c1bf160cb07148dc + a7192c330446b0ad3387a142788b423ff () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_print_preview_command classGtk_1_1Settings.html - a1ab13a7a9ac999759a3dc34e0dffa971 + a6c133990a05d7d8068a5db480ab6aada () const Glib::PropertyProxy< bool > property_gtk_enable_mnemonics classGtk_1_1Settings.html - a954760edc81811f4707d64293929f672 + aea807e47c3da18075ed67a9778684523 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_mnemonics classGtk_1_1Settings.html - a52f87fcf54b20ae955cf3fd2656f103f + a2e13eac69b8ead4a1f254fc0c1391372 () const Glib::PropertyProxy< bool > property_gtk_enable_accels classGtk_1_1Settings.html - a1cb6338cc60a6b95bafd70236bd9c488 + aec5fb2cdc07d553a1300daeff077cee6 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_accels classGtk_1_1Settings.html - acf26300b3c8b72ca6adccc6a43987eee + a52d0c2f0174aa3d8a746b1c87b809fb5 () const Glib::PropertyProxy< int > property_gtk_recent_files_limit classGtk_1_1Settings.html - a60c287a187f6a8dc20f941e3ed8c70d0 + a606d2c1e21cbda52fcb40c9f3f986f2a () Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_limit classGtk_1_1Settings.html - a9aaf630a693c446a0d74e71af356dbc4 + a3b3b1804b6f4aed4613bc4dccfcf7683 () const Glib::PropertyProxy< Glib::ustring > property_gtk_im_module classGtk_1_1Settings.html - ad8e4b8a9ebdf5cae81068fafb1d3cfb4 + a206083fa7b0c7505238beae28378c333 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_im_module classGtk_1_1Settings.html - a6fbd0b15b4e9e750664c351ef44a34eb + a72772f08dbb691fc4838abc6be315b64 () const Glib::PropertyProxy< int > property_gtk_recent_files_max_age classGtk_1_1Settings.html - afbdd98ce5955b74ff883b1749bb07a8a + a79cd3c77fd21e4547dbe5711fb9eccd5 () Glib::PropertyProxy_ReadOnly< int > property_gtk_recent_files_max_age classGtk_1_1Settings.html - a63f7f006558adb37496194ace5616f33 + a6f8de57af431e5a11c4150fe831e151a () const Glib::PropertyProxy< int > property_gtk_fontconfig_timestamp classGtk_1_1Settings.html - a924a5fd1d004555edbb3692e4f205812 + aad58b83b15523b68bee5f3083f905975 () Glib::PropertyProxy_ReadOnly< int > property_gtk_fontconfig_timestamp classGtk_1_1Settings.html - a8e3b9237dd141fa33bb8b9f25b446549 + a4042e8c50b6a4d0da8d41fc20c7044d1 () const Glib::PropertyProxy< Glib::ustring > property_gtk_sound_theme_name classGtk_1_1Settings.html - a8bf101334341d971403e578862fe7863 + adc428a346ba795b9175e0c788a8859b6 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_sound_theme_name classGtk_1_1Settings.html - a629268b3886c66e2ec5f3613cab56046 + a7429c434b0c126ba0ae3b93b4d8a00b5 () const Glib::PropertyProxy< bool > property_gtk_enable_input_feedback_sounds classGtk_1_1Settings.html - a289f52ac975ef6f816f2f021ca32dd1e + abbd363537dce30150c2c4606a5ea1300 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_input_feedback_sounds classGtk_1_1Settings.html - a4950c989d5ce069a4306dddff0526195 + a4df0797748fca9c82b3f2ed8726b3414 () const Glib::PropertyProxy< bool > property_gtk_enable_event_sounds classGtk_1_1Settings.html - a39d78d7eaf779ab0dec83f7c33c7abe5 + aeb7f94853b538d192b640e76fd7e3ab3 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_event_sounds classGtk_1_1Settings.html - a9c2db1b492eaf2a70f37913632ba27a5 + a4b971360c910d554634b81b43da44dad () const Glib::PropertyProxy< bool > property_gtk_enable_tooltips classGtk_1_1Settings.html - a87f99b73cdc423f0df229c9b939d57f7 + add470b979b497dcade22b731618c8c84 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_enable_tooltips classGtk_1_1Settings.html - aae6d3e51f591bd87c7198391a9e73a68 + a285c95219f433923713653afa62378da + () const + + + Glib::PropertyProxy< bool > + property_gtk_application_prefer_dark_theme + classGtk_1_1Settings.html + a40ac901fea4b95dedf972ed5aa971c51 + () + + + Glib::PropertyProxy_ReadOnly< bool > + property_gtk_application_prefer_dark_theme + classGtk_1_1Settings.html + a43c1eebddd062373f158d2baeef1c723 + () const + + + Glib::PropertyProxy< bool > + property_gtk_auto_mnemonics + classGtk_1_1Settings.html + a95a548278f3c975f64bd0ca783239b51 + () + + + Glib::PropertyProxy_ReadOnly< bool > + property_gtk_auto_mnemonics + classGtk_1_1Settings.html + a662d3979725ebbef6febc91cd605e025 () const Glib::PropertyProxy< ToolbarStyle > property_gtk_toolbar_style classGtk_1_1Settings.html - a66e649328ed9f596d5babef46ff122a1 + afc9e09b3ab1e2048fb84e2f07a72a761 () Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_gtk_toolbar_style classGtk_1_1Settings.html - af23835e38958fcd33b90b757f838a403 + ab7daefd722fb9f514bc3c4fbc6d44a7d () const Glib::PropertyProxy< IconSize > property_gtk_toolbar_icon_size classGtk_1_1Settings.html - a480090f9b75661c8b49d2a62459c0846 + ae1ebd4c44da35b38ce7f996c19c364b2 () Glib::PropertyProxy_ReadOnly< IconSize > property_gtk_toolbar_icon_size classGtk_1_1Settings.html - aee06b9312bf62cb54eb69c75408a88c9 + afb8ee9683e00a018179de632056bc59b () const Glib::PropertyProxy< bool > property_gtk_can_change_accels classGtk_1_1Settings.html - a7f278c81d011a4c64a5f65b20d1f6145 + a84aae21c533ffb610b1d5f5132ab9179 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_can_change_accels classGtk_1_1Settings.html - a00290de9064fb2fc46a219afb96fe8ad + ab11a640bde634ba09b0a503f89d497a6 () const Glib::PropertyProxy< bool > property_gtk_entry_select_on_focus classGtk_1_1Settings.html - a3cfcf44365c88264d9da096448d8e842 + a70db9ff7288fbb970435e0e7d4665a54 () Glib::PropertyProxy_ReadOnly< bool > property_gtk_entry_select_on_focus classGtk_1_1Settings.html - ac87c0e8e7498495d6cdca82ec7f0a35c + a4d1de1190f84c90f7d5a344b7c91252d () const Glib::PropertyProxy< Glib::ustring > property_gtk_color_palette classGtk_1_1Settings.html - a530f9f42a74ccafc0157cf127c28fd06 + a1ebd41f0c04532117e8321113555ba63 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_color_palette classGtk_1_1Settings.html - a4ec29e1b7be36e635c9ca3df7567add0 + a06cdf6f9475208e78d31208481ec6fa1 () const Glib::PropertyProxy< bool > property_gtk_button_images classGtk_1_1Settings.html - a959c873690ad3c0eb95647fe9390c374 + a12fe2a4da6a78f5283e2e6bc7f72dd4c () Glib::PropertyProxy_ReadOnly< bool > property_gtk_button_images classGtk_1_1Settings.html - afa847a7cc523f325b17d2313c40deef3 + aa0dc388691469d7b0b82cfabec5e66f5 () const Glib::PropertyProxy< Glib::ustring > property_gtk_icon_theme_name classGtk_1_1Settings.html - a2359d8ca7df4061f26297488692030a3 + ab28ff5868c4caa35c5ac64f2ab096d78 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_theme_name classGtk_1_1Settings.html - a7947ec50bbd7a0e8d8e0d5c953c2fb81 + adb7fa3557b34ce6b0ca07b0139666842 () const Glib::PropertyProxy< Glib::ustring > property_gtk_icon_sizes classGtk_1_1Settings.html - a004e9cac0d1d5e2af43c657d40aff721 + aa4ed5faa9951b2ccf0f3c18e5bb4679b () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_gtk_icon_sizes classGtk_1_1Settings.html - ae63a1cb1440cebf2b28908fe01b74ae6 + ae353ce1e4f8828a5c0b4f8b4d90030a0 () const @@ -46435,28 +46616,28 @@ Glib::PropertyProxy< SizeGroupMode > property_mode classGtk_1_1SizeGroup.html - a282976002ca26ad3356023b4016fd606 + af112ebe82ffe4c0591bb02045ad88843 () Glib::PropertyProxy_ReadOnly< SizeGroupMode > property_mode classGtk_1_1SizeGroup.html - a0e3f46dda52ae970a534800b46982a0f + a83d5d76f97639408589f2d759493fe38 () const Glib::PropertyProxy< bool > property_ignore_hidden classGtk_1_1SizeGroup.html - a9b425ed7d2767b5741e57e4627c3b278 + ab4d87ae8da0fbcc7089d2a9deb9c8bbf () Glib::PropertyProxy_ReadOnly< bool > property_ignore_hidden classGtk_1_1SizeGroup.html - a5d6c82611ad7be3c2fdf2c96d05e44c4 + a3c1befda8643ecc47cd113b9d818cbce () const @@ -46734,98 +46915,98 @@ Glib::PropertyProxy< double > property_climb_rate classGtk_1_1SpinButton.html - add8acf819c492df458fafdd948f0082d + aad95b174ccbfc29a4c4835b520eeadd4 () Glib::PropertyProxy_ReadOnly< double > property_climb_rate classGtk_1_1SpinButton.html - a1e6878061ea0955fe5d8d9c31d490208 + a0073ceb7bb1c1d34777dbf3caace08a0 () const Glib::PropertyProxy< guint > property_digits classGtk_1_1SpinButton.html - ac6970c78e33f2bfd3c0b7da5a3d5e8bb + a09f900e140d326a4c99c16f376500eee () Glib::PropertyProxy_ReadOnly< guint > property_digits classGtk_1_1SpinButton.html - aa6e669db8261777cbf7ee4e2fd9d4024 + ac09ada623be3672e2b8f02032d97d907 () const Glib::PropertyProxy< bool > property_snap_to_ticks classGtk_1_1SpinButton.html - a63de21459a3732d532959632ad858c08 + acea2268800ec84b5064de5b95faa6b92 () Glib::PropertyProxy_ReadOnly< bool > property_snap_to_ticks classGtk_1_1SpinButton.html - a9bcb41e2071c616391850817ba704e53 + a37546d2390caad1c700e8d94fa21d8db () const Glib::PropertyProxy< bool > property_numeric classGtk_1_1SpinButton.html - a6cc039a29425fc1b583c7bc9b6d7aa39 + acc4bf0d9bb5e3a90b5ad34c710496948 () Glib::PropertyProxy_ReadOnly< bool > property_numeric classGtk_1_1SpinButton.html - ab06f3dbe58bd6efa18b3a86f254b1d10 + a41b2232f5a90597dba7dda5bcce52b16 () const Glib::PropertyProxy< bool > property_wrap classGtk_1_1SpinButton.html - a0f1abc51109ccabc456e0ae8a661f0ce + a2bbb8e98b5d23c5892aa22375a8aacb6 () Glib::PropertyProxy_ReadOnly< bool > property_wrap classGtk_1_1SpinButton.html - aec3e5618cb9945671cbd490fe3697415 + a5059cfb743fd2cbe1751178210c0dad8 () const Glib::PropertyProxy< SpinButtonUpdatePolicy > property_update_policy classGtk_1_1SpinButton.html - a545fdd00939d4808ed45022441f34cfb + a2a07aab529db8284dbd023832860486e () Glib::PropertyProxy_ReadOnly< SpinButtonUpdatePolicy > property_update_policy classGtk_1_1SpinButton.html - af01a4d39bad5a1d11a48665961194d1a + ae69ff76f15fbd8e2484ea84326ffc440 () const Glib::PropertyProxy< double > property_value classGtk_1_1SpinButton.html - a2c42a562dc9c999ab83417bdfd743276 + a87cac1e9db5d499d02e9014962ba9c57 () Glib::PropertyProxy_ReadOnly< double > property_value classGtk_1_1SpinButton.html - ac1170a68044e3742a034314aad9fcf71 + a14b48604ba6dec87da7fa044ab825002 () const @@ -46914,14 +47095,14 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1Spinner.html - a1679936cbec4c2a32c2db84539cdeb85 + a590324c3bdb21cd8c52031da2a3f8faf () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1Spinner.html - abb806ae142a86f8d65fb6fb2c17d4b51 + adf83f002aaf93c7ea1404983e51a0dc6 () const @@ -47316,35 +47497,35 @@ Glib::PropertyProxy_WriteOnly< std::string > property_file classGtk_1_1StatusIcon.html - a9088ec994723d03031546945a0103815 + a11d29b2b3bd497506612f134dc1f0dfb () Glib::PropertyProxy< StockID > property_stock classGtk_1_1StatusIcon.html - a37defdb0a1468798571295ed22d52ea7 + ade9dd08444414e9057677e6fc049f4e8 () Glib::PropertyProxy_ReadOnly< StockID > property_stock classGtk_1_1StatusIcon.html - aeef3ee5235ca6bb84acec79f4849291f + aee21ba4c07e2f4010200945ec71089b1 () const Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1StatusIcon.html - a83b18525c0c11c33d5e3e9ed441e27eb + ab68b7cf63a285c0ad5ecccdb4b60b20e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1StatusIcon.html - adb1a96ad4b67a9fdfbc813119d7efc5b + a5cd4cd16337ba1357705abe3b832898b () const @@ -47365,14 +47546,14 @@ Glib::PropertyProxy_ReadOnly< ImageType > property_storage_type classGtk_1_1StatusIcon.html - a6c67d6abd34f9833585add85a4079fab + a5ceacf2d368088772a453d65012f4da8 () const Glib::PropertyProxy_ReadOnly< int > property_size classGtk_1_1StatusIcon.html - a62e77d2885933ed11c38c4e2adbffa68 + af4ba928d91b6e26d8f7b7d28dbab340d () const @@ -47393,84 +47574,84 @@ Glib::PropertyProxy< bool > property_visible classGtk_1_1StatusIcon.html - aa0506b76f4a58b92eef40c3f3bb88b84 + af0086e8728e32249aaeaf2f7fd1eb433 () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1StatusIcon.html - a498a184af59e09ab107a40aca669ca37 + a70e17888928ddd28575b48d91d63f42e () const Glib::PropertyProxy_ReadOnly< bool > property_embedded classGtk_1_1StatusIcon.html - a22b809d85b2f46d99acb7588d83801da + a8fcd5f42b5b7565603a78b30d96eef01 () const Glib::PropertyProxy_ReadOnly< Orientation > property_orientation classGtk_1_1StatusIcon.html - aa35c10d690de133778c1b8662ed1dac7 + a06252a19068f806333d6fe488b490f31 () const Glib::PropertyProxy< bool > property_has_tooltip classGtk_1_1StatusIcon.html - a3d486cb02a89a9fc92f3ccfe1400ffd9 + a2ec981986981925cb733b0dd4076e45f () Glib::PropertyProxy_ReadOnly< bool > property_has_tooltip classGtk_1_1StatusIcon.html - a18313090f9deb260c8c0e87bd2337726 + a9cb38f785acf4d1c3cfc647f32e5e825 () const Glib::PropertyProxy< Glib::ustring > property_tooltip_text classGtk_1_1StatusIcon.html - a72927501875cb25889ceea796744febd + a23605fcecba4fb2196957b111ab054ef () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_text classGtk_1_1StatusIcon.html - a9bf4bf1ef363f748ffcb348eef0d2e56 + adc0ebd4c161d1382ceb5b096118bed32 () const Glib::PropertyProxy< Glib::ustring > property_tooltip_markup classGtk_1_1StatusIcon.html - a57940b505d2cb2ddab09427e9206ee26 + a268322b94c14046b6607f7323405ac56 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_markup classGtk_1_1StatusIcon.html - a0f97d87d27097b7891fe45fb33c3e3ba + ab4c6e9621e0397455ed0f15131e1b663 () const Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1StatusIcon.html - ab4ce56238183fc4dc8cf22a406c1ae6c + a6ec3c29646f25c91b83e0fbb064aa5a1 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1StatusIcon.html - afb76316df15e61faabe83e33be3ddc18 + a28420f70430f0e34cdfff76bc0cec800 () const @@ -48074,99 +48255,99 @@ void render_check classGtk_1_1StyleContext.html - a84de27a9fbb156e56f17511c5478ff45 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a8bbfb2f9d18b910bc0ca5e90f1d2805c + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_option classGtk_1_1StyleContext.html - a1c041912783f7ab2ac3a71c745394cb5 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a9d48e4cbc74649d31a1d3b214ce5f5db + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_arrow classGtk_1_1StyleContext.html - aa15fc347db63ca17a9b1e08177cb9ca6 - (const Cairo::RefPtr< Cairo::Context > &cr, double angle, double x, double y, double size) + a2e15e3b10412484d89c5c4fb8c73cf15 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double angle, double x, double y, double size) void render_background classGtk_1_1StyleContext.html - a7276cdb609f691d8d3f789166e34df31 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a5c7dd35b1a892e8f5cabf9f31ecd27cf + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_frame classGtk_1_1StyleContext.html - a01de47023f1fee7bd75f279bdc0cc14a - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a6a94ba742dd7a32b5698a1962621ea50 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_expander classGtk_1_1StyleContext.html - aee5decc331898d4eeed0c26340bd8169 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a8decf2586a536c880e9ac1b83b9511f2 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_focus classGtk_1_1StyleContext.html - a4d4b62cedf3d50867e02773aa7141b00 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + adfb3753a5fdf1186a59f8e0b77a8beee + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_layout classGtk_1_1StyleContext.html - a3dc2d5bea5d00bea6ead574252469acb - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, PangoLayout *layout) + adcb7c95fa03fa148e461aa1152f9d399 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, PangoLayout *layout) void render_line classGtk_1_1StyleContext.html - aca1e8216537d6300086c314f4349b276 - (const Cairo::RefPtr< Cairo::Context > &cr, double x0, double y0, double x1, double y1) + abe05e9f5bb0667c3710053e84dc1026d + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x0, double y0, double x1, double y1) void render_slider classGtk_1_1StyleContext.html - abf1b1e56347aad372409bdee4445879e - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height, Orientation orientation) + afec1778274b1ba87045552cca18f1268 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height, Orientation orientation) void render_frame_gap classGtk_1_1StyleContext.html - a0c6b8b7b38f9c8a81057aab4ce5748b0 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height, PositionType gap_side, double xy0_gap, double xy1_gap) + a594348d08ef157bd4ff4c0592321861c + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height, PositionType gap_side, double xy0_gap, double xy1_gap) void render_extension classGtk_1_1StyleContext.html - a9e9d80f47665d92ed623e02137fdbb65 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height, PositionType gap_side) + a7f38d676a0e0414858d50d32dcc86240 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height, PositionType gap_side) void render_handle classGtk_1_1StyleContext.html - aefbda5ee08c9ab787cc08c4dcea65658 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + aaf33e2cad9e0488d3a5f7f4431bbf28e + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) void render_activity classGtk_1_1StyleContext.html - a37283d41e1b798f57e4a4c0f0596c7b4 - (const Cairo::RefPtr< Cairo::Context > &cr, double x, double y, double width, double height) + a9855b66288925e4b40bffd87bb9d6bd9 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, double x, double y, double width, double height) Glib::RefPtr< Gdk::Pixbuf > @@ -48200,14 +48381,14 @@ Glib::PropertyProxy< TextDirection > property_direction classGtk_1_1StyleContext.html - ade8eebff7675b2c9fe8fef7c9a86e913 + a2390edcf692961edc27623afd2d6dc58 () Glib::PropertyProxy_ReadOnly< TextDirection > property_direction classGtk_1_1StyleContext.html - a78e3f5fe2cdebf8a167e56be2aaeaa7c + a9b3f6054aad662815c1b9e3d04faf625 () const @@ -48344,14 +48525,14 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1Switch.html - a850742d9e4487438ce4f05c0e8129d0d + ae5b3afdbc654ef4861a32165a7e58d25 () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1Switch.html - a1991c3de31ac270f0fce564fde7e6cc0 + a022d16c230fd9d975d889dbfe99b3464 () const @@ -48496,70 +48677,70 @@ Glib::PropertyProxy< guint > property_n_rows classGtk_1_1Table.html - acfb09e787e160f8a10aaf8a51a3edd8d + a976db556e26e07f41f0b611bd073e477 () Glib::PropertyProxy_ReadOnly< guint > property_n_rows classGtk_1_1Table.html - abba3ded0d7bc3386eaf1b57fc764ac17 + af256587c6cfbbc5d5d6bf0b372333efb () const Glib::PropertyProxy< guint > property_n_columns classGtk_1_1Table.html - ad568998787d11cb188541f3cc2571deb + a66928e6507d50d00f0ed2bb7a0972a31 () Glib::PropertyProxy_ReadOnly< guint > property_n_columns classGtk_1_1Table.html - a1eab48d30d598f2b8f721e03c5ff84ba + a82a93feb67f6bd5c51410635de5cc631 () const Glib::PropertyProxy< guint > property_column_spacing classGtk_1_1Table.html - abf97ec2979409e904514f62359d39b82 + abd91832d63a3d8111a8b7726b145b3c7 () Glib::PropertyProxy_ReadOnly< guint > property_column_spacing classGtk_1_1Table.html - ae577fd997b3aa1d4e19c7f685918c8c6 + a05a1a54e3addbd0d636de9c1a4536854 () const Glib::PropertyProxy< guint > property_row_spacing classGtk_1_1Table.html - aacba83aaed638547c0fd6c08d4294b7e + a42bb570f272cd1c44a9fcf836986d259 () Glib::PropertyProxy_ReadOnly< guint > property_row_spacing classGtk_1_1Table.html - a32766df858a05f112614741974c30f51 + a177a71056b22656806bd1ef08ef016d8 () const Glib::PropertyProxy< bool > property_homogeneous classGtk_1_1Table.html - a7bd3d63c6685ef2b6e289a4554f61102 + a9b8bca913e136d0564938402e03d9d17 () Glib::PropertyProxy_ReadOnly< bool > property_homogeneous classGtk_1_1Table.html - a47d8894d90b353638e5d66e63b9d4c58 + a6b6e4324f3670cf51a1ff6681fab5228 () const @@ -49564,28 +49745,28 @@ Glib::PropertyProxy< Glib::ustring > property_text classGtk_1_1TextBuffer.html - a4783d052450555e56928d00de9088d2f + ad84476a53d2eb737553899835e9c5e07 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text classGtk_1_1TextBuffer.html - a2573430913cc9b7744776e1c2fb1f979 + aec0ca7ae2aed4cbc84fe4af9b89c5446 () const Glib::PropertyProxy_ReadOnly< bool > property_has_selection classGtk_1_1TextBuffer.html - a4a751ec1bbd2f0eecf1aab9c95957517 + a5059356b88f85f7b813d72cf1fab3fc6 () const Glib::PropertyProxy_ReadOnly< int > property_cursor_position classGtk_1_1TextBuffer.html - a7f118d392de01d035844edf11cc14929 + a145c03fee83b87e9802bd2eb9d4b542c () const @@ -50754,14 +50935,14 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1TextMark.html - a5ee676ad180ab9493d40ac1781c1fe34 + ac36e3d46b2514229c410c41317dc8add () const Glib::PropertyProxy_ReadOnly< bool > property_left_gravity classGtk_1_1TextMark.html - af96f82ce679613c88ac0bc7cf7fd41f6 + a60d88fa67f11b6759c2a82cb20e3e655 () const @@ -50864,826 +51045,826 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1TextTag.html - a5532929cdb3f77375aba9b49195916bc + a911f52ef364e49960be820b34ebebdbb () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background classGtk_1_1TextTag.html - ad2b5c47ccd60265e67db5e1313862c25 + a8989dc49399a8367babbd56fd53945b9 () Glib::PropertyProxy_WriteOnly< Glib::ustring > property_foreground classGtk_1_1TextTag.html - af713ee4472171c0ac5419e0c7b4c8833 + aa54940f99d788e5eddbd6294dd06880e () Glib::PropertyProxy< Gdk::Color > property_background_gdk classGtk_1_1TextTag.html - ab6dff269a18481bf90847ddd228c1256 + a982d944961ad488d27c2231d5b9cf52c () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk classGtk_1_1TextTag.html - af376cd28cd27253d49b95a59a84a1de1 + ae023e207afc3e04a613b03e8aea09e9b () const Glib::PropertyProxy< Gdk::Color > property_foreground_gdk classGtk_1_1TextTag.html - a2a9affeb900e1f471c170ec20bda4669 + a45324ec135e0167c710111311203a985 () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_foreground_gdk classGtk_1_1TextTag.html - ab132456e297b98fa465faa6929c35395 + abc5ce5a5908c54c76facc6ae2142f762 () const Glib::PropertyProxy< Glib::ustring > property_font classGtk_1_1TextTag.html - a6b80dd597024ac47e1a847d201cd3abb + ab40636496865f4f7db4a14cee7392fcb () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font classGtk_1_1TextTag.html - a75d63b83f807b17bebbd9b03e9240c70 + a9dc974e19c59ef6205b4cd0938ce62d2 () const Glib::PropertyProxy< Pango::FontDescription > property_font_desc classGtk_1_1TextTag.html - a536f6c35e8f0121d9cda45558b7ec464 + a5d21eb9b247d4329c87aa4d474d06e3e () Glib::PropertyProxy_ReadOnly< Pango::FontDescription > property_font_desc classGtk_1_1TextTag.html - a67ed62472f090b206f3dcda83375912d + ac5c0bacdc78035ec52ce8162f6e4c0d7 () const Glib::PropertyProxy< Glib::ustring > property_family classGtk_1_1TextTag.html - ac40b8060224dbd2b26049b1beea0011c + ae642e59ac123e5dada08f58b9f0aa58b () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_family classGtk_1_1TextTag.html - a6db67a83e9897d3446929c6f097720bc + aa7302451d76e9647f652bd115a21cfcf () const Glib::PropertyProxy< Pango::Style > property_style classGtk_1_1TextTag.html - a3a6a253b3d4869253cda97d510036f46 + a35f7636b28462a4515e9f91078d2460b () Glib::PropertyProxy_ReadOnly< Pango::Style > property_style classGtk_1_1TextTag.html - af6d7f343cadc0370f9620f33494ca6e8 + a7c951e3b7fe93e532fedc8078dc50128 () const Glib::PropertyProxy< Pango::Variant > property_variant classGtk_1_1TextTag.html - aa8c185f64cf26ded0d2d5069d281ca65 + a3e9c6aea6cc9d10d5f71d22da0effa72 () Glib::PropertyProxy_ReadOnly< Pango::Variant > property_variant classGtk_1_1TextTag.html - a717819562666b35bb32bbc3386525735 + a40295445d4091c09a2f126f1251f9cb3 () const Glib::PropertyProxy< int > property_weight classGtk_1_1TextTag.html - a88c5304fd4b9d59fa14d5dff5fac5e9f + a5eab7e55452cf0166a5336fb87c053a4 () Glib::PropertyProxy_ReadOnly< int > property_weight classGtk_1_1TextTag.html - ae463d9c6671d73fe6f100dda4bc656b0 + a9adc4230f39d584c3cab0f61f6da06e3 () const Glib::PropertyProxy< Pango::Stretch > property_stretch classGtk_1_1TextTag.html - aebf68a75d787e0ddf9448cfaa4359821 + ab3d897035a9532e7c01a8008e5e7e1c5 () Glib::PropertyProxy_ReadOnly< Pango::Stretch > property_stretch classGtk_1_1TextTag.html - a02bf257d88b2a861bdc999c747c1d7bb + abe27fd92a0a8649ec9fa396a63ab1fd0 () const Glib::PropertyProxy< int > property_size classGtk_1_1TextTag.html - a9452bfa613938facdb59dfae24f9cf14 + aa22d9692df6db4450704ede0a8e0bed1 () Glib::PropertyProxy_ReadOnly< int > property_size classGtk_1_1TextTag.html - a91d59bcbf94f4f96fa033c961aa17d01 + a7f5d23a187c2062be1ce28e637186458 () const Glib::PropertyProxy< double > property_size_points classGtk_1_1TextTag.html - aa43b2ca43ccbc0e55968542adabe544a + af160417c23f0103433a0960eee2ea8a4 () Glib::PropertyProxy_ReadOnly< double > property_size_points classGtk_1_1TextTag.html - af7cad3f564d2342391e625e26593c604 + a37f5959528950f837f355b8c19ba0cee () const Glib::PropertyProxy< double > property_scale classGtk_1_1TextTag.html - aacfb75c932d6fa6d5d5b20cb83da35c8 + a398452b705cfd2666e9c3d5400615a07 () Glib::PropertyProxy_ReadOnly< double > property_scale classGtk_1_1TextTag.html - aa803205285f41bc834d8a0e19874a647 + aee55c48da12a4dcc1ef2899aeb37eccb () const Glib::PropertyProxy< int > property_pixels_above_lines classGtk_1_1TextTag.html - aef3a40190141395b7ce52decb72bf362 + a81de1a8e2dc215ebf70e45ee727e7404 () Glib::PropertyProxy_ReadOnly< int > property_pixels_above_lines classGtk_1_1TextTag.html - a4dae09b3e170719842c6cad438a09a6a + ac1ab3af98718e32e8bc853e951b79c50 () const Glib::PropertyProxy< int > property_pixels_below_lines classGtk_1_1TextTag.html - a8cf3ceae6d39dc4d8178c6a4a78423de + a2c2016cc6a384146fa137c3b78fb0bb2 () Glib::PropertyProxy_ReadOnly< int > property_pixels_below_lines classGtk_1_1TextTag.html - ad4e45e5a7dfc24992e7d70fc03c11aa0 + a8aa9f1a46640fdcb53543b8d65132575 () const Glib::PropertyProxy< int > property_pixels_inside_wrap classGtk_1_1TextTag.html - ab575f94b7820a1e0ca1c04f36ed72390 + aa1f3568efe86de56578f8a70d81ce543 () Glib::PropertyProxy_ReadOnly< int > property_pixels_inside_wrap classGtk_1_1TextTag.html - a4e243b5718f5ebdcef6438f0608d5ccc + ae045a0264f6e318e98099ecbe8172d15 () const Glib::PropertyProxy< bool > property_editable classGtk_1_1TextTag.html - a0e669a756affa5aff9fd94f08cf0885a + a9d830c579ae3e5234803752630c297df () Glib::PropertyProxy_ReadOnly< bool > property_editable classGtk_1_1TextTag.html - a45363d7d43c893e9bff9a70bfd581de0 + ab9815eab957b49bbf4a674f58d824f8f () const Glib::PropertyProxy< WrapMode > property_wrap_mode classGtk_1_1TextTag.html - ac4629dc7540e567ffc888e6fec067548 + a24bab75c688b836b75fc16de00a2fc78 () Glib::PropertyProxy_ReadOnly< WrapMode > property_wrap_mode classGtk_1_1TextTag.html - a15e305d43bc8a6e9ad10982a4494eafd + aafaf43f250f9f6b6c1d411db475c8eb3 () const Glib::PropertyProxy< Justification > property_justification classGtk_1_1TextTag.html - a811d8883a1b6245eebd5ae0d9a6b30ff + af9de93c9290e48f9387e8d96a5f2e0f5 () Glib::PropertyProxy_ReadOnly< Justification > property_justification classGtk_1_1TextTag.html - a5afdd0a5ce200efce12ef2a0c3cb76ab + a766e2caa041da9a1082301120cc84d3a () const Glib::PropertyProxy< TextDirection > property_direction classGtk_1_1TextTag.html - abb011c1af4419ccc3430a50a15ddd60b + ae3e992daf64af6a72de44957b1bf6fa6 () Glib::PropertyProxy_ReadOnly< TextDirection > property_direction classGtk_1_1TextTag.html - a55b215b0220caac6019eea47f0f29299 + a17d88116c25f2c53e6fce5e0f969db09 () const Glib::PropertyProxy< int > property_left_margin classGtk_1_1TextTag.html - a41c10a8cf76469fcff011d2d007c24d4 + a3942adecabf5edf4832d3bc90ee8a2e1 () Glib::PropertyProxy_ReadOnly< int > property_left_margin classGtk_1_1TextTag.html - a6ae55eebaec38c958d1dda4ae96a8718 + aec496dc4a35cfe92714ffd7fb8dab890 () const Glib::PropertyProxy< int > property_indent classGtk_1_1TextTag.html - aa1bdb5b3c7f9838357d8afa26837c1e7 + accc19bfa983aee563949231a4cff0a15 () Glib::PropertyProxy_ReadOnly< int > property_indent classGtk_1_1TextTag.html - a27f9e3722fc2a8625ba0bb89e1b371e3 + a74aa72086369909855d9ab89f64f057a () const Glib::PropertyProxy< bool > property_strikethrough classGtk_1_1TextTag.html - a78e72fdf4b179d1658f09f3f4740adca + afb5758d236822a1bf329c5dd7b1d5de4 () Glib::PropertyProxy_ReadOnly< bool > property_strikethrough classGtk_1_1TextTag.html - a2730e82213050804bd9a0db15020ea3e + a6ab871e3ade1ae85d9820057b79070c2 () const Glib::PropertyProxy< int > property_right_margin classGtk_1_1TextTag.html - a453c89f29865fd07b6a8c03da41f0f0b + a7b03117800890953d6cb1a9811a255df () Glib::PropertyProxy_ReadOnly< int > property_right_margin classGtk_1_1TextTag.html - a89bc77375c7f15f8215d33935ac2ab87 + a637dfeb202d389253a3df37e99d2e17d () const Glib::PropertyProxy< Pango::Underline > property_underline classGtk_1_1TextTag.html - a707de6c60f5fc65841687012a5ecec46 + a5bcd656ee974546bf7b1b11e740c8ff2 () Glib::PropertyProxy_ReadOnly< Pango::Underline > property_underline classGtk_1_1TextTag.html - aa93b377ff50052817c864bb313880df1 + a045f5cce57e961c3949bb7e1fa2d28bb () const Glib::PropertyProxy< int > property_rise classGtk_1_1TextTag.html - a4720be6ab129a211e8cf6ff086ea81b3 + a08f409d98acbb66a65c040954ca6d117 () Glib::PropertyProxy_ReadOnly< int > property_rise classGtk_1_1TextTag.html - a6c5cdcee3205aed017e622f7dcdcf84d + ad7f0c471e9574c8d9c5b61bacbc7da19 () const Glib::PropertyProxy< bool > property_background_full_height classGtk_1_1TextTag.html - a01458ca5c092f92db0107cf407c01e05 + ac4b1f1e011c7751f442211bec156c736 () Glib::PropertyProxy_ReadOnly< bool > property_background_full_height classGtk_1_1TextTag.html - ab5b2e665c95cc5c05cd72f76afac6a37 + aede5c4e1d5ddda370de24e24660dd0d0 () const Glib::PropertyProxy< Glib::ustring > property_language classGtk_1_1TextTag.html - a07099029b536981a0d46c1ae4c351717 + a40ab3643b98d870fe377a0a82d2aa696 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_language classGtk_1_1TextTag.html - a6b2b69da884f32fb4873df9abf1dbd79 + aa339a1e94cd1b113856bec07b1451cae () const Glib::PropertyProxy< Pango::TabArray > property_tabs classGtk_1_1TextTag.html - abace8188e335e87f8e1a3cf496c526c2 + a2e5d1b52af39241a3a45b1016459ade6 () Glib::PropertyProxy_ReadOnly< Pango::TabArray > property_tabs classGtk_1_1TextTag.html - abb515745d67f40963f24901f9a45094f + ab7ea25cb58fe6247996afb5fab989b4c () const Glib::PropertyProxy< bool > property_invisible classGtk_1_1TextTag.html - a575a46b1bb96eeef7ef849eabd8b7b24 + a94641bb8c7ea7055d24d9794148b1a63 () Glib::PropertyProxy_ReadOnly< bool > property_invisible classGtk_1_1TextTag.html - abef2d46debbf071e588906a4c0b8dbe1 + af8b3b82d8cb49e6bdcc4ecbc64eccdd3 () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_paragraph_background classGtk_1_1TextTag.html - a611c30f1dbe2b03c28e0deae2ef209d2 + abf19e4afd0e0a0f5789c7b2811af8523 () Glib::PropertyProxy< Gdk::Color > property_paragraph_background_gdk classGtk_1_1TextTag.html - a51cfc4d8bb02219ac25e8cac20586115 + a981c0b7d24573758b457d69a476776fc () Glib::PropertyProxy_ReadOnly< Gdk::Color > property_paragraph_background_gdk classGtk_1_1TextTag.html - a5d9040cf8b4154dc95fc6d241800ae6a + ae8b536772ae2d6e310c9baecb233eda3 () const Glib::PropertyProxy< bool > property_accumulative_margin classGtk_1_1TextTag.html - a2107555900ffd198227dc9287cc13387 + a2a01303d87af2a20f0b35ee5e1ee8c77 () Glib::PropertyProxy_ReadOnly< bool > property_accumulative_margin classGtk_1_1TextTag.html - a7fa601568ddc4bf48b5e13be34df2296 + a2485649a7fdbb1a0c18ac2691f4249df () const Glib::PropertyProxy< bool > property_background_set classGtk_1_1TextTag.html - a77ecdfdc7175da9c5e0b8dd33d504099 + a83bbe65f2a824408c811c960935f5bf5 () Glib::PropertyProxy_ReadOnly< bool > property_background_set classGtk_1_1TextTag.html - a0b780478a69cfb0f0314015ea30c36df + a8b5f72cf74af9114569521106c41a0e8 () const Glib::PropertyProxy< bool > property_foreground_set classGtk_1_1TextTag.html - a00e54b30d0ea607d3f63016006cc415a + ae79a6d076087da355541ffd228dfa37d () Glib::PropertyProxy_ReadOnly< bool > property_foreground_set classGtk_1_1TextTag.html - ae01cbe883c05a449ef506fdd1aeb8d63 + a7a3859a3db2f6dbcef54af8ae2c97d76 () const Glib::PropertyProxy< bool > property_family_set classGtk_1_1TextTag.html - a168607d8dee48e1122fdfe4eae731b45 + a100e94fd24b729c25debcf241894c910 () Glib::PropertyProxy_ReadOnly< bool > property_family_set classGtk_1_1TextTag.html - af26b1d06595d7d008f0214a882415340 + af711b17738155e66b6882c38dcdda968 () const Glib::PropertyProxy< bool > property_style_set classGtk_1_1TextTag.html - a44edc61dfcfe6916a80530af83b517e6 + a7aace0b891d83f9144c33d120b3bd33c () Glib::PropertyProxy_ReadOnly< bool > property_style_set classGtk_1_1TextTag.html - a2dbe65d02e0203a10a3d615437fb252f + aafbcb6a0f9aaf1484fde2adde4aa8dd2 () const Glib::PropertyProxy< bool > property_variant_set classGtk_1_1TextTag.html - ab548bed9225ba42a54b55b5f0cea44ec + a7ad159434f2604310e576e405fc4b359 () Glib::PropertyProxy_ReadOnly< bool > property_variant_set classGtk_1_1TextTag.html - acc99e6f15afcf71b24f2e001b243c9fb + adf9988eb92a8da82827664cc749632b3 () const Glib::PropertyProxy< bool > property_weight_set classGtk_1_1TextTag.html - a1c9cf4c277fc3974604c79d8709ef918 + af010d4e816d8b584a3594bd1582e9fa3 () Glib::PropertyProxy_ReadOnly< bool > property_weight_set classGtk_1_1TextTag.html - ad7fa99a44691f2e415135397b6c12f5c + a0747eca3c52b1e82f35e771bf3c6f91a () const Glib::PropertyProxy< bool > property_stretch_set classGtk_1_1TextTag.html - a79a368d2bff54dcf4959c5ad5c3b92ff + a59a4b35fc6c3b3189df9257874739f0e () Glib::PropertyProxy_ReadOnly< bool > property_stretch_set classGtk_1_1TextTag.html - aba05581b0980117b3601994a02019aed + af75481e81fcc270dd29fed24a1443ffe () const Glib::PropertyProxy< bool > property_size_set classGtk_1_1TextTag.html - a25deacf3392798e8fc384e322c3670fd + a5e9507b9700c85de44769ac5d40e0218 () Glib::PropertyProxy_ReadOnly< bool > property_size_set classGtk_1_1TextTag.html - a8916ae0420683129e6eca579eb47cd87 + a783538db1e9478742c23182a29330039 () const Glib::PropertyProxy< bool > property_scale_set classGtk_1_1TextTag.html - aa3d33c2cdbe7b7d57fcd0a11177b4bb6 + a9a306c6981cf079976323d405d371bf0 () Glib::PropertyProxy_ReadOnly< bool > property_scale_set classGtk_1_1TextTag.html - aee7832c4bae09942ec8f239b5051508a + a7e4b7fc11891262f86a8dc0ae249e38a () const Glib::PropertyProxy< bool > property_pixels_above_lines_set classGtk_1_1TextTag.html - a54d5cb35a0ce2550c27ec28aee52d2ed + a364d783cff10feaa7787575d3a361048 () Glib::PropertyProxy_ReadOnly< bool > property_pixels_above_lines_set classGtk_1_1TextTag.html - a0ffb57f51db81c7805a302632cb44e6a + ac38c15eeb353ef364323e49b310dc470 () const Glib::PropertyProxy< bool > property_pixels_below_lines_set classGtk_1_1TextTag.html - ae014effe025cb15ce6e0b25f410327ab + aa30701b0a1b9978a7b04246069670141 () Glib::PropertyProxy_ReadOnly< bool > property_pixels_below_lines_set classGtk_1_1TextTag.html - a78efcf10b248a4a96b5276c07c34eb61 + a09cc865b1067eaa0f73ecd1e082b7a87 () const Glib::PropertyProxy< bool > property_pixels_inside_wrap_set classGtk_1_1TextTag.html - a599140442d843ac7d61c00ac0cdac29b + a53e6f2d0636bdf145debfcdd0f9dcd51 () Glib::PropertyProxy_ReadOnly< bool > property_pixels_inside_wrap_set classGtk_1_1TextTag.html - a5cd9a102e3473b54d042dc0e8a58be5d + a4df482648541a2afc2bc8ee2a1a58ebe () const Glib::PropertyProxy< bool > property_editable_set classGtk_1_1TextTag.html - a02bb15c9a5d0ca2cf44762c471a27ff0 + ac49d658b1727dc4b971d70bcf0c98d35 () Glib::PropertyProxy_ReadOnly< bool > property_editable_set classGtk_1_1TextTag.html - a8c9867b3ef539ee070257df3b61456f7 + ad94f0706fd517339d11f23fdb3a5cc9d () const Glib::PropertyProxy< bool > property_wrap_mode_set classGtk_1_1TextTag.html - a1355be0d85018c3a993c57752999fd97 + a55b615bd2767ec9fcf579ba2b45d5889 () Glib::PropertyProxy_ReadOnly< bool > property_wrap_mode_set classGtk_1_1TextTag.html - aef3acfa6d6214b9b10366e12403a81b3 + a496c60095373740d25171287cd03b43e () const Glib::PropertyProxy< bool > property_justification_set classGtk_1_1TextTag.html - a5a160066997fcc211fefb0af1741943c + a6483ae50a2ae09cd0cae6a849de73c36 () Glib::PropertyProxy_ReadOnly< bool > property_justification_set classGtk_1_1TextTag.html - a5a48438abfa040c97b537305291069f3 + a32390998abff46beb1ae06b95237a41a () const Glib::PropertyProxy< bool > property_left_margin_set classGtk_1_1TextTag.html - a573d7b9dfdd47237269a8179b01a7ff2 + ad8e4a178ec935d81e6192a2c07d47f5e () Glib::PropertyProxy_ReadOnly< bool > property_left_margin_set classGtk_1_1TextTag.html - ac8ecfeb821b4365b5384007c9bb664a4 + a23601e45d3a7b2525f019e01f668044c () const Glib::PropertyProxy< bool > property_indent_set classGtk_1_1TextTag.html - ac6af6d58ca837a91303ac8df87afeb59 + a71dbaf676fe82d09a6687a8290674b3a () Glib::PropertyProxy_ReadOnly< bool > property_indent_set classGtk_1_1TextTag.html - a8aad9511e52ce17e26442161830d5ecb + a1dcf4726d536d9381f3f714da0b59255 () const Glib::PropertyProxy< bool > property_strikethrough_set classGtk_1_1TextTag.html - a3bced4360a912af961fb26a9a5d18440 + a0cd0ed3a8e3567b40844150c3e3e4bad () Glib::PropertyProxy_ReadOnly< bool > property_strikethrough_set classGtk_1_1TextTag.html - a5fde335f9efb5290b0af7f6f5269fef3 + a534f61110969824d5858e3fb2f80f13b () const Glib::PropertyProxy< bool > property_right_margin_set classGtk_1_1TextTag.html - ad97d6625239331d1ce4a1430ea0f579f + ac0dfe7bc398c4dbcefbac68790cdd2b8 () Glib::PropertyProxy_ReadOnly< bool > property_right_margin_set classGtk_1_1TextTag.html - ac40bc496e49e12c024cd9f53d736ab7c + a98e15b9e3d92bbba6912d636d6dbdae5 () const Glib::PropertyProxy< bool > property_underline_set classGtk_1_1TextTag.html - acaae6660962a25fd48461d89ffa4b389 + ab23d85f9aa9d1872dec887a16bc0b105 () Glib::PropertyProxy_ReadOnly< bool > property_underline_set classGtk_1_1TextTag.html - af3b3962c168fc3844c9f65ca49fca60a + ad397a226cec74b6477d53b79962858f5 () const Glib::PropertyProxy< bool > property_rise_set classGtk_1_1TextTag.html - a06dd31c03c8ba6c59162eda0662c1482 + a5f1d9a0b6e6bdc5aa2e408c4ec265ecd () Glib::PropertyProxy_ReadOnly< bool > property_rise_set classGtk_1_1TextTag.html - a700bc02bb36ee2ab17b25bfaddad7c90 + a2da8bd9a4f68e0af21684e25873ba614 () const Glib::PropertyProxy< bool > property_background_full_height_set classGtk_1_1TextTag.html - ad619fc89e3a6b366663e92426ef9cadb + a72d763a9886cad5add76232c66f6d799 () Glib::PropertyProxy_ReadOnly< bool > property_background_full_height_set classGtk_1_1TextTag.html - af547d47e0f449eb0c43302cfe2542ba1 + a419c387d74c4abc321eeeb4a2c26cdce () const Glib::PropertyProxy< bool > property_language_set classGtk_1_1TextTag.html - a064614c43a3b46e3ce1cad77bf0eb1f7 + aa0d32e1de52691b00078f2d17a6409f1 () Glib::PropertyProxy_ReadOnly< bool > property_language_set classGtk_1_1TextTag.html - a083b12a441ba17beab68547f5ef3b299 + aec33154a926f1cea091c8b163583dd79 () const Glib::PropertyProxy< bool > property_tabs_set classGtk_1_1TextTag.html - a394a5b3b4c3bf9fa80546e1b6afeeddf + a6d60d666c3bc889a3f54f61e9e6b29c7 () Glib::PropertyProxy_ReadOnly< bool > property_tabs_set classGtk_1_1TextTag.html - a9818b0f73a9cabecc0c70f14bad11c81 + ac5235eaaa2071b76b6b4df6ddaabfaba () const Glib::PropertyProxy< bool > property_invisible_set classGtk_1_1TextTag.html - a0af846af893100d74eb81252e91c365c + a4dd0126c13555af6b41f13f33ad29a3f () Glib::PropertyProxy_ReadOnly< bool > property_invisible_set classGtk_1_1TextTag.html - ac22514107c46707b3a23be633fce0596 + a761015547840bad8886a402ca032c0fe () const Glib::PropertyProxy< bool > property_paragraph_background_set classGtk_1_1TextTag.html - ac04b7c68da395c001c8f63af6de95203 + a100b05dfa1d03214a32f8dc4d640b932 () Glib::PropertyProxy_ReadOnly< bool > property_paragraph_background_set classGtk_1_1TextTag.html - a30df042de5892c90f0161171c8caec4d + a6486d45da7322e08296d55d8443cde8b () const @@ -52366,154 +52547,154 @@ Glib::PropertyProxy< int > property_pixels_above_lines classGtk_1_1TextView.html - ade9c8194f219019d949d6b601c47c639 + aaffdbc5f3d78ba5bc3b02a029a6d5d26 () Glib::PropertyProxy_ReadOnly< int > property_pixels_above_lines classGtk_1_1TextView.html - ae2172527078da8d80b9c968a8bdd9eab + ab3ab817f10c9343d585677c310e497c8 () const Glib::PropertyProxy< int > property_pixels_below_lines classGtk_1_1TextView.html - ac785cadf2d4671a5cb78a952283b7e1a + a78f7b312655bb6443278b23221a3aecb () Glib::PropertyProxy_ReadOnly< int > property_pixels_below_lines classGtk_1_1TextView.html - a219fbd23a549e805a36fc672dea344a9 + ada93bff94408915b6161760866174007 () const Glib::PropertyProxy< int > property_pixels_inside_wrap classGtk_1_1TextView.html - a367f1856da1514302006874a4d5689c6 + a8a7d5ecef4a9de16d524f125984e1861 () Glib::PropertyProxy_ReadOnly< int > property_pixels_inside_wrap classGtk_1_1TextView.html - a3151afd1b2d8546823a2ebb1227e5cdf + a0dd3051f247336e39c6e0312c9ba377a () const Glib::PropertyProxy< bool > property_editable classGtk_1_1TextView.html - a917fed3db68854a2ca6ff6a80bead287 + aa102cb3b46a15c232b597e32b7a34937 () Glib::PropertyProxy_ReadOnly< bool > property_editable classGtk_1_1TextView.html - a01ba1fa16753e92954e6aca80084f055 + a24087bc50773ff2e91895821b2b5ff1c () const Glib::PropertyProxy< WrapMode > property_wrap_mode classGtk_1_1TextView.html - a361c69a9d8eda25d903120d4b0e11c7a + a6fbda7d3e99fb6b7929bf9ae9ebd98d3 () Glib::PropertyProxy_ReadOnly< WrapMode > property_wrap_mode classGtk_1_1TextView.html - a090ab597831ebbde929984d70a084642 + a4af2461b0ea9e4d53a4f7de799f65511 () const Glib::PropertyProxy< Justification > property_justification classGtk_1_1TextView.html - a71ec27b8b3835b333dd12fd521e79da1 + ab70785b6c3ecc35d6d1e186dcbfde73e () Glib::PropertyProxy_ReadOnly< Justification > property_justification classGtk_1_1TextView.html - acb3cca3cc68bf14575bcb1d7c03c7f5a + a8a0510d5da0f665bdfe33d7765233020 () const Glib::PropertyProxy< int > property_left_margin classGtk_1_1TextView.html - a045dfe000b41abbdd61b7161154ceda3 + a7d561e4c4bc5e31ffd87ec436d6d8cf0 () Glib::PropertyProxy_ReadOnly< int > property_left_margin classGtk_1_1TextView.html - aaa7ad9f50cafc2af6360d1a29447cb7e + ab088923ce3c5327125619d8d1a380bff () const Glib::PropertyProxy< int > property_right_margin classGtk_1_1TextView.html - a68bc1943ae869e963582c4b1781e258f + ae521a55d32e9a27b271d1e3df19691e4 () Glib::PropertyProxy_ReadOnly< int > property_right_margin classGtk_1_1TextView.html - ab1e177acc0f9bb90f5876ba70c145ad6 + ac562db601ee153ad9a1d2a10bdf68130 () const Glib::PropertyProxy< int > property_indent classGtk_1_1TextView.html - a8d54008ddecf10391b9e6dd6774856d1 + a5f30f5633038d206997b662c4f09e887 () Glib::PropertyProxy_ReadOnly< int > property_indent classGtk_1_1TextView.html - a2c7d0f2ff41b6d6bfae1ca4f5abdbd1a + a3e86a92998bbbc512724f81dfaad9f28 () const Glib::PropertyProxy< Pango::TabArray > property_tabs classGtk_1_1TextView.html - a14ca8471addd3968418e4a02240dad89 + a97cb64499e7c78f2edf16eb7c8db6159 () Glib::PropertyProxy_ReadOnly< Pango::TabArray > property_tabs classGtk_1_1TextView.html - a088f1373d1ac86988c62a432898479db + a417376e631500914042907e2991019fb () const Glib::PropertyProxy< bool > property_cursor_visible classGtk_1_1TextView.html - af59b5ebe621234eb46112323553596b6 + aee8628792cb57eda712e9acf8ffb2ca7 () Glib::PropertyProxy_ReadOnly< bool > property_cursor_visible classGtk_1_1TextView.html - aa448a92d8580c8ff994b88139632e894 + ac3da0657c63dff094235c61e5d61b25d () const @@ -52534,42 +52715,42 @@ Glib::PropertyProxy< bool > property_overwrite classGtk_1_1TextView.html - a48bcd44d976b02d91990b819968284db + a431381047fb0e17752d51c0a80bc6690 () Glib::PropertyProxy_ReadOnly< bool > property_overwrite classGtk_1_1TextView.html - af8fa0c37b26390b25feb728d9d6836f0 + a124c724b245c3f0f556297002f8db3a9 () const Glib::PropertyProxy< bool > property_accepts_tab classGtk_1_1TextView.html - a1e24a56ce0e5900b0af7dc564c2bc1de + a5ff2381773501c985043e5eb836eeaca () Glib::PropertyProxy_ReadOnly< bool > property_accepts_tab classGtk_1_1TextView.html - aa608bc3c3cbd2e882d80f991d6bb4522 + a27c81dbc0ecd65bf5d53d71077476fba () const Glib::PropertyProxy< Glib::ustring > property_im_module classGtk_1_1TextView.html - ac8aa0f1d4f217f64d4fc9c2a19c8150d + a99369cb482dde262ead21405d9aaeb2d () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_im_module classGtk_1_1TextView.html - a9f7b2b4669f7305891cbc5dae0e3096a + a86bba0cf6c478059ccdd0efe2de2f79f () const @@ -52679,28 +52860,28 @@ Glib::PropertyProxy< bool > property_draw_as_radio classGtk_1_1ToggleAction.html - ae3a00b87021b305a5dfec2f08408a2f0 + a690fa2ca7031670b924690b0dcaad51d () Glib::PropertyProxy_ReadOnly< bool > property_draw_as_radio classGtk_1_1ToggleAction.html - a048886fcc1c7795ef84f65f22c87e22f + aff688098a8a3c04c572764d13984bcb4 () const Glib::PropertyProxy< bool > property_active classGtk_1_1ToggleAction.html - abac097121d478764ade60b899a5dbc41 + a94f4741359aa6cb3719034f5b29a52b9 () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1ToggleAction.html - a569a93e4a2cc514b8e8364fca5206fba + a83c85ae4d9397c3cb85dbd98281c537c () const @@ -52873,42 +53054,42 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1ToggleButton.html - aa822bd30fbc8f7c0c048535127abc1ef + a64b11a63de3d61ac0dfa7f6c4219a280 () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1ToggleButton.html - a0b3c84c893cf04f78bbf0d0b88c24128 + a59600c0460ad7a2c4cf5e3235cc7b0b9 () const Glib::PropertyProxy< bool > property_inconsistent classGtk_1_1ToggleButton.html - aa307db71584e2165b590e175b80feb5b + aa897194d98a998d186904be486fdf55c () Glib::PropertyProxy_ReadOnly< bool > property_inconsistent classGtk_1_1ToggleButton.html - a82ff49b58936c7982081821ffce90575 + abaa11963bdf964eb3a4d4b23828e2dd5 () const Glib::PropertyProxy< bool > property_draw_indicator classGtk_1_1ToggleButton.html - a525c57372c7eb32a2c2b9ce44753ac1e + adf760963986c1563a3ce01ffc50a2991 () Glib::PropertyProxy_ReadOnly< bool > property_draw_indicator classGtk_1_1ToggleButton.html - aaaea66c93817d95707ea71c20c6936dd + ac98bb4d1466b1c5e1d486adabfe65eff () const @@ -53004,14 +53185,14 @@ Glib::PropertyProxy< bool > property_active classGtk_1_1ToggleToolButton.html - ae6c32f2f5195d816f29362e97dd10756 + a56a9488aa126719e9a683467a8a85ba0 () Glib::PropertyProxy_ReadOnly< bool > property_active classGtk_1_1ToggleToolButton.html - a211aec068776ede075d42617c8f3c4e8 + a26d95c0c0cc357434f12e3a10f44274e () const @@ -53262,56 +53443,56 @@ Glib::PropertyProxy< ToolbarStyle > property_toolbar_style classGtk_1_1Toolbar.html - a0d3a08f221bf7e64768231c0cced91f6 + ac588108c0d82fbc63d51b261098a8420 () Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_toolbar_style classGtk_1_1Toolbar.html - a081baa5b7e2223ecddb207cf7d033cd9 + adafc4b71616a91c3bdcd44c356af9e1e () const Glib::PropertyProxy< bool > property_show_arrow classGtk_1_1Toolbar.html - a8294d02e2a4ee781251f15cb10398a3a + a13b2beb76e9af9b428915a7de424680f () Glib::PropertyProxy_ReadOnly< bool > property_show_arrow classGtk_1_1Toolbar.html - add23bf4b4f3e7694d80a5e8b3f1a7066 + a44862f0ed45111a1a2fcdffdc100e9bb () const Glib::PropertyProxy< IconSize > property_icon_size classGtk_1_1Toolbar.html - a6c42bbeeb63c837a710f5b024f7c1f4b + af5a035406187635eef616e109e323f79 () Glib::PropertyProxy_ReadOnly< IconSize > property_icon_size classGtk_1_1Toolbar.html - aca90081adfa3fd733f2a8e574b70ac41 + af4562fd36b8efd81c7e6c6d911db72fe () const Glib::PropertyProxy< bool > property_icon_size_set classGtk_1_1Toolbar.html - a659138c95b1a4f624fd89ada0efe664d + a277267df4ef5c4e3792ba6274876b711 () Glib::PropertyProxy_ReadOnly< bool > property_icon_size_set classGtk_1_1Toolbar.html - abe89fda651488727c762aa195b193ed1 + aaf6f47bc605b1df756318c36fabb1cbc () const @@ -53505,84 +53686,84 @@ Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1ToolButton.html - a79074bc5fd26254b29aec0c1db3c94c0 + ab116fecafdb4f14d83dab61c695c3a7c () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1ToolButton.html - a533fb1a269ed4edaeff0bc51daf7b90a + a16e945303cf6de35c3d22dc38fb2eef2 () const Glib::PropertyProxy< bool > property_use_underline classGtk_1_1ToolButton.html - abf128e10685694a77eddae41fdb70cdd + ac15800fa134986791dc5dd4f90155e31 () Glib::PropertyProxy_ReadOnly< bool > property_use_underline classGtk_1_1ToolButton.html - ab69d0b602054b327af1af710d316ac36 + aa4eb25a5cc64c1e7be4bf7768d725d4b () const Glib::PropertyProxy< Gtk::Widget * > property_label_widget classGtk_1_1ToolButton.html - a2b7c0f2cc33d11c2f7b2826c947e5ab8 + a5a7f044fc8a45fbb6410d6ef87729aa4 () Glib::PropertyProxy_ReadOnly< Gtk::Widget * > property_label_widget classGtk_1_1ToolButton.html - a119dffab286a978e8f1d96ada9750c0b + a6e60d1016f68758acdb7f8d482fd9138 () const Glib::PropertyProxy< Glib::ustring > property_stock_id classGtk_1_1ToolButton.html - ab861ed50a3a364e96966cf3db60c8adb + ac87a004f08bbc0ad6ce5ce171ab40139 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_stock_id classGtk_1_1ToolButton.html - a123caabea9980427cce3f9fb3414a941 + af33801d147917f7cf9e0d2c197a5efae () const Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1ToolButton.html - a2583e65f7a696f1648ca495b60e37325 + a045c0f190109e336e4d435be073d629f () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1ToolButton.html - ab15dd1dd62b80711785e5676ec2b5f86 + af77b720784abc042f1bb58470a301525 () const Glib::PropertyProxy< Gtk::Widget > property_icon_widget classGtk_1_1ToolButton.html - af145e00d59e9e10a6f8f037de23e435f + a0bed4e7b865107cf4fb8969b641f1ee2 () Glib::PropertyProxy_ReadOnly< Gtk::Widget > property_icon_widget classGtk_1_1ToolButton.html - a1437368e64967f500a19c6e81f4eaad0 + a49a6eadf76a8843ae35bc15f69b5a921 () const @@ -53861,42 +54042,42 @@ Glib::PropertyProxy< bool > property_visible_horizontal classGtk_1_1ToolItem.html - ad99a7a41073ddae0cf4bae8be86d22bf + a1d35f9392037f4a38c6cea2667ac9d36 () Glib::PropertyProxy_ReadOnly< bool > property_visible_horizontal classGtk_1_1ToolItem.html - acebb02b3eff4a96620d1e5adcfb6a177 + a600b7619e1687dc7a86d1caa71b64713 () const Glib::PropertyProxy< bool > property_visible_vertical classGtk_1_1ToolItem.html - a5eff71c790ea507fe09306f13f86c577 + ad5a578cb6b7d3e970a3c32108f4798fc () Glib::PropertyProxy_ReadOnly< bool > property_visible_vertical classGtk_1_1ToolItem.html - a34301b6f94ab8e61b582a90cb2a31334 + ad60339462d432466325ec02941940b66 () const Glib::PropertyProxy< bool > property_is_important classGtk_1_1ToolItem.html - a1b6aa33cc3c06289f30c265af39c58c8 + afb751041f6083ba79c813e8d0ececa52 () Glib::PropertyProxy_ReadOnly< bool > property_is_important classGtk_1_1ToolItem.html - a4a79ac8644ab4fd6de292a5b21ff0eeb + ae2c52b3506930151dbeb08f3f2c7a360 () const @@ -54098,70 +54279,70 @@ Glib::PropertyProxy< Glib::ustring > property_label classGtk_1_1ToolItemGroup.html - ab0c8bcfd8950bffc5ae02f336a5f2219 + af2a843df9adbf177bb74d2aa63b03d09 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_label classGtk_1_1ToolItemGroup.html - a563a1663bb06c03ed85b8873d61c1033 + ae7dcbebeef16af6dadc2b6fab94bf338 () const Glib::PropertyProxy< Gtk::Widget * > property_label_widget classGtk_1_1ToolItemGroup.html - a3d78a0846c9ae322fe8bea4e092a5923 + ad238035dc8ea1948fd2042fdaf3f9cb9 () Glib::PropertyProxy_ReadOnly< Gtk::Widget * > property_label_widget classGtk_1_1ToolItemGroup.html - a110b3e5d10ba658153fef827f37b2b00 + a7fff5abc753fc4db9a74e8d79519df0c () const Glib::PropertyProxy< bool > property_collapsed classGtk_1_1ToolItemGroup.html - ae3c257b5af958b823011ce40ff179540 + a3129de49f0765d0f5ace0c5f8e55731c () Glib::PropertyProxy_ReadOnly< bool > property_collapsed classGtk_1_1ToolItemGroup.html - a96a3e073509056fffdc7e3b83dcd8e48 + a86a2b2ce4fb7d677fdf74f6fede0c38f () const Glib::PropertyProxy< Pango::EllipsizeMode > property_ellipsize classGtk_1_1ToolItemGroup.html - a4c23b1d7e637a4543ee329180ff6879b + a1a05aa0839a26eff972790100583c386 () Glib::PropertyProxy_ReadOnly< Pango::EllipsizeMode > property_ellipsize classGtk_1_1ToolItemGroup.html - a4481aed5943a554b47f79b1ad77b2745 + aa06f152019a07e5b94e2170c87480a62 () const Glib::PropertyProxy< ReliefStyle > property_header_relief classGtk_1_1ToolItemGroup.html - a760c59e2c194ee774bebbc5a7a12bb1e + a8b82822ce7fab4fefdf1bdbf24908ec4 () Glib::PropertyProxy_ReadOnly< ReliefStyle > property_header_relief classGtk_1_1ToolItemGroup.html - a89dfa7fdaf6f51ff72a9ed7bbb6d11d9 + a042cec1b78d029324d36cd38437bfff8 () const @@ -54350,42 +54531,42 @@ Glib::PropertyProxy< IconSize > property_icon_size classGtk_1_1ToolPalette.html - a2acbb3d2715ec7527b3ec6119fdc45ef + a25ce39e147abd61531ecd53f85ace154 () Glib::PropertyProxy_ReadOnly< IconSize > property_icon_size classGtk_1_1ToolPalette.html - a6ff134b01164e5d6cb456fca5b7b851e + a03d173684187b87b59b5d00527cc5391 () const Glib::PropertyProxy< bool > property_icon_size_set classGtk_1_1ToolPalette.html - ac0bd6fc91af1d73bc222dd972ddc19c5 + a32d88985e949054dfdd72a9b5d299f50 () Glib::PropertyProxy_ReadOnly< bool > property_icon_size_set classGtk_1_1ToolPalette.html - aaafb90f128b87cd9242b22969d6e3622 + a30c5218fa8fc21e3ea2af5ab882206e8 () const Glib::PropertyProxy< ToolbarStyle > property_toolbar_style classGtk_1_1ToolPalette.html - a96312e6c9e2823e40fe0b658af52a8fe + abadf30660be2c03477812fc3274e21d9 () Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_toolbar_style classGtk_1_1ToolPalette.html - a2f1d2a2bd4f47d7d9410fd8a59f3127c + af55ae79fdbba53ec85b4b0cfad18e2d4 () const @@ -55854,7 +56035,7 @@ Glib::PropertyProxy_ReadOnly< TreeModel::Path > property_virtual_root classGtk_1_1TreeModelFilter.html - acc865dce55e4419ab881e1d995ec1e87 + aa2ff0741287e5b996848eb1271222f29 () const @@ -56875,14 +57056,14 @@ Glib::PropertyProxy< SelectionMode > property_mode classGtk_1_1TreeSelection.html - a1c864c6cacefbf5d4396527333c842aa + afb0431905473fbf7252e422108877270 () Glib::PropertyProxy_ReadOnly< SelectionMode > property_mode classGtk_1_1TreeSelection.html - a39ce4d152a86f66c35f05ef71c762296 + af47dfd7a917c3ccde7e951e7a2155f7b () const @@ -58287,224 +58468,224 @@ Glib::PropertyProxy< bool > property_headers_visible classGtk_1_1TreeView.html - a92a821fa8e2e946a3b8f1a270f74ff0d + a3f448df281af58e75ad9a8b8a7a25b44 () Glib::PropertyProxy_ReadOnly< bool > property_headers_visible classGtk_1_1TreeView.html - a37fd5c079e9c7cf841fd1de7e49b52f0 + a352e248d15c0de0449d8262002f3957e () const Glib::PropertyProxy< bool > property_headers_clickable classGtk_1_1TreeView.html - a0bddde5c178721c0bf2c178fad41f119 + a1656c8439bca612c81547896dcfff36c () Glib::PropertyProxy_ReadOnly< bool > property_headers_clickable classGtk_1_1TreeView.html - aab47ccac62e5529de751dbd1bf3afb17 + aef9edb76a0ae4d1b34e43e76c0fd7046 () const Glib::PropertyProxy< TreeViewColumn * > property_expander_column classGtk_1_1TreeView.html - a7779ef7bca20076ea1479e9394a57e3f + ad0716d42e3bb2b6d37732146b82e55a8 () Glib::PropertyProxy_ReadOnly< TreeViewColumn * > property_expander_column classGtk_1_1TreeView.html - a55598e3d938b19abc08c5b1ba0279c88 + a8863a0db78456b8e8d9b6f8b8ea4e453 () const Glib::PropertyProxy< bool > property_reorderable classGtk_1_1TreeView.html - a3dd459d2e4292af2a0649b4dca6e911f + acd0b225e23b79c0e80cdd91e2682ae94 () Glib::PropertyProxy_ReadOnly< bool > property_reorderable classGtk_1_1TreeView.html - a0164fca5170c0094c8427556ee089b5a + a81f0cad701372340df748cf97ae61599 () const Glib::PropertyProxy< bool > property_rules_hint classGtk_1_1TreeView.html - a6509c94b6911bb410c62c1d8d56d33f0 + ab51ce84db649d0f426019bf722e88b74 () Glib::PropertyProxy_ReadOnly< bool > property_rules_hint classGtk_1_1TreeView.html - ad40fbbe4ecc9ea76bce24ac8e2241a30 + a08e44b42ab140a6b02e8b6570bab5585 () const Glib::PropertyProxy< bool > property_enable_search classGtk_1_1TreeView.html - a4380d57ad9c5fcc17a015cb45b78fe0b + af171693f3dde49ac8744e28edaa54749 () Glib::PropertyProxy_ReadOnly< bool > property_enable_search classGtk_1_1TreeView.html - a4dadda5a3085acfd1ad25af5b75a0c3c + a7ae137b8c28648e33b143b507b85c437 () const Glib::PropertyProxy< int > property_search_column classGtk_1_1TreeView.html - a9d3c7ffbdd3d377e112fcf2769049fa2 + a5e405a65369cc1066632957c6d1bf8f2 () Glib::PropertyProxy_ReadOnly< int > property_search_column classGtk_1_1TreeView.html - accc007cf01df7fa0ad11d7ad785b5bc2 + a65b281c94bf30130cf9f6995fdb38d25 () const Glib::PropertyProxy< bool > property_fixed_height_mode classGtk_1_1TreeView.html - af4411c1d7c32f8cdcdd2edfe962c3799 + a34f7eadfc054386d5f1eb0d987deb6f0 () Glib::PropertyProxy_ReadOnly< bool > property_fixed_height_mode classGtk_1_1TreeView.html - a2c3f293a4d230f7879149871a1613c11 + a3606a5672d8ede05fa53433b88e52d3b () const Glib::PropertyProxy< bool > property_hover_selection classGtk_1_1TreeView.html - a6de4abdbf00020be85dcb472e21916a5 + a92b860f7b1cb652e764f1317a9525c77 () Glib::PropertyProxy_ReadOnly< bool > property_hover_selection classGtk_1_1TreeView.html - a07ba23628b75a4204ecb1fb62ea85bfe + a0d315a19f00d19afbec0525d52d9a116 () const Glib::PropertyProxy< bool > property_hover_expand classGtk_1_1TreeView.html - a5f33bc2ea0b1aa42489ffc054a481d27 + a3c99461bed41647dcb3af4152d842080 () Glib::PropertyProxy_ReadOnly< bool > property_hover_expand classGtk_1_1TreeView.html - ad2f4208d39518079562892efce33a668 + a87d89aa300e288e0dc06ad357a65a7ef () const Glib::PropertyProxy< bool > property_show_expanders classGtk_1_1TreeView.html - aaf3b7f93b3f7e847f6902c9b0b9f950c + aee479bfb88c51c74ce99a6c55fd0f971 () Glib::PropertyProxy_ReadOnly< bool > property_show_expanders classGtk_1_1TreeView.html - a6bbac4512c8581e39584505427251f00 + a5268c093b4cc515f2bfc26ae7ea4c255 () const Glib::PropertyProxy< bool > property_level_indentation classGtk_1_1TreeView.html - a00252e3da1ca22a3030cd4131ac99c91 + a90c34be49bcc81f5056af5f0cf5d9746 () Glib::PropertyProxy_ReadOnly< bool > property_level_indentation classGtk_1_1TreeView.html - a56d55e089bbd9096aec5b1a9485dfae4 + af991ed1ff949f66dc45a5fb926b79050 () const Glib::PropertyProxy< bool > property_rubber_banding classGtk_1_1TreeView.html - ad65e3176dcb1faefc24fc23b9e1f695f + a89d507b2f5284889458b97c0e68d219c () Glib::PropertyProxy_ReadOnly< bool > property_rubber_banding classGtk_1_1TreeView.html - a47d42a6609315b304d85c1a966907a67 + a9f96e5ba702f672fa62ca1981fc665a9 () const Glib::PropertyProxy< bool > property_enable_grid_lines classGtk_1_1TreeView.html - a46cc2a64a8fb97841ac7a431ed0e711e + a1449d1ccb240711d935ac1f36bbff6ac () Glib::PropertyProxy_ReadOnly< bool > property_enable_grid_lines classGtk_1_1TreeView.html - aeebf83b8ada71c2867bea568c3de164f + aab5aae6a8e8a77eb254aad52dfafed0b () const Glib::PropertyProxy< bool > property_enable_tree_lines classGtk_1_1TreeView.html - a88525dc60be102f503374f59f861c95e + a437c4fbcc2889579086a4e56d1aba0a2 () Glib::PropertyProxy_ReadOnly< bool > property_enable_tree_lines classGtk_1_1TreeView.html - aed737da801f86350c0e73fcdae57dc1a + ab49533244487f890086254e27e3a3e25 () const Glib::PropertyProxy< int > property_tooltip_column classGtk_1_1TreeView.html - abe781ddc4aed7421a8c9b1f82e8d8c7b + ab7368320f1c73af4ccf95039e1715528 () Glib::PropertyProxy_ReadOnly< int > property_tooltip_column classGtk_1_1TreeView.html - aa6d6a14fb35c5fb3d05105bd53f7bd09 + a211237e8231cad806aea8d513a7e21ef () const @@ -59063,238 +59244,238 @@ Glib::PropertyProxy< bool > property_visible classGtk_1_1TreeViewColumn.html - a4eb60998e126d3deb00cb2bc32997e27 + a3965176724ca762ee77baff095ecbc1d () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1TreeViewColumn.html - adc544ab934f7222034307018ef822bf2 + a3a6697c0c0a8a1f3603ab9bf99a0cc7a () const Glib::PropertyProxy< bool > property_resizable classGtk_1_1TreeViewColumn.html - ac1d329b51519136661f9c052bae6c7fc + ab217515b5e746159c909f33f53c7a0d0 () Glib::PropertyProxy_ReadOnly< bool > property_resizable classGtk_1_1TreeViewColumn.html - a51263821fd9c85be87d1c6ab4188dd46 + aeca836b93e7f58f9bbee3e2b2db58d5e () const Glib::PropertyProxy_ReadOnly< int > property_x_offset classGtk_1_1TreeViewColumn.html - a3fbb1c8845a8a9d4e8ccb19dcacc35a8 + a390d1ad242d47cbcc3ce3aadadda2fed () const Glib::PropertyProxy_ReadOnly< int > property_width classGtk_1_1TreeViewColumn.html - ac88d82360336bfd970c0d0a90574df3c + a80d012f1243c99cac375d9c076dffd63 () const Glib::PropertyProxy< int > property_spacing classGtk_1_1TreeViewColumn.html - a086562b31d2118a0ab4e9f1b93c9d912 + a990f839509479733fc2536b5f73e5e6e () Glib::PropertyProxy_ReadOnly< int > property_spacing classGtk_1_1TreeViewColumn.html - a7e94f83d47b5bc6f08d0be48428ebeb5 + a4324026d416ee15f29e6293ed9e3daff () const Glib::PropertyProxy< TreeViewColumnSizing > property_sizing classGtk_1_1TreeViewColumn.html - a80e6616a5be1b901cad28598e8b0fea6 + a1975bbe9c723d0f12ad728de9019cf29 () Glib::PropertyProxy_ReadOnly< TreeViewColumnSizing > property_sizing classGtk_1_1TreeViewColumn.html - a501f37644631a5a14a82ef28854203f0 + aecf8faf9341f907aee29630fa336c7d6 () const Glib::PropertyProxy< int > property_fixed_width classGtk_1_1TreeViewColumn.html - aeca4849dae18acb3c48e936f48bc6386 + a820cff41547847dbd99633e9ee1ef551 () Glib::PropertyProxy_ReadOnly< int > property_fixed_width classGtk_1_1TreeViewColumn.html - aa8bf9fa51ceba09d518a93715ea00856 + a536a95d975030bea7c236007c0449bee () const Glib::PropertyProxy< int > property_min_width classGtk_1_1TreeViewColumn.html - ab9d43ef4c913790a4522bb12b95764b6 + a570daa8709a55f6e27b42d50be077e85 () Glib::PropertyProxy_ReadOnly< int > property_min_width classGtk_1_1TreeViewColumn.html - a2b67381d9f2b10c6041e987188253a13 + ad3a1db8eb7a10d1f20a147f8a9496865 () const Glib::PropertyProxy< int > property_max_width classGtk_1_1TreeViewColumn.html - a924b55682ce2a2df6cef72b28763f971 + a5bd2ff0b5be4452c79891bcc8a01a326 () Glib::PropertyProxy_ReadOnly< int > property_max_width classGtk_1_1TreeViewColumn.html - a359b2289dd6fb4a3b41ca4949bf5a60b + a3901df890a72392db865f72006b08a84 () const Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1TreeViewColumn.html - afea4196a469e41d7507c3dcd88807a8c + ae859bedc04ac4d9fd045c2447cda15bf () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1TreeViewColumn.html - ad46d8bd27b79efd52cabd9410ad40f84 + ab1c8b8eb3840d170dde9ec89073e1de2 () const Glib::PropertyProxy< bool > property_expand classGtk_1_1TreeViewColumn.html - a6c5c5e95fe970d990aae888b3d7fb90a + ab6c56e64ad9a82c35b245b5ff872e086 () Glib::PropertyProxy_ReadOnly< bool > property_expand classGtk_1_1TreeViewColumn.html - ad783376828def1ac75a1d7d2d52b55ee + ae0586bed26771af36ff8ccd6772838fe () const Glib::PropertyProxy< bool > property_clickable classGtk_1_1TreeViewColumn.html - a994b3d41beeaa6c53114f001e9b20c35 + ad0a270edcb136eec55ab19137c543f4f () Glib::PropertyProxy_ReadOnly< bool > property_clickable classGtk_1_1TreeViewColumn.html - a0f84626a66441f2700b92697d1338025 + aaca1531021c7584b2f9806d12864dc6f () const Glib::PropertyProxy< Widget * > property_widget classGtk_1_1TreeViewColumn.html - ab1ca83be4af81b7bf2d2410beb782e54 + abf170c5375f9a252d9b6f6ec60cc7cef () Glib::PropertyProxy_ReadOnly< Widget * > property_widget classGtk_1_1TreeViewColumn.html - a643cfa5a3b269f40c4a62e7ecff2f37d + a4af306937591902e8ba0c2db373a2d69 () const Glib::PropertyProxy< float > property_alignment classGtk_1_1TreeViewColumn.html - aba1e2d8710a76b3038550ed131bd449d + a12c8c3d5572dc6ec3384138da2042dbb () Glib::PropertyProxy_ReadOnly< float > property_alignment classGtk_1_1TreeViewColumn.html - a7201cf56e5cb17f2d3b744d76b21f025 + a171987f74a3f003193305ce66572286d () const Glib::PropertyProxy< bool > property_reorderable classGtk_1_1TreeViewColumn.html - a4539fa03b1d28d14dd35d4bd315242b6 + a1592e0d794cccecc36658e0ca6cbcb0b () Glib::PropertyProxy_ReadOnly< bool > property_reorderable classGtk_1_1TreeViewColumn.html - a64c5935064aa5650ee1cfea508cc8f63 + ab4fd380377cfc2607df14c9c16fbcafc () const Glib::PropertyProxy< bool > property_sort_indicator classGtk_1_1TreeViewColumn.html - a80384327ba9667df603527ad867fbe8c + a172bff2bc9c168746e8ecfe02a99d5db () Glib::PropertyProxy_ReadOnly< bool > property_sort_indicator classGtk_1_1TreeViewColumn.html - abc3eaf8a5182b586bc324ab0bcf98221 + ab47185d6c009ba90ec4e910440fec139 () const Glib::PropertyProxy< SortType > property_sort_order classGtk_1_1TreeViewColumn.html - a2976d09cad6e65cc820b8bb3c10ff66d + abc9286e851431c9710457888b6b7d23f () Glib::PropertyProxy_ReadOnly< SortType > property_sort_order classGtk_1_1TreeViewColumn.html - a92cbc92239c91aad8b25f3820dee4f97 + a36b3d33f3e4f088623a8dd21d19bf2c4 () const Glib::PropertyProxy< int > property_sort_column_id classGtk_1_1TreeViewColumn.html - a7a46f9e3865654e2d036b353d9bd76f3 + a62a031d2ebd9ba4deaf237e6a46cff6b () Glib::PropertyProxy_ReadOnly< int > property_sort_column_id classGtk_1_1TreeViewColumn.html - a06dd457ae605cb4b1de925bb20c0323d + a712b3cca998e44567b4385a392acff9b () const @@ -59558,21 +59739,21 @@ Glib::PropertyProxy< bool > property_add_tearoffs classGtk_1_1UIManager.html - abaecd90445fa40cf1b7923845d03f70a + ad36c1ac37c896cfce7bfb08bf2a14539 () Glib::PropertyProxy_ReadOnly< bool > property_add_tearoffs classGtk_1_1UIManager.html - abac08a288b27cc0f284aedfbc7289d98 + a4c1e1e58789a108219fca90a5ed2d3d9 () const Glib::PropertyProxy_ReadOnly< Glib::ustring > property_ui classGtk_1_1UIManager.html - aba5843176409db66c211911cce9d6eb8 + a85ccccb103579fbb9b043646f2029639 () const @@ -59718,14 +59899,14 @@ Glib::PropertyProxy< ShadowType > property_shadow_type classGtk_1_1Viewport.html - ae092ff3a61b600ab49613ba5a288b7a8 + a6bb975de80ef109578adeed2dcdf0a67 () Glib::PropertyProxy_ReadOnly< ShadowType > property_shadow_type classGtk_1_1Viewport.html - a09be857c5f2c93c3953db6015007133e + a681e9e30165f453498d8b853a1f40681 () const @@ -59849,8 +60030,8 @@ void queue_draw_region classGtk_1_1Widget.html - a8ec18c2484ef83bdcafc4fcbf6f98877 - (const Cairo::RefPtr< const Cairo::Region > &region) + a1fd91b6735d36830b4c93d6be32ba2d2 + (const ::Cairo::RefPtr< const ::Cairo::Region > &region) void @@ -59986,11 +60167,11 @@ (const Gdk::Rectangle &area, Gdk::Rectangle &intersection) const - Cairo::RefPtr< Cairo::Region > + ::Cairo::RefPtr< ::Cairo::Region > region_intersect classGtk_1_1Widget.html - a8816259953eb191174884f6352675c22 - (const Cairo::RefPtr< Cairo::Region > &region) const + aa3d9ad9e66be9ae5a64e174355e16fda + (const ::Cairo::RefPtr< ::Cairo::Region > &region) const void @@ -60920,15 +61101,15 @@ void shape_combine_region classGtk_1_1Widget.html - ab8a2718432ed596de7271121b391067a - (const Cairo::RefPtr< const Cairo::Region > &region) + a707dc13f2a15b63d650b23d58f940d15 + (const ::Cairo::RefPtr< const ::Cairo::Region > &region) void input_shape_combine_region classGtk_1_1Widget.html - ac63f4c89e1d3bf6b3f690334a0853478 - (const Cairo::RefPtr< const Cairo::Region > &region) + adaf8eac284f3e61ad0dd715fda460993 + (const ::Cairo::RefPtr< const ::Cairo::Region > &region) WidgetPath @@ -61200,8 +61381,8 @@ void draw_insertion_cursor classGtk_1_1Widget.html - a9d934b6f8feb20052354ef0ffac2b209 - (const Cairo::RefPtr< Cairo::Context > &cr, const Gdk::Rectangle &location, bool is_primary, TextDirection direction, bool draw_arrow=true) + aa51fd78029289d41c81856f16b499342 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, const Gdk::Rectangle &location, bool is_primary, TextDirection direction, bool draw_arrow=true) void @@ -61477,10 +61658,10 @@ () - Glib::SignalProxy1< bool, const Cairo::RefPtr< Cairo::Context > & > + Glib::SignalProxy1< bool, const ::Cairo::RefPtr< ::Cairo::Context > & > signal_draw classGtk_1_1Widget.html - a2607ee20b9052351ad101e7a834a0e97 + ad403d2412e76b0d6d45809076c63f3a2 () @@ -61725,189 +61906,189 @@ Glib::PropertyProxy< Glib::ustring > property_name classGtk_1_1Widget.html - a2fd4b178b82613c89a15392e4277d347 + ad7c9d43fb67475854b0f9dfd66568461 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1Widget.html - ac54df5f6effed3703a6d4b5012a308a5 + aa1e42b8057c653e4fdc28afd1eeb4ff4 () const Glib::PropertyProxy< Container * > property_parent classGtk_1_1Widget.html - a5d7ded73559820b81a24fbda23f629e1 + ab91220c8cb22c3ad8ca4aab16a4bf5c5 () Glib::PropertyProxy_ReadOnly< Container * > property_parent classGtk_1_1Widget.html - afcb84a3c1ba3e838ea7bbe347ca4c38c + a432c7f625b5a8163dafde31e6d2bdebd () const Glib::PropertyProxy< int > property_width_request classGtk_1_1Widget.html - a26080976040463bfb3d55cb0a0025e76 + af91d49dbe6949bc1f5df339b9c157961 () Glib::PropertyProxy_ReadOnly< int > property_width_request classGtk_1_1Widget.html - a22a6f7bb62c4666d66e505a6692e2365 + a333516c1e4f09221acb718fe2dfc9aac () const Glib::PropertyProxy< int > property_height_request classGtk_1_1Widget.html - afbdbc751791204dbb00ce54de503d706 + ab636b799e2764f1433c32cb060ea2bd0 () Glib::PropertyProxy_ReadOnly< int > property_height_request classGtk_1_1Widget.html - a5a11436843870c2028adb7953483c456 + a52cf66a9afa5c7c587d2c72afb6e0032 () const Glib::PropertyProxy< bool > property_visible classGtk_1_1Widget.html - aef60019950ad3fb7c426202c0be1cf6f + a87ee8369a28efc37d93fd6761953fbb2 () Glib::PropertyProxy_ReadOnly< bool > property_visible classGtk_1_1Widget.html - ab091d27786b3d0e778c6454bfbbfe66d + a76ab442e20e81e192ab665e44f41c1a2 () const Glib::PropertyProxy< bool > property_sensitive classGtk_1_1Widget.html - afe2de268e546244192622f05dedeaafe + a13a9f189e5426df483fffc69bdb8e700 () Glib::PropertyProxy_ReadOnly< bool > property_sensitive classGtk_1_1Widget.html - a2a1267fe72685c871015d1eceb103380 + adfa0d3c44b0fd11593fcaedd3f8ffc4d () const Glib::PropertyProxy< bool > property_app_paintable classGtk_1_1Widget.html - a046817f767ea0372291b9e19e353f441 + a00516516314676e2b3b4a5f29a70cbe8 () Glib::PropertyProxy_ReadOnly< bool > property_app_paintable classGtk_1_1Widget.html - add31a48fdb58e357d138ea781157996d + adf567af13d2f0a062aba22f8a483c87b () const Glib::PropertyProxy< bool > property_can_focus classGtk_1_1Widget.html - a676af8fa045f8f473ef54ff363f9bfe2 + a91f08feacaa2ffc24309c3038e327d2f () Glib::PropertyProxy_ReadOnly< bool > property_can_focus classGtk_1_1Widget.html - a2a14afdff48c6c470629469467cc2095 + a1410b2966f816952b646d0f564fc8e6b () const Glib::PropertyProxy< bool > property_has_focus classGtk_1_1Widget.html - abb440fa0d93823f28476dd3faeeaca0d + a99f5bca5ef3e24af8198573c2fee5039 () Glib::PropertyProxy_ReadOnly< bool > property_has_focus classGtk_1_1Widget.html - a8072a3b478efd0b1859fc90bfb706c4f + a5026f738b414bb69c6fbd5d6a86e8feb () const Glib::PropertyProxy< bool > property_is_focus classGtk_1_1Widget.html - a93edbeed3e676e652d13350521a00a6a + a7c1a5a4dea09f75b61b9c4470c2eeb88 () Glib::PropertyProxy_ReadOnly< bool > property_is_focus classGtk_1_1Widget.html - aa13f4b320fd6936992583a2ea90ec4c1 + aa517d415b2025b7fdb1056e915103234 () const Glib::PropertyProxy< bool > property_can_default classGtk_1_1Widget.html - af6973fb6c56b17f8e22a54246d3b2e0c + a0c2f62c35c9b1e60777d7595bd7dbb8c () Glib::PropertyProxy_ReadOnly< bool > property_can_default classGtk_1_1Widget.html - a7c213cbb7a20d1227fabdf1275bb5950 + a4ccdf15370f7b2cfa9658dd56e335eee () const Glib::PropertyProxy< bool > property_has_default classGtk_1_1Widget.html - ad9baad09ccabde226841c72336059965 + a8c7737d34aa024a9f177247d191ff7c7 () Glib::PropertyProxy_ReadOnly< bool > property_has_default classGtk_1_1Widget.html - a7b617fd048fae0f783c83aafdd54593f + ab3d9d07e9dea9e65e14d1388bf193476 () const Glib::PropertyProxy< bool > property_receives_default classGtk_1_1Widget.html - ac4efe41a22d537de392cc9e0260e85ca + ad03daf624166216c76d905e6a8069f2a () Glib::PropertyProxy_ReadOnly< bool > property_receives_default classGtk_1_1Widget.html - a1eb5f8840e16f7f4e3ab4a67c9d0c541 + a32709e2e1a760831d7223922313f0a09 () const Glib::PropertyProxy_ReadOnly< bool > property_composite_child classGtk_1_1Widget.html - ac7d549384f50625fd6e101eba709d731 + a256b0986d0fc187beafea3ce8e990c8e () const @@ -61928,56 +62109,56 @@ Glib::PropertyProxy< Gdk::EventMask > property_events classGtk_1_1Widget.html - ae5ca2802b556caa47b2289695f995081 + a5893d35d56fa28daead786673d18b22e () Glib::PropertyProxy_ReadOnly< Gdk::EventMask > property_events classGtk_1_1Widget.html - a08f7d05bf1e42f421c408092b7398043 + ae0c944d0e6b00745a2f8e94bcd2676e5 () const Glib::PropertyProxy< bool > property_has_tooltip classGtk_1_1Widget.html - a9e8d4e05e482b101e8aa53ed666b5e8a + a4254fa8ac2d0facdba6a6fb5eaa98f61 () Glib::PropertyProxy_ReadOnly< bool > property_has_tooltip classGtk_1_1Widget.html - a14827155d1e028d883acc18520bc7420 + a0cf52a133690c47b0501fad3b324da38 () const Glib::PropertyProxy< Glib::ustring > property_tooltip_markup classGtk_1_1Widget.html - ab21b112ac3faa5f90554000fa56b6906 + a3c2ef3f5c61e340dda3e7d0f3bb1cbed () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_markup classGtk_1_1Widget.html - ae7499577b4e8d158675e954a38c5c316 + a4f21e5a81186921ed528774c792a8114 () const Glib::PropertyProxy< Glib::ustring > property_tooltip_text classGtk_1_1Widget.html - a58586aa319745261953a36541b4fc648 + ac4843993dd5b1796e5d1d5848a6d3479 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_text classGtk_1_1Widget.html - aa4982a008aecceacc2a16eb95f915480 + ac1399bc7ef8357af039f71fd599fa788 () const @@ -61991,196 +62172,196 @@ Glib::PropertyProxy< bool > property_no_show_all classGtk_1_1Widget.html - ab962fc3d58ecd599525f2b4981a82b17 + a89344169f366f7d57ba20b25532f68e0 () Glib::PropertyProxy_ReadOnly< bool > property_no_show_all classGtk_1_1Widget.html - a2d609e12216f41392bd9a98f3a588a34 + a7b3bbd19155543c52ab8ca952013372b () const Glib::PropertyProxy< bool > property_double_buffered classGtk_1_1Widget.html - af1164b3479bf7a6d8354a55b62b031a7 + aaab62dc6432f238b89f0931e3a2c6663 () Glib::PropertyProxy_ReadOnly< bool > property_double_buffered classGtk_1_1Widget.html - a3f9c0999439cbf61aa66ba6c8d957acc + aa5861f962e11145bbacf74255e4daf58 () const Glib::PropertyProxy< Align > property_halign classGtk_1_1Widget.html - ac7684e3f7a86dd11e251cca883a4e36a + a9085c5664d80f427e2f56a7f52363b97 () Glib::PropertyProxy_ReadOnly< Align > property_halign classGtk_1_1Widget.html - a30067ad46c17a7e0e91c03984c4bd8c7 + a60913b4e1246867f2080e9327da0682d () const Glib::PropertyProxy< Align > property_valign classGtk_1_1Widget.html - ac7d158b9eef6962035f2c9859b4e464e + a55656b493e0ac1b4e0dba7b8275f197e () Glib::PropertyProxy_ReadOnly< Align > property_valign classGtk_1_1Widget.html - a1dd5cf692214ce19047dd0197f837aeb + a8f288e1e322c4f274fdcc2d625970474 () const Glib::PropertyProxy< int > property_margin_left classGtk_1_1Widget.html - a71ef2d178792585ad5de3d0487067f0a + a64e3082cbf24468513b56ebe9a1e59be () Glib::PropertyProxy_ReadOnly< int > property_margin_left classGtk_1_1Widget.html - ac2cd1dac2dc548cd79b9c78907a65b4b + a894958611b46bcc2b398c04a819cc0f7 () const Glib::PropertyProxy< int > property_margin_right classGtk_1_1Widget.html - aecc0845583c2549ea47586582044f5cd + abf64b82fcce0d7de5cb217f8239c6f5e () Glib::PropertyProxy_ReadOnly< int > property_margin_right classGtk_1_1Widget.html - addfdb26e9db49a69a21e9c30efb635f8 + af431bf8f92d0982b6df490bb68111b66 () const Glib::PropertyProxy< int > property_margin_top classGtk_1_1Widget.html - a9dfec42abf4fc7d29bfb42dccf7633d2 + a3a701f19234ea5142b984c20f4b440c9 () Glib::PropertyProxy_ReadOnly< int > property_margin_top classGtk_1_1Widget.html - a0905301a5d42e0aabb8886962e42d8e4 + a7480aab75dcfda9144b45bec56942d69 () const Glib::PropertyProxy< int > property_margin_bottom classGtk_1_1Widget.html - a9efe4c02760e7393ebd4c8cd4fb27282 + ad649764caef9446a76052a488473c357 () Glib::PropertyProxy_ReadOnly< int > property_margin_bottom classGtk_1_1Widget.html - af98da50093cadaa583de6c7498ba08a9 + af18705ad6ae808637ff3909d8548a1c6 () const Glib::PropertyProxy< int > property_margin classGtk_1_1Widget.html - a3569ee42023852c08461435bd25e9c7b + ad0bf1a8c4dbeb95891d8cc8b25859315 () Glib::PropertyProxy_ReadOnly< int > property_margin classGtk_1_1Widget.html - a894fc857f48246aa6d5d42a31cc4dbb6 + a46979fe48dbf5d990a803c9e9a8a977f () const Glib::PropertyProxy< bool > property_hexpand classGtk_1_1Widget.html - a51fc292d023054b96b1be1821ceb9545 + aa458d2a4ea9e0f80a11b27b318d81d00 () Glib::PropertyProxy_ReadOnly< bool > property_hexpand classGtk_1_1Widget.html - a0f8cdca472263ce34ab5fa87a187e367 + aaa644849a8b758a8e47c409b900da560 () const Glib::PropertyProxy< bool > property_hexpand_set classGtk_1_1Widget.html - acf91a1538b514cffe427a2a467e4c5ae + a75e3e0a893ca7b8c69ea00c53e048588 () Glib::PropertyProxy_ReadOnly< bool > property_hexpand_set classGtk_1_1Widget.html - aadad9d2fba7e460a28e2c43ba82c8652 + a88072ac46552001d536d41f9f3c92d3f () const Glib::PropertyProxy< bool > property_vexpand classGtk_1_1Widget.html - aa9615d17899dbcb2bb0fa3196cec1222 + aab1ec3d0d09ee07f84c71bdec2d9a90a () Glib::PropertyProxy_ReadOnly< bool > property_vexpand classGtk_1_1Widget.html - ae32dca3647623b8b927e086fc11134c8 + a7bf4f35669dd7ecd0d76cba93956ea31 () const Glib::PropertyProxy< bool > property_vexpand_set classGtk_1_1Widget.html - a1633db2afdb5092a53021491d9880655 + a169ec0b3f37ef0693ee86598fafd6966 () Glib::PropertyProxy_ReadOnly< bool > property_vexpand_set classGtk_1_1Widget.html - a6c9edfc2d752fd73e7014fdb4accaae3 + a1587002b82a248c8e81f9d3803f66437 () const Glib::PropertyProxy< bool > property_expand classGtk_1_1Widget.html - a8099ec5681609fa9315ed1e39276568e + afedf6ba81393df44cd8dcfe5804732d8 () Glib::PropertyProxy_ReadOnly< bool > property_expand classGtk_1_1Widget.html - afe221e89af79efc6b65b8976da75a63c + a0a3a44abaabd665b33be85b4f0f3828f () const @@ -62390,8 +62571,8 @@ virtual bool on_draw classGtk_1_1Widget.html - acd89746081d634a9aef593b09e1168d6 - (const Cairo::RefPtr< Cairo::Context > &cr) + abc9e82a0cb0d78f6044f02305a90b6d5 + (const ::Cairo::RefPtr< ::Cairo::Context > &cr) virtual bool @@ -62698,8 +62879,8 @@ void transform_cairo_context_to_window classGtk_1_1Widget.html - a40c46d2842b9c358bb0c6821b224aabc - (const Cairo::RefPtr< Cairo::Context > &cr, const Glib::RefPtr< const Gdk::Window > &window) + a56b3fa798a968529272f13906ec344bd + (const ::Cairo::RefPtr< ::Cairo::Context > &cr, const Glib::RefPtr< const Gdk::Window > &window) Requisition @@ -62726,8 +62907,8 @@ static bool should_draw_window classGtk_1_1Widget.html - a120f1813be68c19db5ed87d7aad9a292 - (const Cairo::RefPtr< const Cairo::Context > &cr, const Glib::RefPtr< const Gdk::Window > &window) + ad885abc4c4c178af9ba81c836f1e9e8e + (const ::Cairo::RefPtr< const ::Cairo::Context > &cr, const Glib::RefPtr< const Gdk::Window > &window) Gtk::Widget * @@ -63062,112 +63243,112 @@ Glib::PropertyProxy_ReadOnly< WindowType > property_type classGtk_1_1Window.html - aaa603552c7e590b41b5e53dfcdd3e72e + ab9cdc2523019726b09d820d9592d859a () const Glib::PropertyProxy< Glib::ustring > property_title classGtk_1_1Window.html - a5649221f85fdd2bcc2ac277ad29511aa + a5e2f6d0cb6222820b76e66ea3ffc9d2e () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1Window.html - a6f09adcf1f6337c3968329d608f56e37 + a0f9533eef8c793e72df15f97d9a01b6c () const Glib::PropertyProxy_WriteOnly< Glib::ustring > property_startup_id classGtk_1_1Window.html - a01648e6881d4b56cd8b81a7a361c03c3 + ae475322dcbef74f5e6c6b110c95df951 () Glib::PropertyProxy< bool > property_resizable classGtk_1_1Window.html - a2bf5fda11c269a2a664619aaccf0175a + aff0e464d74986442844442b6e4d3457d () Glib::PropertyProxy_ReadOnly< bool > property_resizable classGtk_1_1Window.html - a1a7e5f5cdaf1d925bef4aa0e3d2c0ee6 + a322035ace7ae2664f4bf0d31741840a2 () const Glib::PropertyProxy< bool > property_modal classGtk_1_1Window.html - af2933fa629131dc3ddac7c42eceffefb + af0b2dadb08e50d80aa6ddabba7c87194 () Glib::PropertyProxy_ReadOnly< bool > property_modal classGtk_1_1Window.html - aa50db5c7dc639e6b5aa92acc2bf12bc4 + a1885c856bd379d4752c274853127e54d () const Glib::PropertyProxy< WindowPosition > property_window_position classGtk_1_1Window.html - af467e6fb75fe5d6f391290f61fc76eb3 + a94ee36871572c82c3cd9c46e0b4fb735 () Glib::PropertyProxy_ReadOnly< WindowPosition > property_window_position classGtk_1_1Window.html - a201dea889e1e3f0f17ea79ef1d99e4a1 + a9623d6475b7556945877a240f3b8cff8 () const Glib::PropertyProxy< int > property_default_width classGtk_1_1Window.html - a9fe5bc666f4b6ba448574f01172e7e37 + a5ff52412ac909b78d61534670ccbaf83 () Glib::PropertyProxy_ReadOnly< int > property_default_width classGtk_1_1Window.html - a2ef747502cb50c3922c20623a522c3d1 + ac755ae54409172b3ee34b8454647a56f () const Glib::PropertyProxy< int > property_default_height classGtk_1_1Window.html - a0f5692aec484e844d7001745340a7551 + a316a5b09a17727844dafd176db341ee0 () Glib::PropertyProxy_ReadOnly< int > property_default_height classGtk_1_1Window.html - ac2f8c6e096e8b03ab5afa0e64d8a41ed + a4f2f47a6c544818da89fbc149c21091c () const Glib::PropertyProxy< bool > property_destroy_with_parent classGtk_1_1Window.html - a13fb6ded59f3835aa904e2fcb6ce7122 + ad2441478aabc311118d0bbb7247e96cd () Glib::PropertyProxy_ReadOnly< bool > property_destroy_with_parent classGtk_1_1Window.html - a4dfa216fe285f06666e3f58d95065cdb + afaad843d2a00c9772125626ba5513c9c () const @@ -63188,28 +63369,28 @@ Glib::PropertyProxy< bool > property_mnemonics_visible classGtk_1_1Window.html - ad1779b1317f1db33b407126de4b2658b + a10ca629f2b9835f8b060727e5f8c217a () Glib::PropertyProxy_ReadOnly< bool > property_mnemonics_visible classGtk_1_1Window.html - a2ef4965176b11ee64705293630fb66e0 + ad4657287025b18d3dbe68be2a69c34c9 () const Glib::PropertyProxy< Glib::ustring > property_icon_name classGtk_1_1Window.html - a39f62c20ec849d0ac54640c1e6f12dcd + a61b485e2dfcfd60a129c258ab1a78820 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1Window.html - a4b65bba4e01f68806043cbd57fc039f5 + a2acea03c44c7780255f2f364e3d4a8da () const @@ -63230,203 +63411,217 @@ Glib::PropertyProxy_ReadOnly< bool > property_is_active classGtk_1_1Window.html - a3bb84c0c269cc03ec3e54afaf163471d + a180c39b4df322786aeb19cfb3fed03c3 () const Glib::PropertyProxy_ReadOnly< bool > property_has_toplevel_focus classGtk_1_1Window.html - a9a75b1ea13fde63bef46088572dd604c + a5c94024a3804f7db63095fceae06c352 () const Glib::PropertyProxy< GdkWindowTypeHint > property_type_hint classGtk_1_1Window.html - aa0053ed2d5731e121b5f5d79af261f18 + abe5ff8be0ba9f36b3f4ec223abfb159a () Glib::PropertyProxy_ReadOnly< GdkWindowTypeHint > property_type_hint classGtk_1_1Window.html - a3759232580287bbc25aff6d74977f24c + adffd6d7dc6a689be7bb19a030e7433ef () const Glib::PropertyProxy< bool > property_skip_taskbar_hint classGtk_1_1Window.html - a805906f84dbc3d36d552e4c57474561e + a7d287695f11f4d799bbfe0880e072eef () Glib::PropertyProxy_ReadOnly< bool > property_skip_taskbar_hint classGtk_1_1Window.html - aa15717f6b7597d36afe7de49302e6713 + ac769938b37a8d07a65ee7357a51c9634 () const Glib::PropertyProxy< bool > property_skip_pager_hint classGtk_1_1Window.html - af09047dad3a7dc903f1a01627643cee4 + a5508330bacabc91f9998b7ac3a4330fc () Glib::PropertyProxy_ReadOnly< bool > property_skip_pager_hint classGtk_1_1Window.html - a81bd5ecca9fa996c0e0bf2813f0903b5 + a4bd5f8b67bc56ca12bb96e4729b31ba3 () const Glib::PropertyProxy< Glib::ustring > property_role classGtk_1_1Window.html - a9b3f69310fba15f6b8869b7b3afb0e02 + a2c0a56242e0dbe8838b519f5046d1709 () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_role classGtk_1_1Window.html - a0ee6a75ce168da74f2f68635fc68753b + aba1252b76120a76ab321a4a9e71a83ba () const Glib::PropertyProxy< bool > property_decorated classGtk_1_1Window.html - a775c457e2e68c2557c3dc950e8cb3655 + a72e77120d08be8eaa56e6e62bf15a318 () Glib::PropertyProxy_ReadOnly< bool > property_decorated classGtk_1_1Window.html - a4545ba700399b0b507456db8f8f55bf8 + a33662ef7416395bf5d87284206c64438 () const Glib::PropertyProxy< Gdk::Gravity > property_gravity classGtk_1_1Window.html - a0b401df88f3c1d4a7ebb7f2861601647 + ac82f2a69edb1708bfd776df7d69d8272 () Glib::PropertyProxy_ReadOnly< Gdk::Gravity > property_gravity classGtk_1_1Window.html - a54ec5112a4d5ed6bbadccac58e7677de + a7ed9fca2d6e4c811b0c48c073d163bbd () const Glib::PropertyProxy< Window * > property_transient_for classGtk_1_1Window.html - a107c2a8b6739632efac46667e6526b37 + a47a1c6980a498888612d6cf60445cb2d () Glib::PropertyProxy_ReadOnly< Window * > property_transient_for classGtk_1_1Window.html - ac6e2b8c0e31a96fa39747944178f4e3e + ac0acaffdddbe5941ac5661e551ef5b3b () const Glib::PropertyProxy< double > property_opacity classGtk_1_1Window.html - a6f909a3c55993c546ba006f2b4ee9440 + a23830cf899967c6bc42933410a8556f1 () Glib::PropertyProxy_ReadOnly< double > property_opacity classGtk_1_1Window.html - ae0d6e95b9d67505e91d950b91512504e + adf27a44ecc5687df5e6083ba2511de98 () const Glib::PropertyProxy< bool > property_has_resize_grip classGtk_1_1Window.html - a7f431b735179b007794e7820bc452206 + a95e4f12a1131705253c084a2be612e06 () Glib::PropertyProxy_ReadOnly< bool > property_has_resize_grip classGtk_1_1Window.html - a7f6ca65bb637f338d95fe99163aa8900 + a16dabd29e431877775c095894d02870c () const Glib::PropertyProxy_ReadOnly< bool > property_resize_grip_visible classGtk_1_1Window.html - aaed7b6fb6049c16dadbdca98759fdb74 + a76f5278d1fa6cca3fee1f34618340e93 () const Glib::PropertyProxy< bool > property_urgency_hint classGtk_1_1Window.html - abf0a0bdb77af9aec3eaff860ba12d49a + ae5a26cc9f2c4eb79f84cc0289fea8e99 () Glib::PropertyProxy_ReadOnly< bool > property_urgency_hint classGtk_1_1Window.html - a4c467ce84354b2cf8727aa95800c1ba3 + a99dd2fad04c6953dcc0a24196c622f2d () const Glib::PropertyProxy< bool > property_accept_focus classGtk_1_1Window.html - acf4389d3dff0504589729efd90629348 + afbbfb9c240f9a124cd28e5b69f41b3f5 () Glib::PropertyProxy_ReadOnly< bool > property_accept_focus classGtk_1_1Window.html - a74012e73681ac9130467a935a95035b6 + a1f25cd02ae126874409a4910ebe8d459 () const Glib::PropertyProxy< bool > property_focus_on_map classGtk_1_1Window.html - a62e130a804f79f076afe684d65d2dbaf + adfc55532fd732782aedfe59ed653e87b () Glib::PropertyProxy_ReadOnly< bool > property_focus_on_map classGtk_1_1Window.html - a9cac16e0756f5b36bafa28122a750582 + a9caa021260c6e0306629de3249aa9f57 () const Glib::PropertyProxy< bool > property_deletable classGtk_1_1Window.html - af2695ad694e3abf3c45cdaf128ae4ea6 + ae103a1bd1fb5196aea4f613bce33ee05 () Glib::PropertyProxy_ReadOnly< bool > property_deletable classGtk_1_1Window.html - af5ab3a584496d11c69c39902d7fa56f1 + acdb07fd2f4afab4483fb752368e5795e + () const + + + Glib::PropertyProxy< Glib::RefPtr< Application > > + property_application + classGtk_1_1Window.html + a06c9420500a84e397d02da685cda2ceb + () + + + Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Application > > + property_application + classGtk_1_1Window.html + a3e5cd4d10f82a52ac43e2b6f085106d7 () const @@ -64053,6 +64248,34 @@ () + Glib::RefPtr< Application > + get_application + classGtk_1_1Window.html + a1b44ab681a19ee818626be73147b2aaf + () + + + Glib::RefPtr< const Application > + get_application + classGtk_1_1Window.html + a0114cd1579b315a672d8a364a2f24043 + () const + + + void + set_application + classGtk_1_1Window.html + a6eadd0aa1c88ac7e1ca196089ed0cd02 + (const Glib::RefPtr< Application > &application) + + + void + unset_application + classGtk_1_1Window.html + aa04eaebe21e5a912869fd4546b97cb18 + () + + void set_has_resize_grip classGtk_1_1Window.html @@ -64276,116 +64499,6 @@ - Gtk::Plug - classGtk_1_1Plug.html - Gtk::Window - - virtual - ~Plug - classGtk_1_1Plug.html - a601d5fe6ff5e5ffab1f40070e2b41396 - () - - - GtkPlug * - gobj - classGtk_1_1Plug.html - ac215b1d0d84d6783f9d737748cbc533b - () - - - const GtkPlug * - gobj - classGtk_1_1Plug.html - a1763387a245ac48492fee4cb50983edc - () const - - - - Plug - classGtk_1_1Plug.html - ac2869cbcc09c3f3ee74a4fe7318437ce - () - - - - Plug - classGtk_1_1Plug.html - a1ad346d98919f77e0824d92009de1e9c - (::Window socket_id) - - - - Plug - classGtk_1_1Plug.html - a5303ae2ed8a6015e9d8a72a4505a0f6e - (const Glib::RefPtr< Gdk::Display > &display,::Window socket_id) - - - ::Window - get_id - classGtk_1_1Plug.html - a93bccf50cc33c5488b051269dafc4096 - () const - - - bool - get_embedded - classGtk_1_1Plug.html - a248d7c41f32622f38439925b390657e4 - () const - - - Glib::RefPtr< Gdk::Window > - get_socket_window - classGtk_1_1Plug.html - a0e50f3782fd89295bf9ef0dc5ec989f4 - () - - - Glib::RefPtr< const Gdk::Window > - get_socket_window - classGtk_1_1Plug.html - a6439502c538764393db91c39aa8d436e - () const - - - Glib::PropertyProxy_ReadOnly< bool > - property_embedded - classGtk_1_1Plug.html - aff62f1d4ec56134842dbb0fff50465e2 - () const - - - Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Window > > - property_socket_window - classGtk_1_1Plug.html - a0fc84cee373164633d341807c6f66ff5 - () const - - - Glib::SignalProxy0< void > - signal_embedded - classGtk_1_1Plug.html - ab338d0de0b506a7eacabc705914f615a - () - - - virtual void - on_embedded - classGtk_1_1Plug.html - af02c6e2990aa24fceeafab7803ea134b - () - - - Gtk::Plug * - wrap - classGtk_1_1Plug.html - abf2dce5cd058be0f2fae4ec616d6a662 - (GtkPlug *object, bool take_copy=false) - - - Gtk::Printer classGtk_1_1Printer.html Glib::Object @@ -64575,70 +64688,70 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name classGtk_1_1Printer.html - a98df4123288f7109b2617b73b12d56e3 + aa2ee911d6f50043964a55722a87b2eda () const Glib::PropertyProxy_ReadOnly< bool > property_is_virtual classGtk_1_1Printer.html - a2d2b9275a39b7dacc4a113add99e8a2b + a48fb64dfbc9d3003ac5be45008b2a126 () const Glib::PropertyProxy_ReadOnly< Glib::ustring > property_state_message classGtk_1_1Printer.html - acce1db578c1470d602b43e5e07681fda + a416e5298a6caebe000ff2c2a3e29e3d4 () const Glib::PropertyProxy_ReadOnly< Glib::ustring > property_location classGtk_1_1Printer.html - adee7010d768a7a03e6343f7fdd5b4673 + ab5ad7602d1ec5ef344c8473dc8082b6d () const Glib::PropertyProxy_ReadOnly< Glib::ustring > property_icon_name classGtk_1_1Printer.html - ad78e3e2f5dcc51d2f5bac0d6931f6147 + a0b781fa982010daf8924e48ae3ac7a67 () const Glib::PropertyProxy_ReadOnly< int > property_job_count classGtk_1_1Printer.html - ac09a6e305b55954fb5eca83e4b9e38fd + a173212fd199e3ad5a52e670acd16b991 () const Glib::PropertyProxy_ReadOnly< bool > property_accepts_pdf classGtk_1_1Printer.html - a940c5dee5dcf27db6ed64a7997d2330a + a61e08261e80ea181e8814bc739d6413b () const Glib::PropertyProxy_ReadOnly< bool > property_accepts_ps classGtk_1_1Printer.html - a0d42c72b37ad72b3da121a3dad75fedc + a8e5e974079f6b4e37d2edd1a8c35ceb8 () const Glib::PropertyProxy_ReadOnly< bool > property_paused classGtk_1_1Printer.html - ad37a488cdb7e9f404d5142b766b5a102 + aa6368a17bbf58451233408a18f66fb61 () const Glib::PropertyProxy_ReadOnly< bool > property_accepting_jobs classGtk_1_1Printer.html - a4c07955d104e6ccb111fbfe40f93ad32 + aa281b134a77ba4c3d67f46e1d1a58242 () const @@ -64944,7 +65057,7 @@ Glib::PropertyProxy_ReadOnly< Glib::ustring > property_title classGtk_1_1PrintJob.html - a103fea25df704fadd97efa5c06b2c075 + ace1aaf226ff650c3b1212d448d5aa5ae () const @@ -64972,14 +65085,14 @@ Glib::PropertyProxy< bool > property_track_print_status classGtk_1_1PrintJob.html - a30d86b7448165c2b1268feee646ed696 + aec4b44530c26f3fbb2dabc3811126733 () Glib::PropertyProxy_ReadOnly< bool > property_track_print_status classGtk_1_1PrintJob.html - add3f7c635976efa18d9bbc5882854711 + a3db594804bca167d9ec9e84e5d2b4e04 () const @@ -65215,14 +65328,14 @@ Glib::PropertyProxy< int > property_current_page classGtk_1_1PrintUnixDialog.html - ad3222d06c336f03dbea2b8efd29d7c75 + ac0d487e6a202e576054ae7f76903142c () Glib::PropertyProxy_ReadOnly< int > property_current_page classGtk_1_1PrintUnixDialog.html - a7e6c9297e634e05044766d5771732665 + a3c9577bd1f5bd35f372be2f69df44286 () const @@ -65250,56 +65363,56 @@ Glib::PropertyProxy< bool > property_manual_capabilities classGtk_1_1PrintUnixDialog.html - a6c822d668dad5890b290b694e5220179 + acfde905496f4ba1fd6c533b6d7e4c68a () Glib::PropertyProxy_ReadOnly< bool > property_manual_capabilities classGtk_1_1PrintUnixDialog.html - ade3b0413979e0366a61d3c03ffd2cfb0 + a1eb411754b72d84064e16332afda5677 () const Glib::PropertyProxy< bool > property_support_selection classGtk_1_1PrintUnixDialog.html - a823247a86a81018b8d0ea1bcf8768cb4 + a9a798cb6fc68d85e5ce75455922c5f72 () Glib::PropertyProxy_ReadOnly< bool > property_support_selection classGtk_1_1PrintUnixDialog.html - a6ed8471850d7daacd5597c712546f3ef + abf5f90c80f49576df057a2d7d0161c24 () const Glib::PropertyProxy< bool > property_has_selection classGtk_1_1PrintUnixDialog.html - aded2e623831ccf3a4d8240a2f66e2102 + a756016e87d10fdb5e7eb319190b33fa3 () Glib::PropertyProxy_ReadOnly< bool > property_has_selection classGtk_1_1PrintUnixDialog.html - a8defa3335d857e202945ec0b5914ba33 + ac87cdf9174465e3153ae57242694232c () const Glib::PropertyProxy< bool > property_embed_page_setup classGtk_1_1PrintUnixDialog.html - a90d723bf0cb46e97a8ab336bf9b9cadd + aceb19d1f88b806f1565b11c47961c618 () Glib::PropertyProxy_ReadOnly< bool > property_embed_page_setup classGtk_1_1PrintUnixDialog.html - a5b154c1e18222a468f1aaa836f12a62a + a807df17101ff0a800f51aef405ab5d95 () const @@ -65311,6 +65424,116 @@ + Gtk::Plug + classGtk_1_1Plug.html + Gtk::Window + + virtual + ~Plug + classGtk_1_1Plug.html + a601d5fe6ff5e5ffab1f40070e2b41396 + () + + + GtkPlug * + gobj + classGtk_1_1Plug.html + ac215b1d0d84d6783f9d737748cbc533b + () + + + const GtkPlug * + gobj + classGtk_1_1Plug.html + a1763387a245ac48492fee4cb50983edc + () const + + + + Plug + classGtk_1_1Plug.html + ac2869cbcc09c3f3ee74a4fe7318437ce + () + + + + Plug + classGtk_1_1Plug.html + a1ad346d98919f77e0824d92009de1e9c + (::Window socket_id) + + + + Plug + classGtk_1_1Plug.html + a5303ae2ed8a6015e9d8a72a4505a0f6e + (const Glib::RefPtr< Gdk::Display > &display,::Window socket_id) + + + ::Window + get_id + classGtk_1_1Plug.html + a93bccf50cc33c5488b051269dafc4096 + () const + + + bool + get_embedded + classGtk_1_1Plug.html + a248d7c41f32622f38439925b390657e4 + () const + + + Glib::RefPtr< Gdk::Window > + get_socket_window + classGtk_1_1Plug.html + a0e50f3782fd89295bf9ef0dc5ec989f4 + () + + + Glib::RefPtr< const Gdk::Window > + get_socket_window + classGtk_1_1Plug.html + a6439502c538764393db91c39aa8d436e + () const + + + Glib::PropertyProxy_ReadOnly< bool > + property_embedded + classGtk_1_1Plug.html + a7aad6efa2a6ed20b94328524c63be880 + () const + + + Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Window > > + property_socket_window + classGtk_1_1Plug.html + a0fc84cee373164633d341807c6f66ff5 + () const + + + Glib::SignalProxy0< void > + signal_embedded + classGtk_1_1Plug.html + ab338d0de0b506a7eacabc705914f615a + () + + + virtual void + on_embedded + classGtk_1_1Plug.html + af02c6e2990aa24fceeafab7803ea134b + () + + + Gtk::Plug * + wrap + classGtk_1_1Plug.html + abf2dce5cd058be0f2fae4ec616d6a662 + (GtkPlug *object, bool take_copy=false) + + + Gtk::Socket classGtk_1_1Socket.html Gtk::Container @@ -65575,28 +65798,28 @@ Glib::PropertyProxy< Glib::ustring > property_font_name classGtk_1_1FontSelection.html - acedcda36784874454ef785d517cd44c2 + a43b378dd867feebf6d6ec0187722074f () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font_name classGtk_1_1FontSelection.html - a32c20699c674c3d10dbfd6b37276d5a0 + a362790f2cb06a7b198560939413409b5 () const Glib::PropertyProxy< Glib::ustring > property_preview_text classGtk_1_1FontSelection.html - aaaa7eac6a423cbf25c0df61e6fb8bf70 + aecbf8639aaed1a4db5c5b58664bf628b () Glib::PropertyProxy_ReadOnly< Glib::ustring > property_preview_text classGtk_1_1FontSelection.html - a11498baba72014ec767cb684572a4a00 + a5f9c87e05da7c9b0c075eaeb270a1128 () const diff -Nru gtkmm3.0-3.3.2/docs/reference/html/annotated.html gtkmm3.0-3.3.14/docs/reference/html/annotated.html --- gtkmm3.0-3.3.2/docs/reference/html/annotated.html 2011-10-26 12:46:15.000000000 +0000 +++ gtkmm3.0-3.3.14/docs/reference/html/annotated.html 2012-02-07 09:44:28.000000000 +0000 @@ -14,7 +14,7 @@ -
gtkmm 3.3.2
+
gtkmm 3.3.14
@@ -80,6 +80,7 @@ Gtk::AppChooserButtonA button to launch an application chooser dialog Gtk::AppChooserDialogAn application chooser dialog Gtk::AppChooserWidgetAn application chooser widget that can be embedded in other widgets + Gtk::ApplicationTODO Gtk::ArrowProduces an arrow pointing in one of the four cardinal directions Gtk::AspectFrameA frame that constrains its child to a particular aspect ratio Gtk::AssistantA widget used to guide users through multi-step operations @@ -292,7 +293,7 @@ Gtk::WindowGroupLimit the effect of grabs -