-
Only in distfiles.macports.org/atkmm-2.22.1: COPYING.tools
diff -ur distfiles.macports.org/atkmm-2.22.1/ChangeLog ftp.cse.buffalo.edu/atkmm-2.22.1/ChangeLog
old
|
new
|
|
1 | | 2010-11-20 Murray Cumming <murrayc@murrayc.com> |
2 | | |
3 | | Add and distribute COPYING.tools containing the GPL. |
4 | | |
5 | | * COPYING.tools: This is necessary because the MSVC gendef.cc tool sources |
6 | | are under the GPL, not LGPL. They don't affect the licensing of the library |
7 | | itself. |
8 | | |
9 | 1 | 2010-10-01 Armin Burgmeier <armin@arbur.net> |
10 | 2 | |
11 | 3 | Add support for MSVC 2010 and 64 bit to MSVC project files |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/Makefile.am ftp.cse.buffalo.edu/atkmm-2.22.1/Makefile.am
old
|
new
|
|
43 | 43 | include $(srcdir)/MSVC_Net2008/filelist.am |
44 | 44 | include $(srcdir)/MSVC_Net2010/filelist.am |
45 | 45 | |
46 | | text_files = COPYING.tools |
47 | 46 | msvc_files = $(addprefix MSVC_Net2005/,$(msvc_net2005_data)) \ |
48 | 47 | $(addprefix MSVC_Net2008/,$(msvc_net2008_data)) \ |
49 | 48 | $(addprefix MSVC_Net2010/,$(msvc_net2010_data)) |
50 | 49 | |
51 | | dist_noinst_DATA = $(text_files) $(msvc_files) |
| 50 | dist_noinst_DATA = $(msvc_files) |
52 | 51 | dist_noinst_SCRIPTS = autogen.sh |
53 | 52 | |
54 | 53 | DISTCLEANFILES = $(filter %mmconfig.h,$(msvc_files)) |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/Makefile.in ftp.cse.buffalo.edu/atkmm-2.22.1/Makefile.in
old
|
new
|
|
240 | 240 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
241 | 241 | PERL = @PERL@ |
242 | 242 | PKG_CONFIG = @PKG_CONFIG@ |
243 | | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
244 | | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
245 | 243 | RANLIB = @RANLIB@ |
246 | 244 | SED = @SED@ |
247 | 245 | SET_MAKE = @SET_MAKE@ |
… |
… |
|
343 | 341 | atkmm/atkmm.vcxproj.filters \ |
344 | 342 | atkmm/atkmmconfig.h |
345 | 343 | |
346 | | text_files = COPYING.tools |
347 | 344 | msvc_files = $(addprefix MSVC_Net2005/,$(msvc_net2005_data)) \ |
348 | 345 | $(addprefix MSVC_Net2008/,$(msvc_net2008_data)) \ |
349 | 346 | $(addprefix MSVC_Net2010/,$(msvc_net2010_data)) |
350 | 347 | |
351 | | dist_noinst_DATA = $(text_files) $(msvc_files) |
| 348 | dist_noinst_DATA = $(msvc_files) |
352 | 349 | dist_noinst_SCRIPTS = autogen.sh |
353 | 350 | DISTCLEANFILES = $(filter %mmconfig.h,$(msvc_files)) |
354 | 351 | all: all-recursive |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/NEWS ftp.cse.buffalo.edu/atkmm-2.22.1/NEWS
old
|
new
|
|
1 | | atkmm 2.22.1 (stable): |
| 1 | atkmm 2.22.1 (stable) |
| 2 | |
| 3 | * Build/Installer: Added support for MSVC 2010 and 64 bit. |
| 4 | (Armin Burgmeier) |
2 | 5 | |
3 | | * Distribute the GPL in the tarball, in addition to the LGPL, because the |
4 | | Windows build uses a GPL builder tool. |
5 | | (Murray Cumming. Thanks to Krzysztof Klimonda) |
6 | | |
7 | 6 | atkmm 2.22.0 (stable) |
8 | 7 | |
9 | 8 | * Just increased version to show that it's an API/ABI-stable release. |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/aclocal.m4 ftp.cse.buffalo.edu/atkmm-2.22.1/aclocal.m4
old
|
new
|
|
1033 | 1033 | AC_SUBST([am__untar]) |
1034 | 1034 | ]) # _AM_PROG_TAR |
1035 | 1035 | |
1036 | | # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
1037 | | # serial 1 (pkg-config-0.24) |
1038 | | # |
1039 | | # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. |
1040 | | # |
1041 | | # This program is free software; you can redistribute it and/or modify |
1042 | | # it under the terms of the GNU General Public License as published by |
1043 | | # the Free Software Foundation; either version 2 of the License, or |
1044 | | # (at your option) any later version. |
1045 | | # |
1046 | | # This program is distributed in the hope that it will be useful, but |
1047 | | # WITHOUT ANY WARRANTY; without even the implied warranty of |
1048 | | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
1049 | | # General Public License for more details. |
1050 | | # |
1051 | | # You should have received a copy of the GNU General Public License |
1052 | | # along with this program; if not, write to the Free Software |
1053 | | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
1054 | | # |
1055 | | # As a special exception to the GNU General Public License, if you |
1056 | | # distribute this file as part of a program that contains a |
1057 | | # configuration script generated by Autoconf, you may include it under |
1058 | | # the same distribution terms that you use for the rest of that program. |
1059 | | |
1060 | | # PKG_PROG_PKG_CONFIG([MIN-VERSION]) |
1061 | | # ---------------------------------- |
1062 | | AC_DEFUN([PKG_PROG_PKG_CONFIG], |
1063 | | [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
1064 | | m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
1065 | | AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) |
1066 | | AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) |
1067 | | AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) |
1068 | | |
1069 | | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
1070 | | AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) |
1071 | | fi |
1072 | | if test -n "$PKG_CONFIG"; then |
1073 | | _pkg_min_version=m4_default([$1], [0.9.0]) |
1074 | | AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) |
1075 | | if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
1076 | | AC_MSG_RESULT([yes]) |
1077 | | else |
1078 | | AC_MSG_RESULT([no]) |
1079 | | PKG_CONFIG="" |
1080 | | fi |
1081 | | fi[]dnl |
1082 | | ])# PKG_PROG_PKG_CONFIG |
1083 | | |
1084 | | # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) |
1085 | | # |
1086 | | # Check to see whether a particular set of modules exists. Similar |
1087 | | # to PKG_CHECK_MODULES(), but does not set variables or print errors. |
1088 | | # |
1089 | | # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
1090 | | # only at the first occurence in configure.ac, so if the first place |
1091 | | # it's called might be skipped (such as if it is within an "if", you |
1092 | | # have to call PKG_CHECK_EXISTS manually |
1093 | | # -------------------------------------------------------------- |
1094 | | AC_DEFUN([PKG_CHECK_EXISTS], |
1095 | | [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
1096 | | if test -n "$PKG_CONFIG" && \ |
1097 | | AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then |
1098 | | m4_default([$2], [:]) |
1099 | | m4_ifvaln([$3], [else |
1100 | | $3])dnl |
1101 | | fi]) |
1102 | | |
1103 | | # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) |
1104 | | # --------------------------------------------- |
1105 | | m4_define([_PKG_CONFIG], |
1106 | | [if test -n "$$1"; then |
1107 | | pkg_cv_[]$1="$$1" |
1108 | | elif test -n "$PKG_CONFIG"; then |
1109 | | PKG_CHECK_EXISTS([$3], |
1110 | | [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], |
1111 | | [pkg_failed=yes]) |
1112 | | else |
1113 | | pkg_failed=untried |
1114 | | fi[]dnl |
1115 | | ])# _PKG_CONFIG |
1116 | | |
1117 | | # _PKG_SHORT_ERRORS_SUPPORTED |
1118 | | # ----------------------------- |
1119 | | AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], |
1120 | | [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
1121 | | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
1122 | | _pkg_short_errors_supported=yes |
1123 | | else |
1124 | | _pkg_short_errors_supported=no |
1125 | | fi[]dnl |
1126 | | ])# _PKG_SHORT_ERRORS_SUPPORTED |
1127 | | |
1128 | | |
1129 | | # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], |
1130 | | # [ACTION-IF-NOT-FOUND]) |
1131 | | # |
1132 | | # |
1133 | | # Note that if there is a possibility the first call to |
1134 | | # PKG_CHECK_MODULES might not happen, you should be sure to include an |
1135 | | # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac |
1136 | | # |
1137 | | # |
1138 | | # -------------------------------------------------------------- |
1139 | | AC_DEFUN([PKG_CHECK_MODULES], |
1140 | | [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
1141 | | AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl |
1142 | | AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl |
1143 | | |
1144 | | pkg_failed=no |
1145 | | AC_MSG_CHECKING([for $1]) |
1146 | | |
1147 | | _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) |
1148 | | _PKG_CONFIG([$1][_LIBS], [libs], [$2]) |
1149 | | |
1150 | | m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS |
1151 | | and $1[]_LIBS to avoid the need to call pkg-config. |
1152 | | See the pkg-config man page for more details.]) |
1153 | | |
1154 | | if test $pkg_failed = yes; then |
1155 | | AC_MSG_RESULT([no]) |
1156 | | _PKG_SHORT_ERRORS_SUPPORTED |
1157 | | if test $_pkg_short_errors_supported = yes; then |
1158 | | $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` |
1159 | | else |
1160 | | $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` |
1161 | | fi |
1162 | | # Put the nasty error message in config.log where it belongs |
1163 | | echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD |
1164 | | |
1165 | | m4_default([$4], [AC_MSG_ERROR( |
1166 | | [Package requirements ($2) were not met: |
1167 | | |
1168 | | $$1_PKG_ERRORS |
1169 | | |
1170 | | Consider adjusting the PKG_CONFIG_PATH environment variable if you |
1171 | | installed software in a non-standard prefix. |
1172 | | |
1173 | | _PKG_TEXT])dnl |
1174 | | ]) |
1175 | | elif test $pkg_failed = untried; then |
1176 | | AC_MSG_RESULT([no]) |
1177 | | m4_default([$4], [AC_MSG_FAILURE( |
1178 | | [The pkg-config script could not be found or is too old. Make sure it |
1179 | | is in your PATH or set the PKG_CONFIG environment variable to the full |
1180 | | path to pkg-config. |
1181 | | |
1182 | | _PKG_TEXT |
1183 | | |
1184 | | To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl |
1185 | | ]) |
1186 | | else |
1187 | | $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |
1188 | | $1[]_LIBS=$pkg_cv_[]$1[]_LIBS |
1189 | | AC_MSG_RESULT([yes]) |
1190 | | $3 |
1191 | | fi[]dnl |
1192 | | ])# PKG_CHECK_MODULES |
1193 | | |
1194 | 1036 | |
1195 | 1037 | #serial 20090814 |
1196 | 1038 | |
… |
… |
|
1619 | 1461 | AC_MSG_RESULT([$mm_all_flags])[]dnl |
1620 | 1462 | ]) |
1621 | 1463 | |
| 1464 | # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
| 1465 | # |
| 1466 | # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. |
| 1467 | # |
| 1468 | # This program is free software; you can redistribute it and/or modify |
| 1469 | # it under the terms of the GNU General Public License as published by |
| 1470 | # the Free Software Foundation; either version 2 of the License, or |
| 1471 | # (at your option) any later version. |
| 1472 | # |
| 1473 | # This program is distributed in the hope that it will be useful, but |
| 1474 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1475 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 1476 | # General Public License for more details. |
| 1477 | # |
| 1478 | # You should have received a copy of the GNU General Public License |
| 1479 | # along with this program; if not, write to the Free Software |
| 1480 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 1481 | # |
| 1482 | # As a special exception to the GNU General Public License, if you |
| 1483 | # distribute this file as part of a program that contains a |
| 1484 | # configuration script generated by Autoconf, you may include it under |
| 1485 | # the same distribution terms that you use for the rest of that program. |
| 1486 | |
| 1487 | # PKG_PROG_PKG_CONFIG([MIN-VERSION]) |
| 1488 | # ---------------------------------- |
| 1489 | AC_DEFUN([PKG_PROG_PKG_CONFIG], |
| 1490 | [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
| 1491 | m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
| 1492 | AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl |
| 1493 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
| 1494 | AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) |
| 1495 | fi |
| 1496 | if test -n "$PKG_CONFIG"; then |
| 1497 | _pkg_min_version=m4_default([$1], [0.9.0]) |
| 1498 | AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) |
| 1499 | if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
| 1500 | AC_MSG_RESULT([yes]) |
| 1501 | else |
| 1502 | AC_MSG_RESULT([no]) |
| 1503 | PKG_CONFIG="" |
| 1504 | fi |
| 1505 | |
| 1506 | fi[]dnl |
| 1507 | ])# PKG_PROG_PKG_CONFIG |
| 1508 | |
| 1509 | # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) |
| 1510 | # |
| 1511 | # Check to see whether a particular set of modules exists. Similar |
| 1512 | # to PKG_CHECK_MODULES(), but does not set variables or print errors. |
| 1513 | # |
| 1514 | # |
| 1515 | # Similar to PKG_CHECK_MODULES, make sure that the first instance of |
| 1516 | # this or PKG_CHECK_MODULES is called, or make sure to call |
| 1517 | # PKG_CHECK_EXISTS manually |
| 1518 | # -------------------------------------------------------------- |
| 1519 | AC_DEFUN([PKG_CHECK_EXISTS], |
| 1520 | [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
| 1521 | if test -n "$PKG_CONFIG" && \ |
| 1522 | AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then |
| 1523 | m4_ifval([$2], [$2], [:]) |
| 1524 | m4_ifvaln([$3], [else |
| 1525 | $3])dnl |
| 1526 | fi]) |
| 1527 | |
| 1528 | |
| 1529 | # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) |
| 1530 | # --------------------------------------------- |
| 1531 | m4_define([_PKG_CONFIG], |
| 1532 | [if test -n "$$1"; then |
| 1533 | pkg_cv_[]$1="$$1" |
| 1534 | elif test -n "$PKG_CONFIG"; then |
| 1535 | PKG_CHECK_EXISTS([$3], |
| 1536 | [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], |
| 1537 | [pkg_failed=yes]) |
| 1538 | else |
| 1539 | pkg_failed=untried |
| 1540 | fi[]dnl |
| 1541 | ])# _PKG_CONFIG |
| 1542 | |
| 1543 | # _PKG_SHORT_ERRORS_SUPPORTED |
| 1544 | # ----------------------------- |
| 1545 | AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], |
| 1546 | [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
| 1547 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
| 1548 | _pkg_short_errors_supported=yes |
| 1549 | else |
| 1550 | _pkg_short_errors_supported=no |
| 1551 | fi[]dnl |
| 1552 | ])# _PKG_SHORT_ERRORS_SUPPORTED |
| 1553 | |
| 1554 | |
| 1555 | # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], |
| 1556 | # [ACTION-IF-NOT-FOUND]) |
| 1557 | # |
| 1558 | # |
| 1559 | # Note that if there is a possibility the first call to |
| 1560 | # PKG_CHECK_MODULES might not happen, you should be sure to include an |
| 1561 | # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac |
| 1562 | # |
| 1563 | # |
| 1564 | # -------------------------------------------------------------- |
| 1565 | AC_DEFUN([PKG_CHECK_MODULES], |
| 1566 | [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
| 1567 | AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl |
| 1568 | AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl |
| 1569 | |
| 1570 | pkg_failed=no |
| 1571 | AC_MSG_CHECKING([for $1]) |
| 1572 | |
| 1573 | _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) |
| 1574 | _PKG_CONFIG([$1][_LIBS], [libs], [$2]) |
| 1575 | |
| 1576 | m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS |
| 1577 | and $1[]_LIBS to avoid the need to call pkg-config. |
| 1578 | See the pkg-config man page for more details.]) |
| 1579 | |
| 1580 | if test $pkg_failed = yes; then |
| 1581 | _PKG_SHORT_ERRORS_SUPPORTED |
| 1582 | if test $_pkg_short_errors_supported = yes; then |
| 1583 | $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` |
| 1584 | else |
| 1585 | $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` |
| 1586 | fi |
| 1587 | # Put the nasty error message in config.log where it belongs |
| 1588 | echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD |
| 1589 | |
| 1590 | ifelse([$4], , [AC_MSG_ERROR(dnl |
| 1591 | [Package requirements ($2) were not met: |
| 1592 | |
| 1593 | $$1_PKG_ERRORS |
| 1594 | |
| 1595 | Consider adjusting the PKG_CONFIG_PATH environment variable if you |
| 1596 | installed software in a non-standard prefix. |
| 1597 | |
| 1598 | _PKG_TEXT |
| 1599 | ])], |
| 1600 | [AC_MSG_RESULT([no]) |
| 1601 | $4]) |
| 1602 | elif test $pkg_failed = untried; then |
| 1603 | ifelse([$4], , [AC_MSG_FAILURE(dnl |
| 1604 | [The pkg-config script could not be found or is too old. Make sure it |
| 1605 | is in your PATH or set the PKG_CONFIG environment variable to the full |
| 1606 | path to pkg-config. |
| 1607 | |
| 1608 | _PKG_TEXT |
| 1609 | |
| 1610 | To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], |
| 1611 | [$4]) |
| 1612 | else |
| 1613 | $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |
| 1614 | $1[]_LIBS=$pkg_cv_[]$1[]_LIBS |
| 1615 | AC_MSG_RESULT([yes]) |
| 1616 | ifelse([$3], , :, [$3]) |
| 1617 | fi[]dnl |
| 1618 | ])# PKG_CHECK_MODULES |
| 1619 | |
1622 | 1620 | m4_include([build/libtool.m4]) |
1623 | 1621 | m4_include([build/ltoptions.m4]) |
1624 | 1622 | m4_include([build/ltsugar.m4]) |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/atk/atkmm/Makefile.in ftp.cse.buffalo.edu/atkmm-2.22.1/atk/atkmm/Makefile.in
old
|
new
|
|
214 | 214 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
215 | 215 | PERL = @PERL@ |
216 | 216 | PKG_CONFIG = @PKG_CONFIG@ |
217 | | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
218 | | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
219 | 217 | RANLIB = @RANLIB@ |
220 | 218 | SED = @SED@ |
221 | 219 | SET_MAKE = @SET_MAKE@ |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/atk/src/Makefile.in ftp.cse.buffalo.edu/atkmm-2.22.1/atk/src/Makefile.in
old
|
new
|
|
144 | 144 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
145 | 145 | PERL = @PERL@ |
146 | 146 | PKG_CONFIG = @PKG_CONFIG@ |
147 | | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
148 | | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
149 | 147 | RANLIB = @RANLIB@ |
150 | 148 | SED = @SED@ |
151 | 149 | SET_MAKE = @SET_MAKE@ |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/build/config.guess ftp.cse.buffalo.edu/atkmm-2.22.1/build/config.guess
old
|
new
|
|
1 | 1 | #! /bin/sh |
2 | 2 | # Attempt to guess a canonical system name. |
3 | 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
4 | | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
5 | 5 | # Free Software Foundation, Inc. |
6 | 6 | |
7 | | timestamp='2009-12-30' |
| 7 | timestamp='2009-11-20' |
8 | 8 | |
9 | 9 | # This file is free software; you can redistribute it and/or modify it |
10 | 10 | # under the terms of the GNU General Public License as published by |
… |
… |
|
56 | 56 | GNU config.guess ($timestamp) |
57 | 57 | |
58 | 58 | Originally written by Per Bothner. |
59 | | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
60 | | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free |
61 | | Software Foundation, Inc. |
| 59 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 60 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
62 | 61 | |
63 | 62 | This is free software; see the source for copying conditions. There is NO |
64 | 63 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/build/config.sub ftp.cse.buffalo.edu/atkmm-2.22.1/build/config.sub
old
|
new
|
|
1 | 1 | #! /bin/sh |
2 | 2 | # Configuration validation subroutine script. |
3 | 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
4 | | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
5 | 5 | # Free Software Foundation, Inc. |
6 | 6 | |
7 | | timestamp='2010-01-22' |
| 7 | timestamp='2009-11-20' |
8 | 8 | |
9 | 9 | # This file is (in principle) common to ALL GNU software. |
10 | 10 | # The presence of a machine in this file suggests that SOME GNU software |
… |
… |
|
75 | 75 | version="\ |
76 | 76 | GNU config.sub ($timestamp) |
77 | 77 | |
78 | | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
79 | | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free |
80 | | Software Foundation, Inc. |
| 78 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 79 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
81 | 80 | |
82 | 81 | This is free software; see the source for copying conditions. There is NO |
83 | 82 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
… |
… |
|
381 | 380 | | sparclite-* \ |
382 | 381 | | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ |
383 | 382 | | tahoe-* | thumb-* \ |
384 | | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
385 | | | tile-* | tilegx-* \ |
| 383 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ |
386 | 384 | | tron-* \ |
387 | 385 | | ubicom32-* \ |
388 | 386 | | v850-* | v850e-* | vax-* \ |
… |
… |
|
1087 | 1085 | basic_machine=tic6x-unknown |
1088 | 1086 | os=-coff |
1089 | 1087 | ;; |
1090 | | # This must be matched before tile*. |
1091 | | tilegx*) |
1092 | | basic_machine=tilegx-unknown |
1093 | | os=-linux-gnu |
1094 | | ;; |
1095 | 1088 | tile*) |
1096 | 1089 | basic_machine=tile-unknown |
1097 | 1090 | os=-linux-gnu |
… |
… |
|
1442 | 1435 | -dicos*) |
1443 | 1436 | os=-dicos |
1444 | 1437 | ;; |
1445 | | -nacl*) |
1446 | | ;; |
1447 | 1438 | -none) |
1448 | 1439 | ;; |
1449 | 1440 | *) |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/build/libtool.m4 ftp.cse.buffalo.edu/atkmm-2.22.1/build/libtool.m4
old
|
new
|
|
2445 | 2445 | ;; |
2446 | 2446 | |
2447 | 2447 | # This must be Linux ELF. |
2448 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 2448 | linux* | k*bsd*-gnu) |
2449 | 2449 | version_type=linux |
2450 | 2450 | need_lib_prefix=no |
2451 | 2451 | need_version=no |
… |
… |
|
2485 | 2485 | dynamic_linker='GNU/Linux ld.so' |
2486 | 2486 | ;; |
2487 | 2487 | |
2488 | | netbsdelf*-gnu) |
2489 | | version_type=linux |
2490 | | need_lib_prefix=no |
2491 | | need_version=no |
2492 | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
2493 | | soname_spec='${libname}${release}${shared_ext}$major' |
2494 | | shlibpath_var=LD_LIBRARY_PATH |
2495 | | shlibpath_overrides_runpath=no |
2496 | | hardcode_into_libs=yes |
2497 | | dynamic_linker='NetBSD ld.elf_so' |
2498 | | ;; |
2499 | | |
2500 | 2488 | netbsd*) |
2501 | 2489 | version_type=sunos |
2502 | 2490 | need_lib_prefix=no |
… |
… |
|
3084 | 3072 | ;; |
3085 | 3073 | |
3086 | 3074 | # This must be Linux ELF. |
3087 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 3075 | linux* | k*bsd*-gnu) |
3088 | 3076 | lt_cv_deplibs_check_method=pass_all |
3089 | 3077 | ;; |
3090 | 3078 | |
3091 | | netbsd* | netbsdelf*-gnu) |
| 3079 | netbsd*) |
3092 | 3080 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
3093 | 3081 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' |
3094 | 3082 | else |
… |
… |
|
3705 | 3693 | ;; |
3706 | 3694 | esac |
3707 | 3695 | ;; |
3708 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 3696 | linux* | k*bsd*-gnu) |
3709 | 3697 | case $cc_basename in |
3710 | 3698 | KCC*) |
3711 | 3699 | # KAI C++ Compiler |
… |
… |
|
3769 | 3757 | ;; |
3770 | 3758 | esac |
3771 | 3759 | ;; |
3772 | | netbsd* | netbsdelf*-gnu) |
| 3760 | netbsd*) |
3773 | 3761 | ;; |
3774 | 3762 | *qnx* | *nto*) |
3775 | 3763 | # QNX uses GNU C++, but need to define -shared option too, otherwise |
… |
… |
|
3989 | 3977 | _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
3990 | 3978 | ;; |
3991 | 3979 | |
3992 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 3980 | linux* | k*bsd*-gnu) |
3993 | 3981 | case $cc_basename in |
3994 | 3982 | # old Intel for x86_64 which still supported -KPIC. |
3995 | 3983 | ecc*) |
… |
… |
|
4194 | 4182 | cygwin* | mingw* | cegcc*) |
4195 | 4183 | _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' |
4196 | 4184 | ;; |
4197 | | linux* | k*bsd*-gnu) |
4198 | | _LT_TAGVAR(link_all_deplibs, $1)=no |
4199 | | ;; |
4200 | 4185 | *) |
4201 | 4186 | _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
4202 | 4187 | ;; |
… |
… |
|
4261 | 4246 | openbsd*) |
4262 | 4247 | with_gnu_ld=no |
4263 | 4248 | ;; |
4264 | | linux* | k*bsd*-gnu) |
4265 | | _LT_TAGVAR(link_all_deplibs, $1)=no |
4266 | | ;; |
4267 | 4249 | esac |
4268 | 4250 | |
4269 | 4251 | _LT_TAGVAR(ld_shlibs, $1)=yes |
… |
… |
|
4285 | 4267 | fi |
4286 | 4268 | supports_anon_versioning=no |
4287 | 4269 | case `$LD -v 2>&1` in |
4288 | | *GNU\ gold*) supports_anon_versioning=yes ;; |
4289 | 4270 | *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 |
4290 | 4271 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... |
4291 | 4272 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... |
… |
… |
|
4377 | 4358 | _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
4378 | 4359 | ;; |
4379 | 4360 | |
4380 | | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
| 4361 | gnu* | linux* | tpf* | k*bsd*-gnu) |
4381 | 4362 | tmp_diet=no |
4382 | 4363 | if test "$host_os" = linux-dietlibc; then |
4383 | 4364 | case $cc_basename in |
… |
… |
|
4447 | 4428 | fi |
4448 | 4429 | ;; |
4449 | 4430 | |
4450 | | netbsd* | netbsdelf*-gnu) |
| 4431 | netbsd*) |
4451 | 4432 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
4452 | 4433 | _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
4453 | 4434 | wlarc= |
… |
… |
|
4622 | 4603 | if test "$aix_use_runtimelinking" = yes; then |
4623 | 4604 | shared_flag="$shared_flag "'${wl}-G' |
4624 | 4605 | fi |
4625 | | _LT_TAGVAR(link_all_deplibs, $1)=no |
4626 | 4606 | else |
4627 | 4607 | # not using gcc |
4628 | 4608 | if test "$host_cpu" = ia64; then |
… |
… |
|
4861 | 4841 | _LT_TAGVAR(link_all_deplibs, $1)=yes |
4862 | 4842 | ;; |
4863 | 4843 | |
4864 | | netbsd* | netbsdelf*-gnu) |
| 4844 | netbsd*) |
4865 | 4845 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
4866 | 4846 | _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
4867 | 4847 | else |
… |
… |
|
5861 | 5841 | _LT_TAGVAR(inherit_rpath, $1)=yes |
5862 | 5842 | ;; |
5863 | 5843 | |
5864 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 5844 | linux* | k*bsd*-gnu) |
5865 | 5845 | case $cc_basename in |
5866 | 5846 | KCC*) |
5867 | 5847 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/build/ltmain.sh ftp.cse.buffalo.edu/atkmm-2.22.1/build/ltmain.sh
old
|
new
|
|
1 | 1 | # Generated from ltmain.m4sh. |
2 | 2 | |
3 | | # ltmain.sh (GNU libtool) 2.2.6b |
| 3 | # ltmain.sh (GNU libtool) 2.2.6 |
4 | 4 | # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
5 | 5 | |
6 | 6 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. |
… |
… |
|
65 | 65 | # compiler: $LTCC |
66 | 66 | # compiler flags: $LTCFLAGS |
67 | 67 | # linker: $LD (gnu? $with_gnu_ld) |
68 | | # $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 |
| 68 | # $progname: (GNU libtool) 2.2.6 |
69 | 69 | # automake: $automake_version |
70 | 70 | # autoconf: $autoconf_version |
71 | 71 | # |
… |
… |
|
73 | 73 | |
74 | 74 | PROGRAM=ltmain.sh |
75 | 75 | PACKAGE=libtool |
76 | | VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" |
| 76 | VERSION=2.2.6 |
77 | 77 | TIMESTAMP="" |
78 | | package_revision=1.3017 |
| 78 | package_revision=1.3012 |
79 | 79 | |
80 | 80 | # Be Bourne compatible |
81 | 81 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
… |
… |
|
116 | 116 | |
117 | 117 | : ${CP="cp -f"} |
118 | 118 | : ${ECHO="echo"} |
119 | | : ${EGREP="/bin/grep -E"} |
120 | | : ${FGREP="/bin/grep -F"} |
121 | | : ${GREP="/bin/grep"} |
| 119 | : ${EGREP="/usr/bin/grep -E"} |
| 120 | : ${FGREP="/usr/bin/grep -F"} |
| 121 | : ${GREP="/usr/bin/grep"} |
122 | 122 | : ${LN_S="ln -s"} |
123 | 123 | : ${MAKE="make"} |
124 | 124 | : ${MKDIR="mkdir"} |
125 | 125 | : ${MV="mv -f"} |
126 | 126 | : ${RM="rm -f"} |
127 | | : ${SED="/bin/sed"} |
| 127 | : ${SED="/opt/local/bin/gsed"} |
128 | 128 | : ${SHELL="${CONFIG_SHELL-/bin/sh}"} |
129 | 129 | : ${Xsed="$SED -e 1s/^X//"} |
130 | 130 | |
… |
… |
|
5033 | 5033 | case $pass in |
5034 | 5034 | dlopen) libs="$dlfiles" ;; |
5035 | 5035 | dlpreopen) libs="$dlprefiles" ;; |
5036 | | link) |
5037 | | libs="$deplibs %DEPLIBS%" |
5038 | | test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" |
5039 | | ;; |
| 5036 | link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; |
5040 | 5037 | esac |
5041 | 5038 | fi |
5042 | 5039 | if test "$linkmode,$pass" = "lib,dlpreopen"; then |
… |
… |
|
5347 | 5344 | # It is a libtool convenience library, so add in its objects. |
5348 | 5345 | convenience="$convenience $ladir/$objdir/$old_library" |
5349 | 5346 | old_convenience="$old_convenience $ladir/$objdir/$old_library" |
5350 | | tmp_libs= |
5351 | | for deplib in $dependency_libs; do |
5352 | | deplibs="$deplib $deplibs" |
5353 | | if $opt_duplicate_deps ; then |
5354 | | case "$tmp_libs " in |
5355 | | *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
5356 | | esac |
5357 | | fi |
5358 | | tmp_libs="$tmp_libs $deplib" |
5359 | | done |
5360 | 5347 | elif test "$linkmode" != prog && test "$linkmode" != lib; then |
5361 | 5348 | func_fatal_error "\`$lib' is not a convenience library" |
5362 | 5349 | fi |
| 5350 | tmp_libs= |
| 5351 | for deplib in $dependency_libs; do |
| 5352 | deplibs="$deplib $deplibs" |
| 5353 | if $opt_duplicate_deps ; then |
| 5354 | case "$tmp_libs " in |
| 5355 | *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
| 5356 | esac |
| 5357 | fi |
| 5358 | tmp_libs="$tmp_libs $deplib" |
| 5359 | done |
5363 | 5360 | continue |
5364 | 5361 | fi # $pass = conv |
5365 | 5362 | |
… |
… |
|
5896 | 5893 | if test "$link_all_deplibs" != no; then |
5897 | 5894 | # Add the search paths of all dependency libraries |
5898 | 5895 | for deplib in $dependency_libs; do |
5899 | | path= |
5900 | 5896 | case $deplib in |
5901 | 5897 | -L*) path="$deplib" ;; |
5902 | 5898 | *.la) |
… |
… |
|
6210 | 6206 | revision="$number_minor" |
6211 | 6207 | lt_irix_increment=no |
6212 | 6208 | ;; |
6213 | | *) |
6214 | | func_fatal_configuration "$modename: unknown library version type \`$version_type'" |
6215 | | ;; |
6216 | 6209 | esac |
6217 | 6210 | ;; |
6218 | 6211 | no) |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/build/ltversion.m4 ftp.cse.buffalo.edu/atkmm-2.22.1/build/ltversion.m4
old
|
new
|
|
9 | 9 | |
10 | 10 | # Generated from ltversion.in. |
11 | 11 | |
12 | | # serial 3017 ltversion.m4 |
| 12 | # serial 3012 ltversion.m4 |
13 | 13 | # This file is part of GNU Libtool |
14 | 14 | |
15 | | m4_define([LT_PACKAGE_VERSION], [2.2.6b]) |
16 | | m4_define([LT_PACKAGE_REVISION], [1.3017]) |
| 15 | m4_define([LT_PACKAGE_VERSION], [2.2.6]) |
| 16 | m4_define([LT_PACKAGE_REVISION], [1.3012]) |
17 | 17 | |
18 | 18 | AC_DEFUN([LTVERSION_VERSION], |
19 | | [macro_version='2.2.6b' |
20 | | macro_revision='1.3017' |
| 19 | [macro_version='2.2.6' |
| 20 | macro_revision='1.3012' |
21 | 21 | _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) |
22 | 22 | _LT_DECL(, macro_revision, 0) |
23 | 23 | ]) |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/codegen/Makefile.in ftp.cse.buffalo.edu/atkmm-2.22.1/codegen/Makefile.in
old
|
new
|
|
181 | 181 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
182 | 182 | PERL = @PERL@ |
183 | 183 | PKG_CONFIG = @PKG_CONFIG@ |
184 | | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
185 | | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
186 | 184 | RANLIB = @RANLIB@ |
187 | 185 | SED = @SED@ |
188 | 186 | SET_MAKE = @SET_MAKE@ |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/configure ftp.cse.buffalo.edu/atkmm-2.22.1/configure
old
|
new
|
|
764 | 764 | GTHREAD_CFLAGS |
765 | 765 | ATKMM_LIBS |
766 | 766 | ATKMM_CFLAGS |
767 | | PKG_CONFIG_LIBDIR |
768 | | PKG_CONFIG_PATH |
769 | 767 | PKG_CONFIG |
770 | 768 | ATKMM_MODULES |
771 | 769 | CXXCPP |
… |
… |
|
929 | 927 | CPP |
930 | 928 | CXXCPP |
931 | 929 | PKG_CONFIG |
932 | | PKG_CONFIG_PATH |
933 | | PKG_CONFIG_LIBDIR |
934 | 930 | ATKMM_CFLAGS |
935 | 931 | ATKMM_LIBS |
936 | 932 | PERL |
… |
… |
|
1602 | 1598 | CPP C preprocessor |
1603 | 1599 | CXXCPP C++ preprocessor |
1604 | 1600 | PKG_CONFIG path to pkg-config utility |
1605 | | PKG_CONFIG_PATH |
1606 | | directories to add to pkg-config's search path |
1607 | | PKG_CONFIG_LIBDIR |
1608 | | path overriding pkg-config's built-in search path |
1609 | 1601 | ATKMM_CFLAGS |
1610 | 1602 | C compiler flags for ATKMM, overriding pkg-config |
1611 | 1603 | ATKMM_LIBS linker flags for ATKMM, overriding pkg-config |
… |
… |
|
4212 | 4204 | |
4213 | 4205 | |
4214 | 4206 | |
4215 | | macro_version='2.2.6b' |
4216 | | macro_revision='1.3017' |
| 4207 | macro_version='2.2.6' |
| 4208 | macro_revision='1.3012' |
4217 | 4209 | |
4218 | 4210 | |
4219 | 4211 | |
… |
… |
|
5480 | 5472 | else |
5481 | 5473 | lt_cv_nm_interface="BSD nm" |
5482 | 5474 | echo "int some_variable = 0;" > conftest.$ac_ext |
5483 | | (eval echo "\"\$as_me:5483: $ac_compile\"" >&5) |
| 5475 | (eval echo "\"\$as_me:5475: $ac_compile\"" >&5) |
5484 | 5476 | (eval "$ac_compile" 2>conftest.err) |
5485 | 5477 | cat conftest.err >&5 |
5486 | | (eval echo "\"\$as_me:5486: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5478 | (eval echo "\"\$as_me:5478: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
5487 | 5479 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5488 | 5480 | cat conftest.err >&5 |
5489 | | (eval echo "\"\$as_me:5489: output\"" >&5) |
| 5481 | (eval echo "\"\$as_me:5481: output\"" >&5) |
5490 | 5482 | cat conftest.out >&5 |
5491 | 5483 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
5492 | 5484 | lt_cv_nm_interface="MS dumpbin" |
… |
… |
|
5949 | 5941 | ;; |
5950 | 5942 | |
5951 | 5943 | # This must be Linux ELF. |
5952 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 5944 | linux* | k*bsd*-gnu) |
5953 | 5945 | lt_cv_deplibs_check_method=pass_all |
5954 | 5946 | ;; |
5955 | 5947 | |
5956 | | netbsd* | netbsdelf*-gnu) |
| 5948 | netbsd*) |
5957 | 5949 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
5958 | 5950 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
5959 | 5951 | else |
… |
… |
|
6689 | 6681 | ;; |
6690 | 6682 | *-*-irix6*) |
6691 | 6683 | # Find out which ABI we are using. |
6692 | | echo '#line 6692 "configure"' > conftest.$ac_ext |
| 6684 | echo '#line 6684 "configure"' > conftest.$ac_ext |
6693 | 6685 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6694 | 6686 | (eval $ac_compile) 2>&5 |
6695 | 6687 | ac_status=$? |
… |
… |
|
8713 | 8705 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8714 | 8706 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8715 | 8707 | -e 's:$: $lt_compiler_flag:'` |
8716 | | (eval echo "\"\$as_me:8716: $lt_compile\"" >&5) |
| 8708 | (eval echo "\"\$as_me:8708: $lt_compile\"" >&5) |
8717 | 8709 | (eval "$lt_compile" 2>conftest.err) |
8718 | 8710 | ac_status=$? |
8719 | 8711 | cat conftest.err >&5 |
8720 | | echo "$as_me:8720: \$? = $ac_status" >&5 |
| 8712 | echo "$as_me:8712: \$? = $ac_status" >&5 |
8721 | 8713 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8722 | 8714 | # The compiler can only warn and ignore the option if not recognized |
8723 | 8715 | # So say no if there are warnings other than the usual output. |
… |
… |
|
8882 | 8874 | lt_prog_compiler_static='-non_shared' |
8883 | 8875 | ;; |
8884 | 8876 | |
8885 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 8877 | linux* | k*bsd*-gnu) |
8886 | 8878 | case $cc_basename in |
8887 | 8879 | # old Intel for x86_64 which still supported -KPIC. |
8888 | 8880 | ecc*) |
… |
… |
|
9052 | 9044 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9053 | 9045 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9054 | 9046 | -e 's:$: $lt_compiler_flag:'` |
9055 | | (eval echo "\"\$as_me:9055: $lt_compile\"" >&5) |
| 9047 | (eval echo "\"\$as_me:9047: $lt_compile\"" >&5) |
9056 | 9048 | (eval "$lt_compile" 2>conftest.err) |
9057 | 9049 | ac_status=$? |
9058 | 9050 | cat conftest.err >&5 |
9059 | | echo "$as_me:9059: \$? = $ac_status" >&5 |
| 9051 | echo "$as_me:9051: \$? = $ac_status" >&5 |
9060 | 9052 | if (exit $ac_status) && test -s "$ac_outfile"; then |
9061 | 9053 | # The compiler can only warn and ignore the option if not recognized |
9062 | 9054 | # So say no if there are warnings other than the usual output. |
… |
… |
|
9157 | 9149 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9158 | 9150 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9159 | 9151 | -e 's:$: $lt_compiler_flag:'` |
9160 | | (eval echo "\"\$as_me:9160: $lt_compile\"" >&5) |
| 9152 | (eval echo "\"\$as_me:9152: $lt_compile\"" >&5) |
9161 | 9153 | (eval "$lt_compile" 2>out/conftest.err) |
9162 | 9154 | ac_status=$? |
9163 | 9155 | cat out/conftest.err >&5 |
9164 | | echo "$as_me:9164: \$? = $ac_status" >&5 |
| 9156 | echo "$as_me:9156: \$? = $ac_status" >&5 |
9165 | 9157 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9166 | 9158 | then |
9167 | 9159 | # The compiler can only warn and ignore the option if not recognized |
… |
… |
|
9212 | 9204 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9213 | 9205 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9214 | 9206 | -e 's:$: $lt_compiler_flag:'` |
9215 | | (eval echo "\"\$as_me:9215: $lt_compile\"" >&5) |
| 9207 | (eval echo "\"\$as_me:9207: $lt_compile\"" >&5) |
9216 | 9208 | (eval "$lt_compile" 2>out/conftest.err) |
9217 | 9209 | ac_status=$? |
9218 | 9210 | cat out/conftest.err >&5 |
9219 | | echo "$as_me:9219: \$? = $ac_status" >&5 |
| 9211 | echo "$as_me:9211: \$? = $ac_status" >&5 |
9220 | 9212 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9221 | 9213 | then |
9222 | 9214 | # The compiler can only warn and ignore the option if not recognized |
… |
… |
|
9331 | 9323 | openbsd*) |
9332 | 9324 | with_gnu_ld=no |
9333 | 9325 | ;; |
9334 | | linux* | k*bsd*-gnu) |
9335 | | link_all_deplibs=no |
9336 | | ;; |
9337 | 9326 | esac |
9338 | 9327 | |
9339 | 9328 | ld_shlibs=yes |
… |
… |
|
9355 | 9344 | fi |
9356 | 9345 | supports_anon_versioning=no |
9357 | 9346 | case `$LD -v 2>&1` in |
9358 | | *GNU\ gold*) supports_anon_versioning=yes ;; |
9359 | 9347 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
9360 | 9348 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... |
9361 | 9349 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... |
… |
… |
|
9447 | 9435 | archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
9448 | 9436 | ;; |
9449 | 9437 | |
9450 | | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
| 9438 | gnu* | linux* | tpf* | k*bsd*-gnu) |
9451 | 9439 | tmp_diet=no |
9452 | 9440 | if test "$host_os" = linux-dietlibc; then |
9453 | 9441 | case $cc_basename in |
… |
… |
|
9517 | 9505 | fi |
9518 | 9506 | ;; |
9519 | 9507 | |
9520 | | netbsd* | netbsdelf*-gnu) |
| 9508 | netbsd*) |
9521 | 9509 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
9522 | 9510 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
9523 | 9511 | wlarc= |
… |
… |
|
9692 | 9680 | if test "$aix_use_runtimelinking" = yes; then |
9693 | 9681 | shared_flag="$shared_flag "'${wl}-G' |
9694 | 9682 | fi |
9695 | | link_all_deplibs=no |
9696 | 9683 | else |
9697 | 9684 | # not using gcc |
9698 | 9685 | if test "$host_cpu" = ia64; then |
… |
… |
|
10019 | 10006 | link_all_deplibs=yes |
10020 | 10007 | ;; |
10021 | 10008 | |
10022 | | netbsd* | netbsdelf*-gnu) |
| 10009 | netbsd*) |
10023 | 10010 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
10024 | 10011 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
10025 | 10012 | else |
… |
… |
|
10909 | 10896 | ;; |
10910 | 10897 | |
10911 | 10898 | # This must be Linux ELF. |
10912 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 10899 | linux* | k*bsd*-gnu) |
10913 | 10900 | version_type=linux |
10914 | 10901 | need_lib_prefix=no |
10915 | 10902 | need_version=no |
… |
… |
|
10964 | 10951 | dynamic_linker='GNU/Linux ld.so' |
10965 | 10952 | ;; |
10966 | 10953 | |
10967 | | netbsdelf*-gnu) |
10968 | | version_type=linux |
10969 | | need_lib_prefix=no |
10970 | | need_version=no |
10971 | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
10972 | | soname_spec='${libname}${release}${shared_ext}$major' |
10973 | | shlibpath_var=LD_LIBRARY_PATH |
10974 | | shlibpath_overrides_runpath=no |
10975 | | hardcode_into_libs=yes |
10976 | | dynamic_linker='NetBSD ld.elf_so' |
10977 | | ;; |
10978 | | |
10979 | 10954 | netbsd*) |
10980 | 10955 | version_type=sunos |
10981 | 10956 | need_lib_prefix=no |
… |
… |
|
11596 | 11571 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11597 | 11572 | lt_status=$lt_dlunknown |
11598 | 11573 | cat > conftest.$ac_ext <<_LT_EOF |
11599 | | #line 11599 "configure" |
| 11574 | #line 11574 "configure" |
11600 | 11575 | #include "confdefs.h" |
11601 | 11576 | |
11602 | 11577 | #if HAVE_DLFCN_H |
… |
… |
|
11692 | 11667 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11693 | 11668 | lt_status=$lt_dlunknown |
11694 | 11669 | cat > conftest.$ac_ext <<_LT_EOF |
11695 | | #line 11695 "configure" |
| 11670 | #line 11670 "configure" |
11696 | 11671 | #include "confdefs.h" |
11697 | 11672 | |
11698 | 11673 | #if HAVE_DLFCN_H |
… |
… |
|
12632 | 12607 | inherit_rpath_CXX=yes |
12633 | 12608 | ;; |
12634 | 12609 | |
12635 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 12610 | linux* | k*bsd*-gnu) |
12636 | 12611 | case $cc_basename in |
12637 | 12612 | KCC*) |
12638 | 12613 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
… |
… |
|
13460 | 13435 | ;; |
13461 | 13436 | esac |
13462 | 13437 | ;; |
13463 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 13438 | linux* | k*bsd*-gnu) |
13464 | 13439 | case $cc_basename in |
13465 | 13440 | KCC*) |
13466 | 13441 | # KAI C++ Compiler |
… |
… |
|
13524 | 13499 | ;; |
13525 | 13500 | esac |
13526 | 13501 | ;; |
13527 | | netbsd* | netbsdelf*-gnu) |
| 13502 | netbsd*) |
13528 | 13503 | ;; |
13529 | 13504 | *qnx* | *nto*) |
13530 | 13505 | # QNX uses GNU C++, but need to define -shared option too, otherwise |
… |
… |
|
13648 | 13623 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
13649 | 13624 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13650 | 13625 | -e 's:$: $lt_compiler_flag:'` |
13651 | | (eval echo "\"\$as_me:13651: $lt_compile\"" >&5) |
| 13626 | (eval echo "\"\$as_me:13626: $lt_compile\"" >&5) |
13652 | 13627 | (eval "$lt_compile" 2>conftest.err) |
13653 | 13628 | ac_status=$? |
13654 | 13629 | cat conftest.err >&5 |
13655 | | echo "$as_me:13655: \$? = $ac_status" >&5 |
| 13630 | echo "$as_me:13630: \$? = $ac_status" >&5 |
13656 | 13631 | if (exit $ac_status) && test -s "$ac_outfile"; then |
13657 | 13632 | # The compiler can only warn and ignore the option if not recognized |
13658 | 13633 | # So say no if there are warnings other than the usual output. |
… |
… |
|
13747 | 13722 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
13748 | 13723 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13749 | 13724 | -e 's:$: $lt_compiler_flag:'` |
13750 | | (eval echo "\"\$as_me:13750: $lt_compile\"" >&5) |
| 13725 | (eval echo "\"\$as_me:13725: $lt_compile\"" >&5) |
13751 | 13726 | (eval "$lt_compile" 2>out/conftest.err) |
13752 | 13727 | ac_status=$? |
13753 | 13728 | cat out/conftest.err >&5 |
13754 | | echo "$as_me:13754: \$? = $ac_status" >&5 |
| 13729 | echo "$as_me:13729: \$? = $ac_status" >&5 |
13755 | 13730 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
13756 | 13731 | then |
13757 | 13732 | # The compiler can only warn and ignore the option if not recognized |
… |
… |
|
13799 | 13774 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
13800 | 13775 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13801 | 13776 | -e 's:$: $lt_compiler_flag:'` |
13802 | | (eval echo "\"\$as_me:13802: $lt_compile\"" >&5) |
| 13777 | (eval echo "\"\$as_me:13777: $lt_compile\"" >&5) |
13803 | 13778 | (eval "$lt_compile" 2>out/conftest.err) |
13804 | 13779 | ac_status=$? |
13805 | 13780 | cat out/conftest.err >&5 |
13806 | | echo "$as_me:13806: \$? = $ac_status" >&5 |
| 13781 | echo "$as_me:13781: \$? = $ac_status" >&5 |
13807 | 13782 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
13808 | 13783 | then |
13809 | 13784 | # The compiler can only warn and ignore the option if not recognized |
… |
… |
|
13875 | 13850 | cygwin* | mingw* | cegcc*) |
13876 | 13851 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' |
13877 | 13852 | ;; |
13878 | | linux* | k*bsd*-gnu) |
13879 | | link_all_deplibs_CXX=no |
13880 | | ;; |
13881 | 13853 | *) |
13882 | 13854 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
13883 | 13855 | ;; |
… |
… |
|
14377 | 14349 | ;; |
14378 | 14350 | |
14379 | 14351 | # This must be Linux ELF. |
14380 | | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 14352 | linux* | k*bsd*-gnu) |
14381 | 14353 | version_type=linux |
14382 | 14354 | need_lib_prefix=no |
14383 | 14355 | need_version=no |
… |
… |
|
14432 | 14404 | dynamic_linker='GNU/Linux ld.so' |
14433 | 14405 | ;; |
14434 | 14406 | |
14435 | | netbsdelf*-gnu) |
14436 | | version_type=linux |
14437 | | need_lib_prefix=no |
14438 | | need_version=no |
14439 | | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
14440 | | soname_spec='${libname}${release}${shared_ext}$major' |
14441 | | shlibpath_var=LD_LIBRARY_PATH |
14442 | | shlibpath_overrides_runpath=no |
14443 | | hardcode_into_libs=yes |
14444 | | dynamic_linker='NetBSD ld.elf_so' |
14445 | | ;; |
14446 | | |
14447 | 14407 | netbsd*) |
14448 | 14408 | version_type=sunos |
14449 | 14409 | need_lib_prefix=no |
… |
… |
|
14771 | 14731 | |
14772 | 14732 | |
14773 | 14733 | |
14774 | | |
14775 | | |
14776 | | |
14777 | | |
14778 | 14734 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
14779 | 14735 | if test -n "$ac_tool_prefix"; then |
14780 | 14736 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
… |
… |
|
14887 | 14843 | $as_echo "no" >&6; } |
14888 | 14844 | PKG_CONFIG="" |
14889 | 14845 | fi |
| 14846 | |
14890 | 14847 | fi |
14891 | 14848 | |
14892 | 14849 | pkg_failed=no |
… |
… |
|
14929 | 14886 | |
14930 | 14887 | |
14931 | 14888 | if test $pkg_failed = yes; then |
14932 | | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
14933 | | $as_echo "no" >&6; } |
14934 | 14889 | |
14935 | 14890 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
14936 | 14891 | _pkg_short_errors_supported=yes |
… |
… |
|
14954 | 14909 | |
14955 | 14910 | Alternatively, you may set the environment variables ATKMM_CFLAGS |
14956 | 14911 | and ATKMM_LIBS to avoid the need to call pkg-config. |
14957 | | See the pkg-config man page for more details." "$LINENO" 5 |
| 14912 | See the pkg-config man page for more details. |
| 14913 | " "$LINENO" 5 |
14958 | 14914 | elif test $pkg_failed = untried; then |
14959 | | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
14960 | | $as_echo "no" >&6; } |
14961 | 14915 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
14962 | 14916 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
14963 | 14917 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it |
… |
… |
|
14975 | 14929 | ATKMM_LIBS=$pkg_cv_ATKMM_LIBS |
14976 | 14930 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
14977 | 14931 | $as_echo "yes" >&6; } |
14978 | | |
| 14932 | : |
14979 | 14933 | fi |
14980 | 14934 | |
14981 | 14935 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTHREAD_CFLAGS" >&5 |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/Makefile.in ftp.cse.buffalo.edu/atkmm-2.22.1/doc/Makefile.in
old
|
new
|
|
167 | 167 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
168 | 168 | PERL = @PERL@ |
169 | 169 | PKG_CONFIG = @PKG_CONFIG@ |
170 | | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
171 | | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
172 | 170 | RANLIB = @RANLIB@ |
173 | 171 | SED = @SED@ |
174 | 172 | SET_MAKE = @SET_MAKE@ |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/annotated.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/annotated.html
old
|
new
|
|
50 | 50 | <tr><td class="indexkey"><a class="el" href="classAtk_1_1Value.html">Atk::Value</a></td><td class="indexvalue">The ATK interface implemented by valuators and components which display or select a value from a bounded range of values </td></tr> |
51 | 51 | </table> |
52 | 52 | </div> |
53 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 53 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
54 | 54 | <a href="http://www.doxygen.org/index.html"> |
55 | 55 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
56 | 56 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Action-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Action-members.html
old
|
new
|
|
68 | 68 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
69 | 69 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
70 | 70 | </table></div> |
71 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 71 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
72 | 72 | <a href="http://www.doxygen.org/index.html"> |
73 | 73 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
74 | 74 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Action.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Action.html
old
|
new
|
|
316 | 316 | </div> |
317 | 317 | </div> |
318 | 318 | </div> |
319 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 319 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
320 | 320 | <a href="http://www.doxygen.org/index.html"> |
321 | 321 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
322 | 322 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Component-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Component-members.html
old
|
new
|
|
74 | 74 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
75 | 75 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
76 | 76 | </table></div> |
77 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 77 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
78 | 78 | <a href="http://www.doxygen.org/index.html"> |
79 | 79 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
80 | 80 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Component.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Component.html
old
|
new
|
|
612 | 612 | </div> |
613 | 613 | </div> |
614 | 614 | </div> |
615 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 615 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
616 | 616 | <a href="http://www.doxygen.org/index.html"> |
617 | 617 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
618 | 618 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Document-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Document-members.html
old
|
new
|
|
63 | 63 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
64 | 64 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
65 | 65 | </table></div> |
66 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 66 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
67 | 67 | <a href="http://www.doxygen.org/index.html"> |
68 | 68 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
69 | 69 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Document.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Document.html
old
|
new
|
|
155 | 155 | </div> |
156 | 156 | </div> |
157 | 157 | </div> |
158 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 158 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
159 | 159 | <a href="http://www.doxygen.org/index.html"> |
160 | 160 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
161 | 161 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Hyperlink-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Hyperlink-members.html
old
|
new
|
|
94 | 94 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#a5ae4319439a3a03d8f803fb5a27f12df">~Object</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td><code> [protected, virtual]</code></td></tr> |
95 | 95 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
96 | 96 | </table></div> |
97 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 97 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
98 | 98 | <a href="http://www.doxygen.org/index.html"> |
99 | 99 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
100 | 100 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Hyperlink.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Hyperlink.html
old
|
new
|
|
416 | 416 | </div> |
417 | 417 | </div> |
418 | 418 | </div> |
419 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 419 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
420 | 420 | <a href="http://www.doxygen.org/index.html"> |
421 | 421 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
422 | 422 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Image-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Image-members.html
old
|
new
|
|
65 | 65 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
66 | 66 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
67 | 67 | </table></div> |
68 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 68 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
69 | 69 | <a href="http://www.doxygen.org/index.html"> |
70 | 70 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
71 | 71 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Image.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Image.html
old
|
new
|
|
246 | 246 | </div> |
247 | 247 | </div> |
248 | 248 | </div> |
249 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 249 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
250 | 250 | <a href="http://www.doxygen.org/index.html"> |
251 | 251 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
252 | 252 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1NoOpObject-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1NoOpObject-members.html
old
|
new
|
|
239 | 239 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
240 | 240 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
241 | 241 | </table></div> |
242 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 242 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
243 | 243 | <a href="http://www.doxygen.org/index.html"> |
244 | 244 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
245 | 245 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1NoOpObject.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1NoOpObject.html
old
|
new
|
|
114 | 114 | </div> |
115 | 115 | </div> |
116 | 116 | </div> |
117 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 117 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
118 | 118 | <a href="http://www.doxygen.org/index.html"> |
119 | 119 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
120 | 120 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Object-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Object-members.html
old
|
new
|
|
115 | 115 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#ae4dea9a8dc611d6e4400a5b6a3cb4e7f">Glib::Object::wrap</a>(GObject *object, bool take_copy=false)</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td></td></tr> |
116 | 116 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
117 | 117 | </table></div> |
118 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 118 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
119 | 119 | <a href="http://www.doxygen.org/index.html"> |
120 | 120 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
121 | 121 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Object.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Object.html
old
|
new
|
|
91 | 91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the accessible parent of the accessible. <a href="#a05b859f172dcce174b6ec4c52e0b76be"></a><br/></td></tr> |
92 | 92 | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Object.html#ac51f6e7286a90a5d4daee05160fe4f28">set_role</a> (Role role)</td></tr> |
93 | 93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the role of the accessible. <a href="#ac51f6e7286a90a5d4daee05160fe4f28"></a><br/></td></tr> |
94 | | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Object.html#a220aafba4f632e755c45bc57f3293689">notify_state_change</a> (State state, bool <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01193.html#ga1c9e781d8d15a3814a601f471797c825">value</a>)</td></tr> |
| 94 | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Object.html#a220aafba4f632e755c45bc57f3293689">notify_state_change</a> (State state, bool <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01190.html#ga1c9e781d8d15a3814a601f471797c825">value</a>)</td></tr> |
95 | 95 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Emits a state-change signal for the specified state. <a href="#a220aafba4f632e755c45bc57f3293689"></a><br/></td></tr> |
96 | 96 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Object.html#a8ccf42eed0a5625d4c46444c73412daa">add_relationship</a> (RelationType relationship, const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classAtk_1_1Object.html">Object</a> >& target)</td></tr> |
97 | 97 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a relationship of the specified type with the specified target. <a href="#a8ccf42eed0a5625d4c46444c73412daa"></a><br/></td></tr> |
… |
… |
|
1197 | 1197 | </div> |
1198 | 1198 | </div> |
1199 | 1199 | </div> |
1200 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 1200 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
1201 | 1201 | <a href="http://www.doxygen.org/index.html"> |
1202 | 1202 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
1203 | 1203 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1ObjectAccessible-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1ObjectAccessible-members.html
old
|
new
|
|
120 | 120 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#ae4dea9a8dc611d6e4400a5b6a3cb4e7f">Glib::Object::wrap</a>(GObject *object, bool take_copy=false)</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td></td></tr> |
121 | 121 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
122 | 122 | </table></div> |
123 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 123 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
124 | 124 | <a href="http://www.doxygen.org/index.html"> |
125 | 125 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
126 | 126 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1ObjectAccessible.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1ObjectAccessible.html
old
|
new
|
|
221 | 221 | </div> |
222 | 222 | </div> |
223 | 223 | </div> |
224 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 224 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
225 | 225 | <a href="http://www.doxygen.org/index.html"> |
226 | 226 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
227 | 227 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Relation-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Relation-members.html
old
|
new
|
|
72 | 72 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#a5ae4319439a3a03d8f803fb5a27f12df">~Object</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td><code> [protected, virtual]</code></td></tr> |
73 | 73 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
74 | 74 | </table></div> |
75 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 75 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
76 | 76 | <a href="http://www.doxygen.org/index.html"> |
77 | 77 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
78 | 78 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Relation.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Relation.html
old
|
new
|
|
165 | 165 | </div> |
166 | 166 | </div> |
167 | 167 | </div> |
168 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 168 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
169 | 169 | <a href="http://www.doxygen.org/index.html"> |
170 | 170 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
171 | 171 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1RelationSet-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1RelationSet-members.html
old
|
new
|
|
77 | 77 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#a5ae4319439a3a03d8f803fb5a27f12df">~Object</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td><code> [protected, virtual]</code></td></tr> |
78 | 78 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
79 | 79 | </table></div> |
80 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 80 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
81 | 81 | <a href="http://www.doxygen.org/index.html"> |
82 | 82 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
83 | 83 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1RelationSet.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1RelationSet.html
old
|
new
|
|
315 | 315 | </div> |
316 | 316 | </div> |
317 | 317 | </div> |
318 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 318 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
319 | 319 | <a href="http://www.doxygen.org/index.html"> |
320 | 320 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
321 | 321 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Selection-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Selection-members.html
old
|
new
|
|
69 | 69 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
70 | 70 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
71 | 71 | </table></div> |
72 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 72 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
73 | 73 | <a href="http://www.doxygen.org/index.html"> |
74 | 74 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
75 | 75 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Selection.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Selection.html
old
|
new
|
|
309 | 309 | </div> |
310 | 310 | </div> |
311 | 311 | </div> |
312 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 312 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
313 | 313 | <a href="http://www.doxygen.org/index.html"> |
314 | 314 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
315 | 315 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1StateSet-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1StateSet-members.html
old
|
new
|
|
78 | 78 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html#a5ae4319439a3a03d8f803fb5a27f12df">~Object</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html">Glib::Object</a></td><td><code> [protected, virtual]</code></td></tr> |
79 | 79 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
80 | 80 | </table></div> |
81 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 81 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
82 | 82 | <a href="http://www.doxygen.org/index.html"> |
83 | 83 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
84 | 84 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1StateSet.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1StateSet.html
old
|
new
|
|
67 | 67 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. <br/></td></tr> |
68 | 68 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#ad60014ebc037244153ce812843ee4dd9">is_empty</a> () const </td></tr> |
69 | 69 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Checks whether the state set is empty, i.e. has no states set. <a href="#ad60014ebc037244153ce812843ee4dd9"></a><br/></td></tr> |
70 | | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#aede4c4b8495f9772d35af9da9e77395d">add_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01174.html#gabe3871001e1041d7b5341b5f42324e06">type</a>)</td></tr> |
| 70 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#aede4c4b8495f9772d35af9da9e77395d">add_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01172.html#ga2c2933c16c723af4d77eb939438617ca">type</a>)</td></tr> |
71 | 71 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Add a new state for the specified type to the current state set if it is not already present. <a href="#aede4c4b8495f9772d35af9da9e77395d"></a><br/></td></tr> |
72 | 72 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7534af9c87a8e5af0c4033fafcb05f63"></a><!-- doxytag: member="Atk::StateSet::clear_states" ref="a7534af9c87a8e5af0c4033fafcb05f63" args="()" --> |
73 | 73 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#a7534af9c87a8e5af0c4033fafcb05f63">clear_states</a> ()</td></tr> |
74 | 74 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Removes all states from the state set. <br/></td></tr> |
75 | | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#ab49dcdfd6f09d04e5dd11fe66be83d27">contains_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01174.html#gabe3871001e1041d7b5341b5f42324e06">type</a>)</td></tr> |
| 75 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#ab49dcdfd6f09d04e5dd11fe66be83d27">contains_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01172.html#ga2c2933c16c723af4d77eb939438617ca">type</a>)</td></tr> |
76 | 76 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Checks whether the state for the specified type is in the specified set. <a href="#ab49dcdfd6f09d04e5dd11fe66be83d27"></a><br/></td></tr> |
77 | | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#a9f01863fb1490e645e58f1013496d7b9">remove_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01174.html#gabe3871001e1041d7b5341b5f42324e06">type</a>)</td></tr> |
| 77 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#a9f01863fb1490e645e58f1013496d7b9">remove_state</a> (Atk::StateType <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01172.html#ga2c2933c16c723af4d77eb939438617ca">type</a>)</td></tr> |
78 | 78 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Removes the state for the specified type from the state set. <a href="#a9f01863fb1490e645e58f1013496d7b9"></a><br/></td></tr> |
79 | 79 | <tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classAtk_1_1StateSet.html">StateSet</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1StateSet.html#a770c542a9abc8e97e28e07772d2bf442">and_sets</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classAtk_1_1StateSet.html">StateSet</a> >& compare_set)</td></tr> |
80 | 80 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructs the intersection of the two sets, returning <code>0</code> if the intersection is empty. <a href="#a770c542a9abc8e97e28e07772d2bf442"></a><br/></td></tr> |
… |
… |
|
308 | 308 | </div> |
309 | 309 | </div> |
310 | 310 | </div> |
311 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 311 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
312 | 312 | <a href="http://www.doxygen.org/index.html"> |
313 | 313 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
314 | 314 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1StreamableContent-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1StreamableContent-members.html
old
|
new
|
|
64 | 64 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
65 | 65 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
66 | 66 | </table></div> |
67 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 67 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
68 | 68 | <a href="http://www.doxygen.org/index.html"> |
69 | 69 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
70 | 70 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1StreamableContent.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1StreamableContent.html
old
|
new
|
|
190 | 190 | </div> |
191 | 191 | </div> |
192 | 192 | </div> |
193 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 193 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
194 | 194 | <a href="http://www.doxygen.org/index.html"> |
195 | 195 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
196 | 196 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Table-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Table-members.html
old
|
new
|
|
99 | 99 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
100 | 100 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
101 | 101 | </table></div> |
102 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 102 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
103 | 103 | <a href="http://www.doxygen.org/index.html"> |
104 | 104 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
105 | 105 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Table.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Table.html
old
|
new
|
|
1163 | 1163 | </div> |
1164 | 1164 | </div> |
1165 | 1165 | </div> |
1166 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 1166 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
1167 | 1167 | <a href="http://www.doxygen.org/index.html"> |
1168 | 1168 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
1169 | 1169 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Text-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Text-members.html
old
|
new
|
|
84 | 84 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
85 | 85 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
86 | 86 | </table></div> |
87 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 87 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
88 | 88 | <a href="http://www.doxygen.org/index.html"> |
89 | 89 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
90 | 90 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Text.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Text.html
old
|
new
|
|
984 | 984 | </div> |
985 | 985 | </div> |
986 | 986 | </div> |
987 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 987 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
988 | 988 | <a href="http://www.doxygen.org/index.html"> |
989 | 989 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
990 | 990 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Value-members.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Value-members.html
old
|
new
|
|
65 | 65 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html#a8e12a7a3e0281e28798326ad65e3560c">~Interface</a>()</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html">Glib::Interface</a></td><td><code> [virtual]</code></td></tr> |
66 | 66 | <tr class="memlist"><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a>()=0</td><td><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td><td><code> [protected, pure virtual]</code></td></tr> |
67 | 67 | </table></div> |
68 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 68 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
69 | 69 | <a href="http://www.doxygen.org/index.html"> |
70 | 70 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
71 | 71 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classAtk_1_1Value.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classAtk_1_1Value.html
old
|
new
|
|
62 | 62 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1e9774208afa33f5536d0af2f1542724"></a><!-- doxytag: member="Atk::Value::gobj" ref="a1e9774208afa33f5536d0af2f1542724" args="() const " --> |
63 | 63 | const AtkValue* </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a1e9774208afa33f5536d0af2f1542724">gobj</a> () const </td></tr> |
64 | 64 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <br/></td></tr> |
65 | | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a413b3aa759306e5453c52c3cc633bbdd">get_current_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01193.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
| 65 | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a413b3aa759306e5453c52c3cc633bbdd">get_current_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01190.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
66 | 66 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the value of this object. <a href="#a413b3aa759306e5453c52c3cc633bbdd"></a><br/></td></tr> |
67 | | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a05900879b78b99af2f608f8aa6225043">get_maximum_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01193.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
| 67 | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a05900879b78b99af2f608f8aa6225043">get_maximum_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01190.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
68 | 68 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the maximum value of this object. <a href="#a05900879b78b99af2f608f8aa6225043"></a><br/></td></tr> |
69 | | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#aa846b94c5afd243ad9b6488f3c882b30">get_minimum_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01193.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
| 69 | <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#aa846b94c5afd243ad9b6488f3c882b30">get_minimum_value</a> (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01190.html#ga1c9e781d8d15a3814a601f471797c825">value</a>) const </td></tr> |
70 | 70 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the minimum value of this object. <a href="#aa846b94c5afd243ad9b6488f3c882b30"></a><br/></td></tr> |
71 | | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a5f68e4192b070a56f2f5dbdc29d18ef1">set_current_value</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01193.html#ga1c9e781d8d15a3814a601f471797c825">value</a>)</td></tr> |
| 71 | <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classAtk_1_1Value.html#a5f68e4192b070a56f2f5dbdc29d18ef1">set_current_value</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&<a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01190.html#ga1c9e781d8d15a3814a601f471797c825">value</a>)</td></tr> |
72 | 72 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the value of this object. <a href="#a5f68e4192b070a56f2f5dbdc29d18ef1"></a><br/></td></tr> |
73 | 73 | <tr><td colspan="2"><h2><a name="related"></a> |
74 | 74 | Related Functions</h2></td></tr> |
… |
… |
|
221 | 221 | </div> |
222 | 222 | </div> |
223 | 223 | </div> |
224 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 224 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
225 | 225 | <a href="http://www.doxygen.org/index.html"> |
226 | 226 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
227 | 227 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/classes.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/classes.html
old
|
new
|
|
46 | 46 | </td><td><a name="letter_N"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  N  </div></td></tr></table> |
47 | 47 | </td><td><a class="el" href="classAtk_1_1Relation.html">Relation</a> (<a class="el" href="namespaceAtk.html">Atk</a>)   </td><td><a class="el" href="classAtk_1_1StreamableContent.html">StreamableContent</a> (<a class="el" href="namespaceAtk.html">Atk</a>)   </td><td><a class="el" href="classAtk_1_1Value.html">Value</a> (<a class="el" href="namespaceAtk.html">Atk</a>)   </td></tr><tr><td><a class="el" href="classAtk_1_1Document.html">Document</a> (<a class="el" href="namespaceAtk.html">Atk</a>)   </td><td><a class="el" href="classAtk_1_1NoOpObject.html">NoOpObject</a> (<a class="el" href="namespaceAtk.html">Atk</a>)   </td></tr></table><div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_I">I</a> | <a class="qindex" href="#letter_N">N</a> | <a class="qindex" href="#letter_O">O</a> | <a class="qindex" href="#letter_R">R</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_T">T</a> | <a class="qindex" href="#letter_V">V</a></div> |
48 | 48 | </div> |
49 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 49 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
50 | 50 | <a href="http://www.doxygen.org/index.html"> |
51 | 51 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
52 | 52 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions.html
old
|
new
|
|
83 | 83 | </li> |
84 | 84 | </ul> |
85 | 85 | </div> |
86 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 86 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
87 | 87 | <a href="http://www.doxygen.org/index.html"> |
88 | 88 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
89 | 89 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x63.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x63.html
old
|
new
|
|
67 | 67 | </li> |
68 | 68 | </ul> |
69 | 69 | </div> |
70 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 70 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
71 | 71 | <a href="http://www.doxygen.org/index.html"> |
72 | 72 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
73 | 73 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x64.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x64.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x66.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x66.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x67.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x67.html
old
|
new
|
|
305 | 305 | </li> |
306 | 306 | </ul> |
307 | 307 | </div> |
308 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 308 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
309 | 309 | <a href="http://www.doxygen.org/index.html"> |
310 | 310 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
311 | 311 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x69.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x69.html
old
|
new
|
|
76 | 76 | </li> |
77 | 77 | </ul> |
78 | 78 | </div> |
79 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 79 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
80 | 80 | <a href="http://www.doxygen.org/index.html"> |
81 | 81 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
82 | 82 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x6e.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x6e.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x6f.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x6f.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x70.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x70.html
old
|
new
|
|
106 | 106 | </li> |
107 | 107 | </ul> |
108 | 108 | </div> |
109 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 109 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
110 | 110 | <a href="http://www.doxygen.org/index.html"> |
111 | 111 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
112 | 112 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x72.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x72.html
old
|
new
|
|
74 | 74 | </li> |
75 | 75 | </ul> |
76 | 76 | </div> |
77 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 77 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
78 | 78 | <a href="http://www.doxygen.org/index.html"> |
79 | 79 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
80 | 80 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x73.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x73.html
old
|
new
|
|
176 | 176 | </li> |
177 | 177 | </ul> |
178 | 178 | </div> |
179 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 179 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
180 | 180 | <a href="http://www.doxygen.org/index.html"> |
181 | 181 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
182 | 182 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x77.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x77.html
old
|
new
|
|
73 | 73 | </li> |
74 | 74 | </ul> |
75 | 75 | </div> |
76 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 76 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
77 | 77 | <a href="http://www.doxygen.org/index.html"> |
78 | 78 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
79 | 79 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_0x78.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_0x78.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func.html
old
|
new
|
|
83 | 83 | </li> |
84 | 84 | </ul> |
85 | 85 | </div> |
86 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 86 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
87 | 87 | <a href="http://www.doxygen.org/index.html"> |
88 | 88 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
89 | 89 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x63.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x63.html
old
|
new
|
|
67 | 67 | </li> |
68 | 68 | </ul> |
69 | 69 | </div> |
70 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 70 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
71 | 71 | <a href="http://www.doxygen.org/index.html"> |
72 | 72 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
73 | 73 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x64.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x64.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x66.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x66.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x67.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x67.html
old
|
new
|
|
305 | 305 | </li> |
306 | 306 | </ul> |
307 | 307 | </div> |
308 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 308 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
309 | 309 | <a href="http://www.doxygen.org/index.html"> |
310 | 310 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
311 | 311 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x69.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x69.html
old
|
new
|
|
76 | 76 | </li> |
77 | 77 | </ul> |
78 | 78 | </div> |
79 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 79 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
80 | 80 | <a href="http://www.doxygen.org/index.html"> |
81 | 81 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
82 | 82 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x6e.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x6e.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x6f.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x6f.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x70.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x70.html
old
|
new
|
|
106 | 106 | </li> |
107 | 107 | </ul> |
108 | 108 | </div> |
109 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 109 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
110 | 110 | <a href="http://www.doxygen.org/index.html"> |
111 | 111 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
112 | 112 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x72.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x72.html
old
|
new
|
|
74 | 74 | </li> |
75 | 75 | </ul> |
76 | 76 | </div> |
77 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 77 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
78 | 78 | <a href="http://www.doxygen.org/index.html"> |
79 | 79 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
80 | 80 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x73.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x73.html
old
|
new
|
|
176 | 176 | </li> |
177 | 177 | </ul> |
178 | 178 | </div> |
179 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 179 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
180 | 180 | <a href="http://www.doxygen.org/index.html"> |
181 | 181 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
182 | 182 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x77.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x77.html
old
|
new
|
|
73 | 73 | </li> |
74 | 74 | </ul> |
75 | 75 | </div> |
76 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 76 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
77 | 77 | <a href="http://www.doxygen.org/index.html"> |
78 | 78 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
79 | 79 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/functions_func_0x78.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/functions_func_0x78.html
old
|
new
|
|
58 | 58 | </li> |
59 | 59 | </ul> |
60 | 60 | </div> |
61 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 61 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
62 | 62 | <a href="http://www.doxygen.org/index.html"> |
63 | 63 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
64 | 64 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/graph_legend.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/graph_legend.html
old
|
new
|
|
89 | 89 | A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance. </li> |
90 | 90 | </ul> |
91 | 91 | </div> |
92 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 92 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
93 | 93 | <a href="http://www.doxygen.org/index.html"> |
94 | 94 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
95 | 95 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/group__atkmmEnums.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/group__atkmmEnums.html
old
|
new
|
|
27 | 27 | <table class="memberdecls"> |
28 | 28 | </table> |
29 | 29 | </div> |
30 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 30 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
31 | 31 | <a href="http://www.doxygen.org/index.html"> |
32 | 32 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
33 | 33 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/hierarchy.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/hierarchy.html
old
|
new
|
|
88 | 88 | </li> |
89 | 89 | </ul> |
90 | 90 | </div> |
91 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 91 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
92 | 92 | <a href="http://www.doxygen.org/index.html"> |
93 | 93 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
94 | 94 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/index.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/index.html
old
|
new
|
|
39 | 39 | <div class="fragment"><pre class="fragment"> program_CPPFLAGS = $(ATKMM_CFLAGS) |
40 | 40 | program_LDADD = $(ATKMM_LIBS) |
41 | 41 | </pre></div> </div> |
42 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 42 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
43 | 43 | <a href="http://www.doxygen.org/index.html"> |
44 | 44 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
45 | 45 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/inherits.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/inherits.html
old
|
new
|
|
40 | 40 | </td></tr> |
41 | 41 | </table> |
42 | 42 | </div> |
43 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 43 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
44 | 44 | <a href="http://www.doxygen.org/index.html"> |
45 | 45 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
46 | 46 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/modules.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/modules.html
old
|
new
|
|
28 | 28 | <li><a class="el" href="group__atkmmEnums.html">atkmm Enums and Flags</a></li> |
29 | 29 | </ul> |
30 | 30 | </div> |
31 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 31 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
32 | 32 | <a href="http://www.doxygen.org/index.html"> |
33 | 33 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
34 | 34 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/namespaceAtk.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/namespaceAtk.html
old
|
new
|
|
98 | 98 | </div> |
99 | 99 | </div> |
100 | 100 | </div> |
101 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 101 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
102 | 102 | <a href="http://www.doxygen.org/index.html"> |
103 | 103 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
104 | 104 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/namespacemembers.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/namespacemembers.html
old
|
new
|
|
38 | 38 | </li> |
39 | 39 | </ul> |
40 | 40 | </div> |
41 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 41 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
42 | 42 | <a href="http://www.doxygen.org/index.html"> |
43 | 43 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
44 | 44 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/namespacemembers_func.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/namespacemembers_func.html
old
|
new
|
|
38 | 38 | </li> |
39 | 39 | </ul> |
40 | 40 | </div> |
41 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:45 for atkmm by  |
| 41 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
42 | 42 | <a href="http://www.doxygen.org/index.html"> |
43 | 43 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
44 | 44 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/namespaces.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/namespaces.html
old
|
new
|
|
34 | 34 | <tr><td class="indexkey"><a class="el" href="namespaceAtk.html">Atk</a></td><td class="indexvalue">The ATK interface which provides standard mechanism for manipulating hyperlinks </td></tr> |
35 | 35 | </table> |
36 | 36 | </div> |
37 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 37 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
38 | 38 | <a href="http://www.doxygen.org/index.html"> |
39 | 39 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
40 | 40 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/pages.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/pages.html
old
|
new
|
|
31 | 31 | </li> |
32 | 32 | </ul> |
33 | 33 | </div> |
34 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 34 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
35 | 35 | <a href="http://www.doxygen.org/index.html"> |
36 | 36 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
37 | 37 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/since_1_3.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/since_1_3.html
old
|
new
|
|
35 | 35 | <dd></dd> |
36 | 36 | </dl> |
37 | 37 | </div> |
38 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 38 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
39 | 39 | <a href="http://www.doxygen.org/index.html"> |
40 | 40 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
41 | 41 | </body> |
-
diff -ur distfiles.macports.org/atkmm-2.22.1/doc/reference/html/since_1_9.html ftp.cse.buffalo.edu/atkmm-2.22.1/doc/reference/html/since_1_9.html
old
|
new
|
|
35 | 35 | <dd></dd> |
36 | 36 | </dl> |
37 | 37 | </div> |
38 | | <hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 13:35:44 for atkmm by  |
| 38 | <hr class="footer"/><address class="footer"><small>Generated on Thu Dec 9 2010 16:12:54 for atkmm by  |
39 | 39 | <a href="http://www.doxygen.org/index.html"> |
40 | 40 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address> |
41 | 41 | </body> |