/usr/include/gtkmm-2.4/gtkmm/widget.h is in libgtkmm-2.4-dev 1:2.24.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 | // -*- c++ -*-
// Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
#ifndef _GTKMM_WIDGET_H
#define _GTKMM_WIDGET_H
#include <gtkmmconfig.h>
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* Copyright (C) 2002, 2003 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <pangomm/context.h>
#include <pangomm/layout.h>
#ifdef GTKMM_ATKMM_ENABLED
#include <atkmm/object.h>
#include <atkmm/implementor.h>
#endif //GTKMM_ATKMM_ENABLED
#include <gdkmm/event.h>
#include <gdkmm/types.h>
#include <gdkmm/window.h>
#include <gdkmm/dragcontext.h>
#include <gdkmm/pixbuf.h>
#include <gdkmm/screen.h>
#include <gtkmm/enums.h>
#include <gdkmm/display.h>
//#include <gtkmm/style.h>
#include <gtkmm/targetlist.h>
#include <gtkmm/rc.h>
#include <gtkmm/object.h>
#include <gtkmm/clipboard.h>
//#include <gtkmm/action.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
extern "C"
{
typedef struct _GtkTargetEntry GtkTargetEntry;
}
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkWidget GtkWidget;
typedef struct _GtkWidgetClass GtkWidgetClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{ class Widget_Class; } // namespace Gtk
namespace Gtk
{
/** @addtogroup gtkmmEnums gtkmm Enums and Flags */
/**
*
* @ingroup gtkmmEnums
* @par Bitwise operators:
* <tt>%DestDefaults operator|(DestDefaults, DestDefaults)</tt><br>
* <tt>%DestDefaults operator&(DestDefaults, DestDefaults)</tt><br>
* <tt>%DestDefaults operator^(DestDefaults, DestDefaults)</tt><br>
* <tt>%DestDefaults operator~(DestDefaults)</tt><br>
* <tt>%DestDefaults& operator|=(DestDefaults&, DestDefaults)</tt><br>
* <tt>%DestDefaults& operator&=(DestDefaults&, DestDefaults)</tt><br>
* <tt>%DestDefaults& operator^=(DestDefaults&, DestDefaults)</tt><br>
*/
enum DestDefaults
{
DEST_DEFAULT_MOTION = 1 << 0,
DEST_DEFAULT_HIGHLIGHT = 1 << 1,
DEST_DEFAULT_DROP = 1 << 2,
DEST_DEFAULT_ALL = 0x07
};
/** @ingroup gtkmmEnums */
inline DestDefaults operator|(DestDefaults lhs, DestDefaults rhs)
{ return static_cast<DestDefaults>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline DestDefaults operator&(DestDefaults lhs, DestDefaults rhs)
{ return static_cast<DestDefaults>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline DestDefaults operator^(DestDefaults lhs, DestDefaults rhs)
{ return static_cast<DestDefaults>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline DestDefaults operator~(DestDefaults flags)
{ return static_cast<DestDefaults>(~static_cast<unsigned>(flags)); }
/** @ingroup gtkmmEnums */
inline DestDefaults& operator|=(DestDefaults& lhs, DestDefaults rhs)
{ return (lhs = static_cast<DestDefaults>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs))); }
/** @ingroup gtkmmEnums */
inline DestDefaults& operator&=(DestDefaults& lhs, DestDefaults rhs)
{ return (lhs = static_cast<DestDefaults>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs))); }
/** @ingroup gtkmmEnums */
inline DestDefaults& operator^=(DestDefaults& lhs, DestDefaults rhs)
{ return (lhs = static_cast<DestDefaults>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs))); }
} // namespace Gtk
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gtk::DestDefaults> : public Glib::Value_Flags<Gtk::DestDefaults>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{
/**
*
* @ingroup gtkmmEnums
* @par Bitwise operators:
* <tt>%WidgetFlags operator|(WidgetFlags, WidgetFlags)</tt><br>
* <tt>%WidgetFlags operator&(WidgetFlags, WidgetFlags)</tt><br>
* <tt>%WidgetFlags operator^(WidgetFlags, WidgetFlags)</tt><br>
* <tt>%WidgetFlags operator~(WidgetFlags)</tt><br>
* <tt>%WidgetFlags& operator|=(WidgetFlags&, WidgetFlags)</tt><br>
* <tt>%WidgetFlags& operator&=(WidgetFlags&, WidgetFlags)</tt><br>
* <tt>%WidgetFlags& operator^=(WidgetFlags&, WidgetFlags)</tt><br>
*/
enum WidgetFlags
{
TOPLEVEL = 1 << 4,
NO_WINDOW = 1 << 5,
REALIZED = 1 << 6,
MAPPED = 1 << 7,
VISIBLE = 1 << 8,
SENSITIVE = 1 << 9,
PARENT_SENSITIVE = 1 << 10,
CAN_FOCUS = 1 << 11,
HAS_FOCUS = 1 << 12,
CAN_DEFAULT = 1 << 13,
HAS_DEFAULT = 1 << 14,
HAS_GRAB = 1 << 15,
RC_STYLE = 1 << 16,
COMPOSITE_CHILD = 1 << 17,
NO_REPARENT = 1 << 18,
APP_PAINTABLE = 1 << 19,
RECEIVES_DEFAULT = 1 << 20,
DOUBLE_BUFFERED = 1 << 21,
NO_SHOW_ALL = 1 << 22
};
/** @ingroup gtkmmEnums */
inline WidgetFlags operator|(WidgetFlags lhs, WidgetFlags rhs)
{ return static_cast<WidgetFlags>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline WidgetFlags operator&(WidgetFlags lhs, WidgetFlags rhs)
{ return static_cast<WidgetFlags>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline WidgetFlags operator^(WidgetFlags lhs, WidgetFlags rhs)
{ return static_cast<WidgetFlags>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs)); }
/** @ingroup gtkmmEnums */
inline WidgetFlags operator~(WidgetFlags flags)
{ return static_cast<WidgetFlags>(~static_cast<unsigned>(flags)); }
/** @ingroup gtkmmEnums */
inline WidgetFlags& operator|=(WidgetFlags& lhs, WidgetFlags rhs)
{ return (lhs = static_cast<WidgetFlags>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs))); }
/** @ingroup gtkmmEnums */
inline WidgetFlags& operator&=(WidgetFlags& lhs, WidgetFlags rhs)
{ return (lhs = static_cast<WidgetFlags>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs))); }
/** @ingroup gtkmmEnums */
inline WidgetFlags& operator^=(WidgetFlags& lhs, WidgetFlags rhs)
{ return (lhs = static_cast<WidgetFlags>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs))); }
} // namespace Gtk
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gtk::WidgetFlags> : public Glib::Value_Flags<Gtk::WidgetFlags>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{
/**
*
* @ingroup gtkmmEnums
*/
enum WidgetHelpType
{
WIDGET_HELP_TOOLTIP,
WIDGET_HELP_WHATS_THIS
};
} // namespace Gtk
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gtk::WidgetHelpType> : public Glib::Value_Enum<Gtk::WidgetHelpType>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{
/**
*
* @ingroup gtkmmEnums
*/
enum DragResult
{
DRAG_RESULT_SUCCESS,
DRAG_RESULT_NO_TARGET,
DRAG_RESULT_USER_CANCELLED,
DRAG_RESULT_TIMEOUT_EXPIRED,
DRAG_RESULT_GRAB_BROKEN,
DRAG_RESULT_ERROR
};
} // namespace Gtk
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gtk::DragResult> : public Glib::Value_Enum<Gtk::DragResult>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{
class Action;
class Style;
class AccelGroup;
class Adjustment;
class Window;
class Container;
class Settings;
class Tooltip;
typedef GtkRequisition Requisition;
// Gtk::Allocation is a typedef of Gdk::Rectangle because GtkAllocation is
// a typedef of GdkRectangle.
typedef Gdk::Rectangle Allocation;
/** @defgroup Widgets Widgets
*/
/** Abstract Widget (Base class for all widgets)
*
* As the base class of all widgets this contains all of the properties
* and methods common to all widgets. It is an abstract class that
* can not be instantiated.
*
* Important part of widgets are the *_event signals and virtual methods
* that every widget have. Those are events coming directly from gdk and
* thus also from XLib. By overriding those virtual methods you can
* trap everything a widget can ever do.
* In order to capture events from a widget, the event mask must
* first be set with ().
*
* Only widgets with a Gdk::Window on the server side are allowed to
* capture events. Widgets in the Gtk::Misc group for example lack
* a Gdk::Window.
*/
class Widget
: public Object
#ifdef GTKMM_ATKMM_ENABLED
,public Atk::Implementor
#endif //GTKMM_ATKMM_ENABLED
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef Widget CppObjectType;
typedef Widget_Class CppClassType;
typedef GtkWidget BaseObjectType;
typedef GtkWidgetClass BaseClassType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
virtual ~Widget();
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
friend class Widget_Class;
static CppClassType widget_class_;
// noncopyable
Widget(const Widget&);
Widget& operator=(const Widget&);
protected:
explicit Widget(const Glib::ConstructParams& construct_params);
explicit Widget(GtkWidget* castitem);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
static GType get_type() G_GNUC_CONST;
static GType get_base_type() G_GNUC_CONST;
#endif
///Provides access to the underlying C GtkObject.
GtkWidget* gobj() { return reinterpret_cast<GtkWidget*>(gobject_); }
///Provides access to the underlying C GtkObject.
const GtkWidget* gobj() const { return reinterpret_cast<GtkWidget*>(gobject_); }
public:
//C++ methods used to invoke GTK+ virtual functions:
protected:
//GTK+ Virtual Functions (override these to change behaviour):
//Default Signal Handlers::
/// This is a default handler for the signal signal_show().
virtual void on_show();
/// This is a default handler for the signal signal_hide().
virtual void on_hide();
/// This is a default handler for the signal signal_map().
virtual void on_map();
/// This is a default handler for the signal signal_unmap().
virtual void on_unmap();
/// This is a default handler for the signal signal_realize().
virtual void on_realize();
/// This is a default handler for the signal signal_unrealize().
virtual void on_unrealize();
/// This is a default handler for the signal signal_size_request().
virtual void on_size_request(Requisition* requisition);
/// This is a default handler for the signal signal_size_allocate().
virtual void on_size_allocate(Allocation& allocation);
/// This is a default handler for the signal signal_state_changed().
virtual void on_state_changed(Gtk::StateType previous_state);
/// This is a default handler for the signal signal_parent_changed().
virtual void on_parent_changed(Widget* previous_parent);
/// This is a default handler for the signal signal_hierarchy_changed().
virtual void on_hierarchy_changed(Widget* previous_toplevel);
/// This is a default handler for the signal signal_style_changed().
virtual void on_style_changed(const Glib::RefPtr<Gtk::Style>& previous_style);
/// This is a default handler for the signal signal_direction_changed().
virtual void on_direction_changed(TextDirection direction);
/// This is a default handler for the signal signal_grab_notify().
virtual void on_grab_notify(bool was_grabbed);
/// This is a default handler for the signal signal_child_notify().
virtual void on_child_notify(GParamSpec* pspec);
/// This is a default handler for the signal signal_mnemonic_activate().
virtual bool on_mnemonic_activate(bool group_cycling);
/// This is a default handler for the signal signal_grab_focus().
virtual void on_grab_focus();
/// This is a default handler for the signal signal_focus().
virtual bool on_focus(DirectionType direction);
/// This is a default handler for the signal signal_event().
virtual bool on_event(GdkEvent* event);
/// This is a default handler for the signal signal_button_press_event().
virtual bool on_button_press_event(GdkEventButton* event);
/// This is a default handler for the signal signal_button_release_event().
virtual bool on_button_release_event(GdkEventButton* event);
/// This is a default handler for the signal signal_scroll_event().
virtual bool on_scroll_event(GdkEventScroll* event);
/// This is a default handler for the signal signal_motion_notify_event().
virtual bool on_motion_notify_event(GdkEventMotion* event);
/// This is a default handler for the signal signal_delete_event().
virtual bool on_delete_event(GdkEventAny* event);
/// This is a default handler for the signal signal_expose_event().
virtual bool on_expose_event(GdkEventExpose* event);
/// This is a default handler for the signal signal_key_press_event().
virtual bool on_key_press_event(GdkEventKey* event);
/// This is a default handler for the signal signal_key_release_event().
virtual bool on_key_release_event(GdkEventKey* event);
/// This is a default handler for the signal signal_enter_notify_event().
virtual bool on_enter_notify_event(GdkEventCrossing* event);
/// This is a default handler for the signal signal_leave_notify_event().
virtual bool on_leave_notify_event(GdkEventCrossing* event);
/// This is a default handler for the signal signal_configure_event().
virtual bool on_configure_event(GdkEventConfigure* event);
/// This is a default handler for the signal signal_focus_in_event().
virtual bool on_focus_in_event(GdkEventFocus* event);
/// This is a default handler for the signal signal_focus_out_event().
virtual bool on_focus_out_event(GdkEventFocus* event);
/// This is a default handler for the signal signal_map_event().
virtual bool on_map_event(GdkEventAny* event);
/// This is a default handler for the signal signal_unmap_event().
virtual bool on_unmap_event(GdkEventAny* event);
/// This is a default handler for the signal signal_property_notify_event().
virtual bool on_property_notify_event(GdkEventProperty* event);
/// This is a default handler for the signal signal_selection_clear_event().
virtual bool on_selection_clear_event(GdkEventSelection* event);
/// This is a default handler for the signal signal_selection_request_event().
virtual bool on_selection_request_event(GdkEventSelection* event);
/// This is a default handler for the signal signal_selection_notify_event().
virtual bool on_selection_notify_event(GdkEventSelection* event);
/// This is a default handler for the signal signal_proximity_in_event().
virtual bool on_proximity_in_event(GdkEventProximity* event);
/// This is a default handler for the signal signal_proximity_out_event().
virtual bool on_proximity_out_event(GdkEventProximity* event);
/// This is a default handler for the signal signal_visibility_notify_event().
virtual bool on_visibility_notify_event(GdkEventVisibility* event);
/// This is a default handler for the signal signal_client_event().
virtual bool on_client_event(GdkEventClient* event);
/// This is a default handler for the signal signal_no_expose_event().
virtual bool on_no_expose_event(GdkEventAny* event);
/// This is a default handler for the signal signal_window_state_event().
virtual bool on_window_state_event(GdkEventWindowState* event);
/// This is a default handler for the signal signal_selection_get().
virtual void on_selection_get(SelectionData& selection_data, guint info, guint time);
/// This is a default handler for the signal signal_selection_received().
virtual void on_selection_received(const SelectionData& selection_data, guint time);
/// This is a default handler for the signal signal_drag_begin().
virtual void on_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
/// This is a default handler for the signal signal_drag_end().
virtual void on_drag_end(const Glib::RefPtr<Gdk::DragContext>& context);
/// This is a default handler for the signal signal_drag_data_get().
virtual void on_drag_data_get(const Glib::RefPtr<Gdk::DragContext>& context, SelectionData& selection_data, guint info, guint time);
/// This is a default handler for the signal signal_drag_data_delete().
virtual void on_drag_data_delete(const Glib::RefPtr<Gdk::DragContext>& context);
/// This is a default handler for the signal signal_drag_leave().
virtual void on_drag_leave(const Glib::RefPtr<Gdk::DragContext>& context, guint time);
/// This is a default handler for the signal signal_drag_motion().
virtual bool on_drag_motion(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
/// This is a default handler for the signal signal_drag_drop().
virtual bool on_drag_drop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
/// This is a default handler for the signal signal_drag_data_received().
virtual void on_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, const SelectionData& selection_data, guint info, guint time);
#ifdef GTKMM_ATKMM_ENABLED
/// This is a default handler for the signal signal_get_accessible().
virtual Glib::RefPtr<Atk::Object> on_get_accessible();
#endif // GTKMM_ATKMM_ENABLED
/// This is a default handler for the signal signal_screen_changed().
virtual void on_screen_changed(const Glib::RefPtr<Gdk::Screen>& previous_screen);
private:
//gtkmmproc error: gtk_widget_set_visual : ignored method defs lookup failed//gtkmmproc error: gtk_widget_push_visual : ignored method defs lookup failed//gtkmmproc error: gtk_widget_pop_visual : ignored method defs lookup failed//gtkmmproc error: gtk_widget_set_default_visual : ignored method defs lookup failed//gtkmmproc error: gtk_widget_set_rc_style : ignored method defs lookup failed//gtkmmproc error: gtk_widget_restore_default_style : ignored method defs lookup failed
public:
friend class Main;
/** For widgets that support scrolling, sets the scroll adjustments and
* returns <tt>true</tt>. For widgets that don't support scrolling, does
* nothing and returns <tt>false</tt>. Widgets that don't support scrolling
* can be scrolled by placing them in a Gtk::Viewport, which does
* support scrolling.
*
* @param hadjustment An adjustment for horizontal scrolling, or <tt>0</tt>.
* @param vadjustment An adjustment for vertical scrolling, or <tt>0</tt>.
* @return <tt>true</tt> if the widget supports scrolling.
*/
bool set_scroll_adjustments(Adjustment& hadjustment, Adjustment& vadjustment);
/** Flags a widget to be displayed. Any widget that isn't shown will
* not appear on the screen. If you want to show all the widgets in a
* container, it's easier to call show_all() on the
* container, instead of individually showing the widgets.
*
* Remember that you have to show the containers containing a widget,
* in addition to the widget itself, before it will appear onscreen.
*
* When a toplevel container is shown, it is immediately realized and
* mapped; other shown widgets are realized and mapped when their
* toplevel container is realized and mapped.
*/
void show();
/** Shows a widget. If the widget is an unmapped toplevel widget
* (i.e. a Gtk::Window that has not yet been shown), enter the main
* loop and wait for the window to actually be mapped. Be careful;
* because the main loop is running, anything can happen during
* this function.
*/
void show_now();
/** Reverses the effects of show(), causing the widget to be
* hidden (invisible to the user).
*/
void hide();
/** Recursively shows a widget, and any child widgets (if the widget is
* a container).
*/
void show_all();
#ifndef GTKMM_DISABLE_DEPRECATED
/** Recursively hides a widget and any child widgets.
*
* Deprecated: 2.24: Use hide() instead.
*/
void hide_all();
#endif // GTKMM_DISABLE_DEPRECATED
/* QUEUE DRAWS */
/** Equivalent to calling queue_draw_area() for the
* entire area of a widget.
*/
void queue_draw();
/** Invalidates the rectangular area of @a widget defined by @a x, @a y,
* @a width and @a height by calling gdk_window_invalidate_rect() on the
* widget's window and all its child windows. Once the main loop
* becomes idle (after the current batch of events has been processed,
* roughly), the window will receive expose events for the union of
* all regions that have been invalidated.
*
* Normally you would only use this function in widget
* implementations. You might also use it, or
* gdk_window_invalidate_rect() directly, to schedule a redraw of a
* Gtk::DrawingArea or some portion thereof.
*
* Frequently you can just call gdk_window_invalidate_rect() or
* gdk_window_invalidate_region() instead of this function. Those
* functions will invalidate only a single window, instead of the
* widget and all its children.
*
* The advantage of adding to the invalidated region compared to
* simply drawing immediately is efficiency; using an invalid region
* ensures that you only have to redraw one time.
*
* @param x X coordinate of upper-left corner of rectangle to redraw.
* @param y Y coordinate of upper-left corner of rectangle to redraw.
* @param width Width of region to draw.
* @param height Height of region to draw.
*/
void queue_draw_area(int x, int y, int width, int height);
/** This function is only for use in widget implementations.
* Flags a widget to have its size renegotiated; should
* be called when a widget for some reason has a new size request.
* For example, when you change the text in a Gtk::Label, Gtk::Label
* queues a resize to ensure there's enough space for the new text.
*/
void queue_resize();
/** This function is typically used when implementing a Gtk::Container
* subclass. Obtains the preferred size of a widget. The container
* uses this information to arrange its child widgets and decide what
* size allocations to give them with size_allocate().
*
* You can also call this function from an application, with some
* caveats. Most notably, getting a size request requires the widget
* to be associated with a screen, because font information may be
* needed. Multihead-aware applications should keep this in mind.
*
* Also remember that the size request is not necessarily the size
* a widget will actually be allocated.
*
* See also get_child_requisition().
* @result A Gtk::Requisition.
*/
Requisition size_request() const;
#ifndef GTKMM_DISABLE_DEPRECATED
/** This function is typically used when implementing a Gtk::Container
* subclass. Obtains the preferred size of a widget. The container
* uses this information to arrange its child widgets and decide what
* size allocations to give them with size_allocate().
*
* You can also call this function from an application, with some
* caveats. Most notably, getting a size request requires the widget
* to be associated with a screen, because font information may be
* needed. Multihead-aware applications should keep this in mind.
*
* Also remember that the size request is not necessarily the size
* a widget will actually be allocated.
*
* See also get_child_requisition().
*
* @deprecated Use size_request() const.
*
* @param requisition A Gtk::Requisition to be filled in.
*/
void size_request(const Requisition& requisition);
#endif // GTKMM_DISABLE_DEPRECATED
/** This function is only used by Gtk::Container subclasses, to assign a size
* and position to their child widgets.
*
* @param allocation Position and size to be allocated to @a widget.
*/
void size_allocate(const Allocation& allocation);
/** Installs an accelerator for this @a widget in @a accel_group that causes
* @a accel_signal to be emitted if the accelerator is activated.
* The @a accel_group needs to be added to the widget's toplevel via
* Gtk::Window::add_accel_group(), and the signal must be of type RUN_ACTION.
* Accelerators added through this function are not user changeable during
* runtime. If you want to support accelerators that can be changed by the
* user, use Gtk::AccelMap::add_entry() and set_accel_path() or
* Gtk::MenuItem::set_accel_path() instead.
*
* @param accel_signal Widget signal to emit on accelerator activation.
* @param accel_group Accel group for this widget, added to its toplevel.
* @param accel_key GDK keyval of the accelerator.
* @param accel_mods Modifier key combination of the accelerator.
* @param accel_flags Flag accelerators, e.g. Gtk::ACCEL_VISIBLE.
*/
void add_accelerator(const Glib::ustring& accel_signal, const Glib::RefPtr<AccelGroup>& accel_group, guint accel_key, Gdk::ModifierType accel_mods, AccelFlags accel_flags);
/** Removes an accelerator from @a widget, previously installed with
* add_accelerator().
*
* @param accel_group Accel group for this widget.
* @param accel_key GDK keyval of the accelerator.
* @param accel_mods Modifier key combination of the accelerator.
* @return Whether an accelerator was installed and could be removed.
*/
bool remove_accelerator(const Glib::RefPtr<AccelGroup>& accel_group, guint accel_key, Gdk::ModifierType accel_mods);
/** Given an accelerator group, @a accel_group, and an accelerator path,
* @a accel_path, sets up an accelerator in @a accel_group so whenever the
* key binding that is defined for @a accel_path is pressed, @a widget
* will be activated. This removes any accelerators (for any
* accelerator group) installed by previous calls to
* set_accel_path(). Associating accelerators with
* paths allows them to be modified by the user and the modifications
* to be saved for future use. (See Gtk::AccelMap::save().)
*
* This function is a low level function that would most likely
* be used by a menu creation system like Gtk::UIManager. If you
* use Gtk::UIManager, setting up accelerator paths will be done
* automatically.
*
* Even when you you aren't using Gtk::UIManager, if you only want to
* set up accelerators on menu items Gtk::MenuItem::set_accel_path()
* provides a somewhat more convenient interface.
*
* Note that @a accel_path string will be stored in a Quark. Therefore, if you
* pass a static string, you can save some memory by interning it first with
* Glib::intern_static_string().
*
* @param accel_path Path used to look up the accelerator.
* @param accel_group A Gtk::AccelGroup.
*/
void set_accel_path(const Glib::ustring& accel_path, const Glib::RefPtr<AccelGroup>& accel_group);
//GList* gtk_widget_list_accel_closures();
//TODO: Or maybe it is useless: gboolean gtk_widget_can_activate_accel(GtkWidget *widget, guint signal_id)
/** Emits the Gtk::Widget::signal_mnemonic_activate() signal.
*
* The default handler for this signal activates the @a widget if
* @a group_cycling is <tt>false</tt>, and just grabs the focus if @a group_cycling
* is <tt>true</tt>.
*
* @param group_cycling <tt>true</tt> if there are other widgets with the same mnemonic.
* @return <tt>true</tt> if the signal has been handled.
*/
bool mnemonic_activate(bool group_cycling);
//Probably not useful. Too C-specific: _WRAP_METHOD(bool can_activate_accel(guint signal_id) const, gtk_widget_can_activate_accel)
//TODO: Use C++ type
/** Rarely-used function. This function is used to emit
* the event signals on a widget (those signals should never
* be emitted without using this function to do so).
* If you want to synthesize an event though, don't use this function;
* instead, use gtk_main_do_event() so the event will behave as if
* it were in the event queue. Don't synthesize expose events; instead,
* use gdk_window_invalidate_rect() to invalidate a region of the
* window.
*
* @param event A Gdk::Event.
* @return Return from the event signal emission (<tt>true</tt> if
* the event was handled).
*/
bool event(GdkEvent* event);
/** Very rarely-used function. This function is used to emit
* an expose event signals on a widget. This function is not
* normally used directly. The only time it is used is when
* propagating an expose event to a child NO_WINDOW widget, and
* that is normally done using Gtk::Container::propagate_expose().
*
* If you want to force an area of a window to be redrawn,
* use gdk_window_invalidate_rect() or gdk_window_invalidate_region().
* To cause the redraw to be done immediately, follow that call
* with a call to gdk_window_process_updates().
*
* @param event A expose Gdk::Event.
* @return Return from the event signal emission (<tt>true</tt> if
* the event was handled).
*/
int send_expose(GdkEvent* event);
/** Sends the focus change @a event to @a widget
*
* This function is not meant to be used by applications. The only time it
* should be used is when it is necessary for a Gtk::Widget to assign focus
* to a widget that is semantically owned by the first widget even though
* it's not a direct child - for instance, a search entry in a floating
* window similar to the quick search in Gtk::TreeView.
*
* An example of its usage is:
*
*
* [C example ellipted]
*
* @newin{2,22}
*
* @param event A Gdk::Event of type GDK_FOCUS_CHANGE.
* @return The return value from the event signal emission: <tt>true</tt>
* if the event was handled, and <tt>false</tt> otherwise.
*/
bool send_focus_change(GdkEvent* event);
/** For widgets that can be "activated" (buttons, menu items, etc.)
* this function activates them. Activation is what happens when you
* press Enter on a widget during key navigation. If @a widget isn't
* activatable, the function returns <tt>false</tt>.
*
* @return <tt>true</tt> if the widget was activatable.
*/
bool activate();
/** Moves a widget from one Gtk::Container to another, handling reference
* count issues to avoid destroying the widget.
*
* @param new_parent A Gtk::Container to move the widget into.
*/
void reparent(Widget & new_parent);
bool intersect(const Gdk::Rectangle& area) const;
/** Computes the intersection of a @a widget's area and @a area, storing
* the intersection in @a intersection, and returns <tt>true</tt> if there was
* an intersection. @a intersection may be <tt>0</tt> if you're only
* interested in whether there was an intersection.
*
* @param area A rectangle.
* @param intersection Rectangle to store intersection of @a widget and @a area.
* @return <tt>true</tt> if there was an intersection.
*/
bool intersect(const Gdk::Rectangle& area, Gdk::Rectangle& intersection) const;
/** Computes the intersection of a @a widget's area and @a region, returning
* the intersection. The result may be empty, use gdk_region_empty() to
* check.
*
* @param region A Gdk::Region, in the same coordinate system as
* @a widget->allocation. That is, relative to @a widget->window
* for NO_WINDOW widgets; relative to the parent window
* of @a widget->window for widgets with their own window.
* @return A newly allocated region holding the intersection of @a widget
* and @a region. The coordinates of the return value are
* relative to @a widget->window for NO_WINDOW widgets, and
* relative to the parent window of @a widget->window for
* widgets with their own window.
*/
Gdk::Region region_intersect(const Gdk::Region& region) const;
/** Stops emission of Gtk::Widget::signal_child_notify() signals on @a widget. The
* signals are queued until thaw_child_notify() is called
* on @a widget.
*
* This is the analogue of Glib::object_freeze_notify() for child properties.
*/
void freeze_child_notify();
/** Emits a Gtk::Widget::signal_child_notify() signal for the
* child property @a child_property
* on @a widget.
*
* This is the analogue of Glib::object_notify() for child properties.
*
* @param child_property The name of a child property installed on the
* class of @a widget<!-- -->'s parent.
*/
void child_notify(const Glib::ustring& child_property);
/** Reverts the effect of a previous call to freeze_child_notify().
* This causes all queued Gtk::Widget::signal_child_notify() signals on @a widget to be
* emitted.
*/
void thaw_child_notify();
/** Specifies whether @a widget can own the input focus. See
* grab_focus() for actually setting the input focus on a
* widget.
*
* @newin{2,18}
*
* @param can_focus Whether or not @a widget can own the input focus.
*/
void set_can_focus(bool can_focus = true);
/** Determines whether @a widget can own the input focus. See
* set_can_focus().
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget can own the input focus, <tt>false</tt> otherwise.
*/
bool get_can_focus() const;
#ifndef GTKMM_DISABLE_DEPRECATED
/** Determines whether @a widget can own the input focus. See
* set_can_focus().
*
* @newin{2,18}
*
* @deprecated Replaced by get_can_focus().
*
* @return <tt>true</tt> if @a widget can own the input focus, <tt>false</tt> otherwise.
*/
bool can_focus() const;
#endif // GTKMM_DISABLE_DEPRECATED
/** Determines if the widget has the global input focus. See
* is_focus() for the difference between having the global
* input focus, and only having the focus within a toplevel.
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget has the global input focus.
*/
bool has_focus() const;
/** Determines if the widget is the focus widget within its
* toplevel. (This does not mean that the HAS_FOCUS flag is
* necessarily set; HAS_FOCUS will only be set if the
* toplevel widget additionally has the global input focus.)
*
* @return <tt>true</tt> if the widget is the focus widget.
*/
bool is_focus() const;
/** Causes @a widget to have the keyboard focus for the Gtk::Window it's
* inside. @a widget must be a focusable widget, such as a Gtk::Entry;
* something like Gtk::Frame won't work.
*
* More precisely, it must have the Gtk::CAN_FOCUS flag set. Use
* set_can_focus() to modify that flag.
*
* The widget also needs to be realized and mapped. This is indicated by the
* related signals. Grabbing the focus immediately after creating the widget
* will likely fail and cause critical warnings.
*/
void grab_focus();
/** Specifies whether @a widget can be a default widget. See
* grab_default() for details about the meaning of
* "default".
*
* @newin{2,18}
*
* @param can_default Whether or not @a widget can be a default widget.
*/
void set_can_default(bool can_default = true);
/** Determines whether @a widget can be a default widget. See
* set_can_default().
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget can be a default widget, <tt>false</tt> otherwise.
*/
bool get_can_default() const;
#ifndef GTKMM_DISABLE_DEPRECATED
/** Determines whether @a widget can be a default widget. See
* set_can_default().
*
* @newin{2,18}
*
* @deprecated Replaced by get_can_default().
*
* @return <tt>true</tt> if @a widget can be a default widget, <tt>false</tt> otherwise.
*/
bool can_default() const;
#endif // GTKMM_DISABLE_DEPRECATED
/** Determines whether @a widget is the current default widget within its
* toplevel. See set_can_default().
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget is the current default widget within
* its toplevel, <tt>false</tt> otherwise.
*/
bool has_default() const;
/** Causes @a widget to become the default widget. @a widget must have the
* Gtk::CAN_DEFAULT flag set; typically you have to set this flag
* yourself by calling <tt>gtk_widget_set_can_default ( @a widget,
* <tt>true</tt>)</tt>. The default widget is activated when
* the user presses Enter in a window. Default widgets must be
* activatable, that is, activate() should affect them.
*/
void grab_default();
/** Specifies whether @a widget will be treated as the default widget
* within its toplevel when it has the focus, even if another widget
* is the default.
*
* See grab_default() for details about the meaning of
* "default".
*
* @newin{2,18}
*
* @param receives_default Whether or not @a widget can be a default widget.
*/
void set_receives_default(bool receives_default = true);
/** Determines whether @a widget is alyways treated as default widget
* withing its toplevel when it has the focus, even if another widget
* is the default.
*
* See set_receives_default().
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget acts as default widget when focussed,
* <tt>false</tt> otherwise.
*/
bool get_receives_default() const;
/** Determines whether the widget is currently grabbing events, so it
* is the only widget receiving input events (keyboard and mouse).
*
* See also gtk_grab_add().
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is in the grab_widgets stack.
*/
bool has_grab() const;
/** Block events to everything else than this widget and its children. This
* way you can get modal behaviour (usually not recommended). One practical
* example could be when implementing a key-binding widget that needs
* exclusive access to the key combination that the user presses next.
*
* Calls to add_modal_grab should be paired with calls to remove_modal_grab.
*/
void add_modal_grab();
/** Remove the modal grab of the widget in case it was previously grabbed.
*/
void remove_modal_grab();
/** Retrieve the widget which is currently grabbing all events.
*/
static Widget* get_current_modal_grab();
/** Widgets can be named, which allows you to refer to them from a
* gtkrc file. You can apply a style to widgets with a particular name
* in the gtkrc file. See the documentation for gtkrc files (on the
* same page as the docs for Gtk::RcStyle).
*
* Note that widget names are separated by periods in paths (see
* path()), so names with embedded periods may cause confusion.
*
* @param name Name for the widget.
*/
void set_name(const Glib::ustring& name);
void unset_name();
/** Retrieves the name of a widget. See set_name() for the
* significance of widget names.
*
* @return Name of the widget. This string is owned by GTK+ and
* should not be modified or freed.
*/
Glib::ustring get_name() const;
/** This function is for use in widget implementations. Sets the state
* of a widget (insensitive, prelighted, etc.) Usually you should set
* the state using wrapper functions such as set_sensitive().
*
* @param state New state for @a widget.
*/
void set_state(StateType state);
/** Returns the widget's state. See set_state().
*
* @newin{2,18}
*
* @return The state of @a widget.
*/
StateType get_state() const;
/** Sets the sensitivity of a widget. A widget is sensitive if the user
* can interact with it. Insensitive widgets are "grayed out" and the
* user can't interact with them. Insensitive widgets are known as
* "inactive", "disabled", or "ghosted" in some other toolkits.
*
* @param sensitive <tt>true</tt> to make the widget sensitive.
*/
void set_sensitive(bool sensitive = true);
/** Returns the widget's sensitivity (in the sense of returning
* the value that has been set using set_sensitive()).
*
* The effective sensitivity of a widget is however determined by both its
* own and its parent widget's sensitivity. See is_sensitive().
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is sensitive.
*/
bool get_sensitive() const;
/** Returns the widget's effective sensitivity, which means
* it is sensitive itself and also its parent widget is sensntive
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is effectively sensitive.
*/
bool is_sensitive() const;
/** Sets the visibility state of @a widget. Note that setting this to
* <tt>true</tt> doesn't mean the widget is actually viewable, see
* get_visible().
*
* This function simply calls show() or hide()
* but is nicer to use when the visibility of the widget depends on
* some condition.
*
* @newin{2,18}
*
* @param visible Whether the widget should be shown or not.
*/
void set_visible(bool visible = true);
/** Determines whether the widget is visible. Note that this doesn't
* take into account whether the widget's parent is also visible
* or the widget is obscured in any way.
*
* See set_visible().
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is visible.
*/
bool get_visible() const;
/** Specifies whether @a widget has a Gdk::Window of its own. Note that
* all realized widgets have a non-<tt>0</tt> "window" pointer
* (get_window() never returns a <tt>0</tt> window when a widget
* is realized), but for many of them it's actually the Gdk::Window of
* one of its parent widgets. Widgets that do not create a %window for
* themselves in GtkWidget::realize() must announce this by
* calling this function with @a has_window = <tt>false</tt>.
*
* This function should only be called by widget implementations,
* and they should call it in their init() function.
*
* @newin{2,18}
*
* @param has_window Whether or not @a widget has a window.
*/
void set_has_window(bool has_window = true);
/** Determines whether @a widget has a Gdk::Window of its own. See
* set_has_window().
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget has a window, <tt>false</tt> otherwise.
*/
bool get_has_window() const;
/** Determines whether @a widget is a toplevel widget. Currently only
* Gtk::Window and Gtk::Invisible are toplevel widgets. Toplevel
* widgets have no parent widget.
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget is a toplevel, <tt>false</tt> otherwise.
*/
bool get_is_toplevel() const;
/** Determines whether @a widget can be drawn to. A widget can be drawn
* to if it is mapped and visible.
*
* @newin{2,18}
*
* @return <tt>true</tt> if @a widget is drawable, <tt>false</tt> otherwise.
*/
bool get_is_drawable() const;
/** Determines whether @a widget is realized.
*
* @newin{2,20}
*
* @return <tt>true</tt> if @a widget is realized, <tt>false</tt> otherwise.
*/
bool get_realized() const;
/** Whether the widget is mapped.
*
* @newin{2,20}
*
* @return <tt>true</tt> if the widget is mapped, <tt>false</tt> otherwise.
*/
bool get_mapped() const;
/** Sets whether the application intends to draw on the widget in
* an Gtk::Widget::signal_expose_event() handler.
*
* This is a hint to the widget and does not affect the behavior of
* the GTK+ core; many widgets ignore this flag entirely. For widgets
* that do pay attention to the flag, such as Gtk::EventBox and Gtk::Window,
* the effect is to suppress default themed drawing of the widget's
* background. (Children of the widget will still be drawn.) The application
* is then entirely responsible for drawing the widget background.
*
* Note that the background is still drawn when the widget is mapped.
* If this is not suitable (e.g. because you want to make a transparent
* window using an RGBA visual), you can work around this by doing:
*
* [C example ellipted]
*
* @param app_paintable <tt>true</tt> if the application will paint on the widget.
*/
void set_app_paintable(bool app_paintable = true);
/** Determines whether the application intends to draw on the widget in
* an Gtk::Widget::signal_expose_event() handler.
*
* See set_app_paintable()
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is app paintable.
*/
bool get_app_paintable() const;
/** Widgets are double buffered by default; you can use this function
* to turn off the buffering. "Double buffered" simply means that
* gdk_window_begin_paint_region() and gdk_window_end_paint() are called
* automatically around expose events sent to the
* widget. gdk_window_begin_paint() diverts all drawing to a widget's
* window to an offscreen buffer, and gdk_window_end_paint() draws the
* buffer to the screen. The result is that users see the window
* update in one smooth step, and don't see individual graphics
* primitives being rendered.
*
* In very simple terms, double buffered widgets don't flicker,
* so you would only use this function to turn off double buffering
* if you had special needs and really knew what you were doing.
*
* @note if you turn off double-buffering, you have to handle
* expose events, since even the clearing to the background color or
* pixmap will not happen automatically (as it is done in
* gdk_window_begin_paint()).
*
* @param double_buffered <tt>true</tt> to double-buffer a widget.
*/
void set_double_buffered(bool double_buffered = true);
/** Determines whether the widget is double buffered.
*
* See set_double_buffered()
*
* @newin{2,18}
*
* @return <tt>true</tt> if the widget is double buffered.
*/
bool get_double_buffered() const;
/** Sets whether the entire widget is queued for drawing when its size
* allocation changes. By default, this setting is <tt>true</tt> and
* the entire widget is redrawn on every size change. If your widget
* leaves the upper left unchanged when made bigger, turning this
* setting off will improve performance.
*
* Note that for NO_WINDOW widgets setting this flag to <tt>false</tt> turns
* off all allocation on resizing: the widget will not even redraw if
* its position changes; this is to allow containers that don't draw
* anything to avoid excess invalidations. If you set this flag on a
* NO_WINDOW widget that <em>does</em> draw on @a widget->window,
* you are responsible for invalidating both the old and new allocation
* of the widget when the widget is moved and responsible for invalidating
* regions newly when the widget increases size.
*
* @param redraw_on_allocate If <tt>true</tt>, the entire widget will be redrawn
* when it is allocated to a new size. Otherwise, only the
* new portion of the widget will be redrawn.
*/
void set_redraw_on_allocate(bool redraw_on_allocate = true);
/** Sets whether @a widget should be mapped along with its when its parent
* is mapped and @a widget has been shown with show().
*
* The child visibility can be set for widget before it is added to
* a container with set_parent(), to avoid mapping
* children unnecessary before immediately unmapping them. However
* it will be reset to its default state of <tt>true</tt> when the widget
* is removed from a container.
*
* Note that changing the child visibility of a widget does not
* queue a resize on the widget. Most of the time, the size of
* a widget is computed from all visible children, whether or
* not they are mapped. If this is not the case, the container
* can queue a resize itself.
*
* This function is only useful for container implementations and
* never should be called by an application.
*
* @param is_visible If <tt>true</tt>, @a widget should be mapped along with its parent.
*/
void set_child_visible(bool is_visible = true);
/** Gets the value set with set_child_visible().
* If you feel a need to use this function, your code probably
* needs reorganization.
*
* This function is only useful for container implementations and
* never should be called by an application.
*
* @return <tt>true</tt> if the widget is mapped with the parent.
*/
bool get_child_visible() const;
/** Sets a widget's window. This function should only be used in a
* widget's Gtk::Widget::on_realize() implementation. The %window passed is
* usually either a new window created with Gdk::Window::create(), or the
* window of its parent widget as returned by get_parent_window().
*
* Widgets must indicate whether they will create their own Gdk::Window
* by calling set_has_window(). This is usually done in the
* widget's constructor.
*
* This function should only be called by custom widget implementations,
* and they should call it in their on_realize() function.
*
* @newin{2,18}
* @param window A Gdk::Window.
*/
void set_window(const Glib::RefPtr<Gdk::Window>& window);
/** Returns the widget's window if it is realized, <tt>0</tt> otherwise
*
* @newin{2,14}
*
* @return @a widget's window.
*/
Glib::RefPtr<Gdk::Window> get_window();
/** Returns the widget's window if it is realized, <tt>0</tt> otherwise
*
* @newin{2,14}
*
* @return @a widget's window.
*/
Glib::RefPtr<const Gdk::Window> get_window() const;
/** Retrieves the widget's location.
* @return The widget's allocated area.
*/
Allocation get_allocation() const;
/** Sets the widget's allocation. This should not be used
* directly, but from within a widget's size_allocate method.
*
* @newin{2,18}
*
* @param allocation A pointer to a Gtk::Allocation to copy from.
*/
void set_allocation(const Allocation& allocation);
/** Returns the parent container of @a widget.
*
* @return The parent container of @a widget, or <tt>0</tt>.
*/
Container* get_parent();
/** Returns the parent container of @a widget.
*
* @return The parent container of @a widget, or <tt>0</tt>.
*/
const Container* get_parent() const;
/** Gets @a widget's parent window.
*
* @return The parent window of @a widget.
*/
Glib::RefPtr<Gdk::Window> get_parent_window();
/** Gets @a widget's parent window.
*
* @return The parent window of @a widget.
*/
Glib::RefPtr<const Gdk::Window> get_parent_window() const;
/** Sets a non default parent window for @a widget.
*
* @param parent_window The new parent window.
*/
void set_parent_window(const Glib::RefPtr<const Gdk::Window>& parent_window);
/** This function is used by custom widget implementations; if you're
* writing an app, you'd use grab_focus() to move the focus
* to a particular widget, and Gtk::Container::set_focus_chain() to
* change the focus tab order. So you may want to investigate those
* functions instead.
*
* child_focus() is called by containers as the user moves
* around the window using keyboard shortcuts. @a direction indicates
* what kind of motion is taking place (up, down, left, right, tab
* forward, tab backward). child_focus() emits the
* Gtk::Widget::signal_focus() signal; widgets override the default handler
* for this signal in order to implement appropriate focus behavior.
*
* The default signal_focus() handler for a widget should return <tt>true</tt> if
* moving in @a direction left the focus on a focusable location inside
* that widget, and <tt>false</tt> if moving in @a direction moved the focus
* outside the widget. If returning <tt>true</tt>, widgets normally
* call grab_focus() to place the focus accordingly;
* if returning <tt>false</tt>, they don't modify the current focus location.
*
* This function replaces gtk_container_focus() from GTK+ 1.2.
* It was necessary to check that the child was visible, sensitive,
* and focusable before calling gtk_container_focus().
* child_focus() returns <tt>false</tt> if the widget is not
* currently in a focusable state, so there's no need for those checks.
*
* @param direction Direction of focus movement.
* @return <tt>true</tt> if focus ended up inside @a widget.
*/
bool child_focus(DirectionType direction);
/** This function should be called whenever keyboard navigation within
* a single widget hits a boundary. The function emits the
* Gtk::Widget::signal_keynav_failed() signal on the widget and its return
* value should be interpreted in a way similar to the return value of
* child_focus():
*
* When <tt>true</tt> is returned, stay in the widget, the failed keyboard
* navigation is Ok and/or there is nowhere we can/should move the
* focus to.
*
* When <tt>false</tt> is returned, the caller should continue with keyboard
* navigation outside the widget, e.g. by calling
* child_focus() on the widget's toplevel.
*
* The default signal_keynav_failed() handler returns <tt>true</tt> for
* Gtk::DIR_TAB_FORWARD and Gtk::DIR_TAB_BACKWARD. For the other
* values of Gtk::DirectionType, it looks at the
* Gtk::Settings::property_gtk_keynav_cursor_only() setting and returns <tt>false</tt>
* if the setting is <tt>true</tt>. This way the entire user interface
* becomes cursor-navigatable on input devices such as mobile phones
* which only have cursor keys but no tab key.
*
* Whenever the default handler returns <tt>true</tt>, it also calls
* error_bell() to notify the user of the failed keyboard
* navigation.
*
* A use case for providing an own implementation of signal_keynav_failed()
* (either by connecting to it or by overriding it) would be a row of
* Gtk::Entry widgets where the user should be able to navigate the
* entire row with the cursor keys, as e.g. known from user interfaces
* that require entering license keys.
*
* @newin{2,12}
*
* @param direction Direction of focus movement.
* @return <tt>true</tt> if stopping keyboard navigation is fine, <tt>false</tt>
* if the emitting widget should try to handle the keyboard
* navigation attempt in its parent container(s).
*/
bool keynav_failed(DirectionType direction);
/** Notifies the user about an input-related error on this widget.
* If the Gtk::Settings gtk-error-bell proeprty is true, it calls
* Gdk::Window::beep(), otherwise it does nothing.
*
* Note that the effect of Gdk::Window::beep() can be configured in many
* ways, depending on the windowing backend and the desktop environment
* or window manager that is used.
*
* @newin{2,12}
*/
void error_bell();
/** Sets the minimum size of a widget; that is, the widget's size
* request will be @a width by @a height. You can use this function to
* force a widget to be either larger or smaller than it normally
* would be.
*
* In most cases, Gtk::Window::set_default_size() is a better choice for
* toplevel windows than this function; setting the default size will
* still allow users to shrink the window. Setting the size request
* will force them to leave the window at least as large as the size
* request. When dealing with window sizes,
* Gtk::Window::set_geometry_hints() can be a useful function as well.
*
* Note the inherent danger of setting any fixed size - themes,
* translations into other languages, different fonts, and user action
* can all change the appropriate size for a given widget. So, it's
* basically impossible to hardcode a size that will always be
* correct.
*
* The size request of a widget is the smallest size a widget can
* accept while still functioning well and drawing itself correctly.
* However in some strange cases a widget may be allocated less than
* its requested size, and in many cases a widget may be allocated more
* space than it requested.
*
* If the size request in a given direction is -1 (unset), then
* the "natural" size request of the widget will be used instead.
*
* Widgets can't actually be allocated a size less than 1 by 1, but
* you can pass 0,0 to this function to mean "as small as possible."
*
* @param width Width @a widget should request, or -1 to unset.
* @param height Height @a widget should request, or -1 to unset.
*/
void set_size_request(int width = -1, int height = -1);
/** Gets the size request that was explicitly set for the widget using
* set_size_request(). A value of -1 stored in @a width or
* @a height indicates that that dimension has not been set explicitly
* and the natural requisition of the widget will be used intead. See
* set_size_request(). To get the size a widget will
* actually use, call size_request() instead of
* this function.
*
* @param width Return location for width, or <tt>0</tt>.
* @param height Return location for height, or <tt>0</tt>.
*/
void get_size_request(int& width, int& height) const;
/** Sets the event mask (see Gdk::EventMask) for a widget. The event
* mask determines which events a widget will receive. Keep in mind
* that different widgets have different default event masks, and by
* changing the event mask you may disrupt a widget's functionality,
* so be careful. This function must be called while a widget is
* unrealized. Consider add_events() for widgets that are
* already realized, or if you want to preserve the existing event
* mask. This function can't be used with Gtk::NO_WINDOW widgets;
* to get events on those widgets, place them inside a Gtk::EventBox
* and receive events on the event box.
*
* @param events Event mask.
*/
void set_events(Gdk::EventMask events);
/** Adds the events in the bitfield @a events to the event mask for
* @a widget. See set_events() for details.
*
* @param events An event mask, see Gdk::EventMask.
*/
void add_events(Gdk::EventMask events);
/** Sets the extension events mask to @a mode. See Gdk::ExtensionMode
* and gdk_input_set_extension_events().
*
* @param mode Bitfield of extension events to receive.
*/
void set_extension_events(Gdk::ExtensionMode mode);
/** Retrieves the extension events the widget will receive; see
* gdk_input_set_extension_events().
*
* @return Extension events for @a widget.
*/
Gdk::ExtensionMode get_extension_events() const;
/** This function returns the topmost widget in the container hierarchy
* @a widget is a part of. If @a widget has no parent widgets, it will be
* returned as the topmost widget. No reference will be added to the
* returned widget; it should not be unreferenced.
*
* Note the difference in behavior vs. get_ancestor();
* <tt>gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)</tt>
* would return
* <tt>0</tt> if @a widget wasn't inside a toplevel window, and if the
* window was inside a Gtk::Window-derived widget which was in turn
* inside the toplevel Gtk::Window. While the second case may
* seem unlikely, it actually happens when a Gtk::Plug is embedded
* inside a Gtk::Socket within the same application.
*
* To reliably find the toplevel Gtk::Window, use
* get_toplevel() and check if the T::OPLEVEL flags
* is set on the result.
*
* [C example ellipted]
*
* @return The topmost ancestor of @a widget, or @a widget itself
* if there's no ancestor.
*/
Container* get_toplevel();
/** This function returns the topmost widget in the container hierarchy
* @a widget is a part of. If @a widget has no parent widgets, it will be
* returned as the topmost widget. No reference will be added to the
* returned widget; it should not be unreferenced.
*
* Note the difference in behavior vs. get_ancestor();
* <tt>gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)</tt>
* would return
* <tt>0</tt> if @a widget wasn't inside a toplevel window, and if the
* window was inside a Gtk::Window-derived widget which was in turn
* inside the toplevel Gtk::Window. While the second case may
* seem unlikely, it actually happens when a Gtk::Plug is embedded
* inside a Gtk::Socket within the same application.
*
* To reliably find the toplevel Gtk::Window, use
* get_toplevel() and check if the T::OPLEVEL flags
* is set on the result.
*
* [C example ellipted]
*
* @return The topmost ancestor of @a widget, or @a widget itself
* if there's no ancestor.
*/
const Container* get_toplevel() const;
/** Gets the first ancestor of @a widget with type @a widget_type. For example,
* <tt>gtk_widget_get_ancestor (widget, GTK_TYPE_BOX)</tt> gets
* the first Gtk::Box that's an ancestor of @a widget. No reference will be
* added to the returned widget; it should not be unreferenced. See note
* about checking for a toplevel Gtk::Window in the docs for
* get_toplevel().
*
* Note that unlike is_ancestor(), get_ancestor()
* considers @a widget to be an ancestor of itself.
*
* @param widget_type Ancestor type.
* @return The ancestor widget, or <tt>0</tt> if not found.
*/
Widget* get_ancestor(GType widget_type);
/** Gets the first ancestor of @a widget with type @a widget_type. For example,
* <tt>gtk_widget_get_ancestor (widget, GTK_TYPE_BOX)</tt> gets
* the first Gtk::Box that's an ancestor of @a widget. No reference will be
* added to the returned widget; it should not be unreferenced. See note
* about checking for a toplevel Gtk::Window in the docs for
* get_toplevel().
*
* Note that unlike is_ancestor(), get_ancestor()
* considers @a widget to be an ancestor of itself.
*
* @param widget_type Ancestor type.
* @return The ancestor widget, or <tt>0</tt> if not found.
*/
const Widget* get_ancestor(GType widget_type) const;
/** Gets the colormap that will be used to render @a widget. No reference will
* be added to the returned colormap; it should not be unreferenced.
*
* @return The colormap used by @a widget.
*/
Glib::RefPtr<Gdk::Colormap> get_colormap();
/** Gets the visual that will be used to render @a widget.
*
* @return The visual for @a widget.
*/
Glib::RefPtr<Gdk::Visual> get_visual();
/** Get the Gdk::Screen from the toplevel window associated with
* this widget. This function can only be called after the widget
* has been added to a widget hierarchy with a Gtk::Window
* at the top.
*
* In general, you should only create screen specific
* resources when a widget has been realized, and you should
* free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Screen for the toplevel for this widget.
*/
Glib::RefPtr<Gdk::Screen> get_screen();
/** Get the Gdk::Screen from the toplevel window associated with
* this widget. This function can only be called after the widget
* has been added to a widget hierarchy with a Gtk::Window
* at the top.
*
* In general, you should only create screen specific
* resources when a widget has been realized, and you should
* free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Screen for the toplevel for this widget.
*/
Glib::RefPtr<const Gdk::Screen> get_screen() const;
/** Checks whether there is a Gdk::Screen is associated with
* this widget. All toplevel widgets have an associated
* screen, and all widgets added into a hierarchy with a toplevel
* window at the top.
*
* @newin{2,2}
*
* @return <tt>true</tt> if there is a Gdk::Screen associcated
* with the widget.
*/
bool has_screen() const;
/** Get the Gdk::Display for the toplevel window associated with
* this widget. This function can only be called after the widget
* has been added to a widget hierarchy with a Gtk::Window at the top.
*
* In general, you should only create display specific
* resources when a widget has been realized, and you should
* free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Display for the toplevel for this widget.
*/
Glib::RefPtr<Gdk::Display> get_display();
/** Get the Gdk::Display for the toplevel window associated with
* this widget. This function can only be called after the widget
* has been added to a widget hierarchy with a Gtk::Window at the top.
*
* In general, you should only create display specific
* resources when a widget has been realized, and you should
* free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Display for the toplevel for this widget.
*/
Glib::RefPtr<const Gdk::Display> get_display() const;
/** Get the root window where this widget is located. This function can
* only be called after the widget has been added to a widget
* hierarchy with Gtk::Window at the top.
*
* The root window is useful for such purposes as creating a popup
* Gdk::Window associated with the window. In general, you should only
* create display specific resources when a widget has been realized,
* and you should free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Window root window for the toplevel for this widget.
*/
Glib::RefPtr<Gdk::Window> get_root_window();
/** Get the root window where this widget is located. This function can
* only be called after the widget has been added to a widget
* hierarchy with Gtk::Window at the top.
*
* The root window is useful for such purposes as creating a popup
* Gdk::Window associated with the window. In general, you should only
* create display specific resources when a widget has been realized,
* and you should free those resources when the widget is unrealized.
*
* @newin{2,2}
*
* @return The Gdk::Window root window for the toplevel for this widget.
*/
Glib::RefPtr<const Gdk::Window> get_root_window() const;
/** Gets the settings object holding the settings (global property
* settings, RC file information, etc) used for this widget.
*
* Note that this function can only be called when the Gtk::Widget
* is attached to a toplevel, since the settings object is specific
* to a particular Gdk::Screen.
*
* @return The relevant Gtk::Settings object.
*/
Glib::RefPtr<Settings> get_settings();
/** Returns the clipboard object for the given selection to
* be used with @a widget. @a widget must have a Gdk::Display
* associated with it, so must be attached to a toplevel
* window.
*
* @newin{2,2}
*
* @param selection A Gdk::Atom which identifies the clipboard
* to use. Gdk::SELECTION_CLIPBOARD gives the
* default clipboard. Another common value
* is Gdk::SELECTION_PRIMARY, which gives
* the primary X selection.
* @return The appropriate clipboard object. If no
* clipboard already exists, a new one will
* be created. Once a clipboard object has
* been created, it is persistent for all time.
*/
Glib::RefPtr<Clipboard> get_clipboard(const Glib::ustring& selection);
/** Returns the clipboard object for the given selection to
* be used with @a widget. @a widget must have a Gdk::Display
* associated with it, so must be attached to a toplevel
* window.
*
* @newin{2,2}
*
* @param selection A Gdk::Atom which identifies the clipboard
* to use. Gdk::SELECTION_CLIPBOARD gives the
* default clipboard. Another common value
* is Gdk::SELECTION_PRIMARY, which gives
* the primary X selection.
* @return The appropriate clipboard object. If no
* clipboard already exists, a new one will
* be created. Once a clipboard object has
* been created, it is persistent for all time.
*/
Glib::RefPtr<const Clipboard> get_clipboard(const Glib::ustring& selection) const;
/** Create a Gdk::Pixmap of the contents of the widget and its children.
*
* Works even if the widget is obscured. The depth and visual of the
* resulting pixmap is dependent on the widget being snapshot and likely
* differs from those of a target widget displaying the pixmap.
* The function gdk_pixbuf_get_from_drawable() can be used to convert
* the pixmap to a visual independant representation.
*
* The snapshot area used by this function is the @a widget's allocation plus
* any extra space occupied by additional windows belonging to this widget
* (such as the arrows of a spin button).
* Thus, the resulting snapshot pixmap is possibly larger than the allocation.
*
* The resulting pixmap is shrunken to
* match the specified clip_rect. The (x,y) coordinates of @a clip_rect are
* interpreted widget relative. If width or height of @a clip_rect are 0 or
* negative, the width or height of the resulting pixmap will be shrunken
* by the respective amount.
* For instance a @a clip_rect <tt>{ +5, +5, -10, -10 }</tt> will
* chop off 5 pixels at each side of the snapshot pixmap.
* If non-<tt>0</tt>, @a clip_rect will contain the exact widget-relative snapshot
* coordinates upon return. A @a clip_rect of <tt>{ -1, -1, 0, 0 }</tt>
* can be used to preserve the auto-grown snapshot area and use @a clip_rect
* as a pure output parameter.
*
* The returned pixmap can be an empty RefPtr, if the resulting @a clip_area was empty.
*
* @param clip_rect A Gdk::Rectangle.
* @return Gdk::Pixmap snapshot of the widget
*
* @newin{2,14}.
*/
Glib::RefPtr<Gdk::Pixmap> get_snapshot(Gdk::Rectangle& clip_rect) const;
/** Create a Gdk::Pixmap of the contents of the widget and its children.
*
* Works even if the widget is obscured. The depth and visual of the
* resulting pixmap is dependent on the widget being snapshot and likely
* differs from those of a target widget displaying the pixmap.
* The function Gdk::Pixbuf::get_from_drawable() can be used to convert
* the pixmap to a visual independant representation.
*
* The snapshot area used by this function is the widget's allocation plus
* any extra space occupied by additional windows belonging to this widget
* (such as the arrows of a spin button).
* Thus, the resulting snapshot pixmap is possibly larger than the allocation.
*
* The returned pixmap can be empty.
*
* @result A Gdk::Pixmap snapshot of the widget
*
* @newin{2,14}
*/
Glib::RefPtr<Gdk::Pixmap> get_snapshot() const;
#ifdef GTKMM_ATKMM_ENABLED
/** Returns the accessible object that describes the widget to an
* assistive technology.
*
* If no accessibility library is loaded (i.e. no ATK implementation library is
* loaded via <tt>GTK_MODULES</tt> or via another application library,
* such as libgnome), then this Atk::Object instance may be a no-op. Likewise,
* if no class-specific Atk::Object implementation is available for the widget
* instance in question, it will inherit an Atk::Object implementation from the
* first ancestor class for which such an implementation is defined.
*
* The documentation of the ATK
* library contains more information about accessible objects and their uses.
*
* @return The Atk::Object associated with @a widget.
*/
Glib::RefPtr<Atk::Object> get_accessible();
#endif // GTKMM_ATKMM_ENABLED
#ifdef GTKMM_ATKMM_ENABLED
/** Returns the accessible object that describes the widget to an
* assistive technology.
*
* If no accessibility library is loaded (i.e. no ATK implementation library is
* loaded via <tt>GTK_MODULES</tt> or via another application library,
* such as libgnome), then this Atk::Object instance may be a no-op. Likewise,
* if no class-specific Atk::Object implementation is available for the widget
* instance in question, it will inherit an Atk::Object implementation from the
* first ancestor class for which such an implementation is defined.
*
* The documentation of the ATK
* library contains more information about accessible objects and their uses.
*
* @return The Atk::Object associated with @a widget.
*/
Glib::RefPtr<const Atk::Object> get_accessible() const;
#endif // GTKMM_ATKMM_ENABLED
/** Sets the colormap for the widget to the given value. Widget must not
* have been previously realized. This probably should only be used
* from an <tt>init()</tt> function (i.e. from the constructor
* for the widget).
*
* @param colormap A colormap.
*/
void set_colormap(const Glib::RefPtr<const Gdk::Colormap> & colormap);
/** Returns the event mask for the widget (a bitfield containing flags
* from the Gdk::EventMask enumeration). These are the events that the widget
* will receive.
*
* @return Event mask for @a widget.
*/
Gdk::EventMask get_events() const;
/** Obtains the location of the mouse pointer in widget coordinates.
* Widget coordinates are a bit odd; for historical reasons, they are
* defined as @a widget->window coordinates for widgets that are not
* Gtk::NO_WINDOW widgets, and are relative to @a widget->allocation.x,
* @a widget->allocation.y for widgets that are Gtk::NO_WINDOW widgets.
*
* @param x Return location for the X coordinate, or <tt>0</tt>.
* @param y Return location for the Y coordinate, or <tt>0</tt>.
*/
void get_pointer(int & x, int & y) const;
/** Determines whether @a widget is somewhere inside @a ancestor, possibly with
* intermediate containers.
*
* @param ancestor Another Gtk::Widget.
* @return <tt>true</tt> if @a ancestor contains @a widget as a child,
* grandchild, great grandchild, etc.
*/
bool is_ancestor(Widget & ancestor) const;
/** Translate coordinates relative to @a src_widget's allocation to coordinates
* relative to @a dest_widget's allocations. In order to perform this
* operation, both widgets must be realized, and must share a common
* toplevel.
*
* @param dest_widget A Gtk::Widget.
* @param src_x X position relative to @a src_widget.
* @param src_y Y position relative to @a src_widget.
* @param dest_x Location to store X position relative to @a dest_widget.
* @param dest_y Location to store Y position relative to @a dest_widget.
* @return <tt>false</tt> if either widget was not realized, or there
* was no common ancestor. In this case, nothing is stored in
* * @a dest_x and * @a dest_y. Otherwise <tt>true</tt>.
*/
bool translate_coordinates(Widget& dest_widget, int src_x, int src_y, int& dest_x, int& dest_y);
/* STYLE */
/** Determines if the widget style has been looked up through the rc mechanism.
*
* @newin{2,20}
*
* @return <tt>true</tt> if the widget has been looked up through the rc
* mechanism, <tt>false</tt> otherwise.
*/
bool has_rc_style() const;
/** Sets the Gtk::Style for a widget ( @a widget->style). You probably don't
* want to use this function; it interacts badly with themes, because
* themes work by replacing the Gtk::Style. Instead, use
* modify_style().
*
* @param style A Gtk::Style.
*/
void set_style(const Glib::RefPtr<Style>& style);
void unset_style();
/** Ensures that @a widget has a style ( @a widget->style). Not a very useful
* function; most of the time, if you want the style, the widget is
* realized, and realized widgets are guaranteed to have a style
* already.
*/
void ensure_style();
/** Simply an accessor function that returns @a widget->style.
*
* @return The widget's Gtk::Style.
*/
Glib::RefPtr<Style> get_style();
/** Simply an accessor function that returns @a widget->style.
*
* @return The widget's Gtk::Style.
*/
Glib::RefPtr<const Style> get_style() const;
/** Modifies style values on the widget. Modifications made using this
* technique take precedence over style values set via an RC file,
* however, they will be overriden if a style is explicitely set on
* the widget using set_style(). The Gtk::RcStyle structure
* is designed so each field can either be set or unset, so it is
* possible, using this function, to modify some style values and
* leave the others unchanged.
*
* Note that modifications made with this function are not cumulative
* with previous calls to modify_style() or with such
* functions as modify_fg(). If you wish to retain
* previous values, you must first call get_modifier_style(),
* make your modifications to the returned style, then call
* modify_style() with that style. On the other hand,
* if you first call modify_style(), subsequent calls
* to such functions modify_fg() will have a cumulative
* effect with the initial modifications.
*
* @param style The Gtk::RcStyle holding the style modifications.
*/
void modify_style(const Glib::RefPtr<RcStyle>& style);
/** Returns the current modifier style for the widget. (As set by
* modify_style().) If no style has previously set, a new
* Gtk::RcStyle will be created with all values unset, and set as the
* modifier style for the widget. If you make changes to this rc
* style, you must call modify_style(), passing in the
* returned rc style, to make sure that your changes take effect.
*
* Caution: passing the style back to modify_style() will
* normally end up destroying it, because modify_style() copies
* the passed-in style and sets the copy as the new modifier style,
* thus dropping any reference to the old modifier style. Add a reference
* to the modifier style if you want to keep it alive.
*
* @return The modifier style for the widget. This rc style is
* owned by the widget. If you want to keep a pointer to value this
* around, you must add a refcount using Glib::object_ref().
*/
Glib::RefPtr<RcStyle> get_modifier_style();
/** Returns the current modifier style for the widget. (As set by
* modify_style().) If no style has previously set, a new
* Gtk::RcStyle will be created with all values unset, and set as the
* modifier style for the widget. If you make changes to this rc
* style, you must call modify_style(), passing in the
* returned rc style, to make sure that your changes take effect.
*
* Caution: passing the style back to modify_style() will
* normally end up destroying it, because modify_style() copies
* the passed-in style and sets the copy as the new modifier style,
* thus dropping any reference to the old modifier style. Add a reference
* to the modifier style if you want to keep it alive.
*
* @return The modifier style for the widget. This rc style is
* owned by the widget. If you want to keep a pointer to value this
* around, you must add a refcount using Glib::object_ref().
*/
Glib::RefPtr<const RcStyle> get_modifier_style() const;
// we need custom documentation because modify_* can take a NULL pointer
// (which we wrap with unset_*)
/** Sets the foreground color for a widget in a particular state.
* All other style values are left untouched. See also modify_style() and
* unset_fg().
*
* @param state The state for which to set the foreground color.
* @param color The color to assign (does not need to be allocated).
*/
void modify_fg(StateType state, const Gdk::Color& color);
/** Sets the background color for a widget in a particular state.
* All other style values are left untouched. See also modify_style() and
* unset_bg().
*
* @param state The state for which to set the background color.
* @param color The color to assign (does not need to be allocated).
*/
void modify_bg(StateType state, const Gdk::Color& color);
// TODO: Document this, and perhaps add unset_bg_pixmap
void modify_bg_pixmap(StateType state, const Glib::ustring& pixmap_name);
/** Sets the text color for a widget in a particular state.
* All other style values are left untouched. The text color is the
* foreground color used along with the base color (see modify_base() ) for
* widgets such as Gtk::Entry and Gtk::TextView. See also modify_style() and
* unset_text().
*
* @param state The state for which to set the text color.
* @param color The color to assign (does not need to be allocated).
*/
void modify_text(StateType state, const Gdk::Color& color);
/** Sets the base color for a widget in a particular state.
* All other style values are left untouched. The base color is the
* background color used along with the text color (see modify_text() ) for
* widgets such as Gtk::Entry and Gtk::TextView. See also modify_style() and
* unset_base().
*
* @param state The state for which to set the text color.
* @param color The color to assign (does not need to be allocated).
*/
void modify_base(StateType state, const Gdk::Color& color);
/** Sets the cursor color to use in a widget, overriding the
* cursor_color and secondary_cursor_color
* style properties. All other style values are left untouched.
* See also modify_style().
* See also unset_cursor().
*
* @param primary the color to use for primary cursor (does not need to be allocated).
* @param secondary the color to use for secondary cursor (does not need to be allocated).
*
* @newin{2,12}
*/
void modify_cursor(const Gdk::Color& primary, const Gdk::Color& secondary);
/// See modify_cursor().
void unset_cursor();
/** Sets the font to use for a widget.
* All other style values are left untouched. See also modify_style() and
* unset_font().
*/
void modify_font(const Pango::FontDescription& font_desc);
/** Undo the effect of previous calls to modify_fg() for a particular state.
* All other style values are left untouched. See also modify_style().
*/
void unset_fg(StateType state);
/** Undo the effect of previous calls to modify_bg() for a particular state.
* All other style values are left untouched. See also modify_style().
*/
void unset_bg(StateType state);
/** Undo the effect of previous calls to modify_text() for a particular state.
* All other style values are left untouched. See also modify_style().
*/
void unset_text(StateType state);
/** Undo the effect of previous calls to modify_base() for a particular state.
* All other style values are left untouched. See also modify_style().
*/
void unset_base(StateType state);
/** Undo the effect of previous calls to modify_font() for a particular state.
* All other style values are left untouched. See also modify_style().
*/
void unset_font();
//The parameter name is "the_property_name" to avoid a warning because there is a method with the "property_name" name.
template <class PropertyType>
void get_style_property(const Glib::ustring& the_property_name, PropertyType& value) const;
/** Creates a new Pango::Context with the appropriate font map,
* font description, and base direction for drawing text for
* this widget. See also get_pango_context().
*
* @return The new Pango::Context.
*/
Glib::RefPtr<Pango::Context> create_pango_context();
/** Gets a Pango::Context with the appropriate font map, font description,
* and base direction for this widget. Unlike the context returned
* by create_pango_context(), this context is owned by
* the widget (it can be used until the screen for the widget changes
* or the widget is removed from its toplevel), and will be updated to
* match any changes to the widget's attributes.
*
* If you create and keep a Pango::Layout using this context, you must
* deal with changes to the context by calling pango_layout_context_changed()
* on the layout in response to the Gtk::Widget::signal_style_set() and
* Gtk::Widget::signal_direction_changed() signals for the widget.
*
* @return The Pango::Context for the widget.
*/
Glib::RefPtr<Pango::Context> get_pango_context();
/** Creates a new Pango::Layout with the appropriate font map,
* font description, and base direction for drawing text for
* this widget.
*
* If you keep a Pango::Layout created in this way around, in order to
* notify the layout of changes to the base direction or font of this
* widget, you must call pango_layout_context_changed() in response to
* the Gtk::Widget::signal_style_set() and Gtk::Widget::signal_direction_changed() signals
* for the widget.
*
* @param text Text to set on the layout (can be <tt>0</tt>).
* @return The new Pango::Layout.
*/
Glib::RefPtr<Pango::Layout> create_pango_layout(const Glib::ustring& text);
/** A convenience function that uses the theme engine and RC file
* settings for the widget to look up @a stock_id and render it to
* a pixbuf. @a stock_id should be a stock icon ID such as
* Gtk::STOCK_OPEN or Gtk::STOCK_OK. @a size should be a size
* such as Gtk::ICON_SIZE_MENU. @a detail should be a string that
* identifies the widget or code doing the rendering, so that
* theme engines can special-case rendering for that widget or code.
*
* The pixels in the returned Gdk::Pixbuf are shared with the rest of
* the application and should not be modified. The pixbuf should be freed
* after use with Glib::object_unref().
*
* @param stock_id A stock ID.
* @param size A stock size. A size of (GtkIconSize)-1 means render at
* the size of the source and don't scale (if there are multiple
* source sizes, GTK+ picks one of the available sizes).
* @param detail Render detail to pass to theme engine.
* @return A new pixbuf if the stock ID was known.
*/
Glib::RefPtr<Gdk::Pixbuf> render_icon(const StockID& stock_id, IconSize size, const Glib::ustring& detail = Glib::ustring());
/** Sets a widgets composite name. The widget must be
* a composite child of its parent; see push_composite_child().
*
* @param name The name to set.
*/
void set_composite_name(const Glib::ustring& name);
void unset_composite_name();
/** Obtains the composite name of a widget.
*
* @return The composite name of @a widget, or an emoty string if @a widget is not
* a composite child.
*/
Glib::ustring get_composite_name() const;
/** Reset the styles of @a widget and all descendents, so when
* they are looked up again, they get the correct values
* for the currently loaded RC file settings.
*
* This function is not useful for applications.
*/
void reset_rc_styles();
// PUSH/POP - these are used to create widgets. Hidden arguments to override the defaults.
/** Pushes @a cmap onto a global stack of colormaps; the topmost
* colormap on the stack will be used to create all widgets.
* Remove @a cmap with pop_colormap(). There's little
* reason to use this function.
*
* @param cmap A Gdk::Colormap.
*/
static void push_colormap(const Glib::RefPtr<const Gdk::Colormap>& cmap);
/** Removes a colormap pushed with push_colormap().
*/
static void pop_colormap();
/** Makes all newly-created widgets as composite children until
* the corresponding pop_composite_child() call.
*
* A composite child is a child that's an implementation detail of the
* container it's inside and should not be visible to people using the
* container. Composite children aren't treated differently by GTK (but
* see Gtk::Container::foreach() vs. Gtk::Container::forall()), but e.g. GUI
* builders might want to treat them in a different way.
*
* Here is a simple example:
*
* [C example ellipted]
*/
static void push_composite_child();
/** Cancels the effect of a previous call to push_composite_child().
*/
static void pop_composite_child();
/* DEFAULTS */
/** Sets the default colormap to use when creating widgets.
* push_colormap() is a better function to use if
* you only want to affect a few widgets, rather than all widgets.
*
* @param colormap A Gdk::Colormap.
*/
static void set_default_colormap(const Glib::RefPtr<const Gdk::Colormap>& colormap);
/** Returns the default style used by all widgets initially.
*
* @return The default style. This Gtk::Style object is owned
* by GTK+ and should not be modified or freed.
*/
static Glib::RefPtr<Style> get_default_style();
/** Obtains the default colormap used to create widgets.
*
* @return Default widget colormap.
*/
static Glib::RefPtr<Gdk::Colormap> get_default_colormap();
/** Obtains the visual of the default colormap. Not really useful;
* used to be useful before gdk_colormap_get_visual() existed.
*
* @return Visual of the default colormap.
*/
static Glib::RefPtr<Gdk::Visual> get_default_visual();
/* Directionality of Text */
/** Sets the reading direction on a particular widget. This direction
* controls the primary direction for widgets containing text,
* and also the direction in which the children of a container are
* packed. The ability to set the direction is present in order
* so that correct localization into languages with right-to-left
* reading directions can be done. Generally, applications will
* let the default reading direction present, except for containers
* where the containers are arranged in an order that is explicitely
* visual rather than logical (such as buttons for text justification).
*
* If the direction is set to Gtk::TEXT_DIR_NONE, then the value
* set by set_default_direction() will be used.
*
* @param dir The new direction.
*/
void set_direction(TextDirection dir);
#ifndef GTKMM_DISABLE_DEPRECATED
/** Gets the reading direction for a particular widget. See
* set_direction().
*
* @deprecated Use the const version of this method.
*
* @return The reading direction for the widget.
*/
TextDirection get_direction();
#endif // GTKMM_DISABLE_DEPRECATED
/** Gets the reading direction for a particular widget. See
* set_direction().
*
* @return The reading direction for the widget.
*/
TextDirection get_direction() const;
/** Sets the default reading direction for widgets where the
* direction has not been explicitly set by set_direction().
*
* @param dir The new default direction. This cannot be
* Gtk::TEXT_DIR_NONE.
*/
static void set_default_direction(TextDirection dir);
/** Obtains the current default reading direction. See
* set_default_direction().
*
* @return The current default direction.
*/
static TextDirection get_default_direction();
/* Shape masking */
/** Sets a shape for this widget's GDK window. This allows for
* transparent windows etc., see gdk_window_shape_combine_mask()
* for more information.
*
* @param shape_mask Shape to be added.
* @param offset_x X position of shape mask with respect to @a window.
* @param offset_y Y position of shape mask with respect to @a window.
*/
void shape_combine_mask(const Glib::RefPtr<const Gdk::Bitmap>& shape_mask, int offset_x, int offset_y);
void unset_shape_combine_mask();
/** Sets an input shape for this widget's GDK window. This allows for
* windows which react to mouse click in a nonrectangular region, see
* gdk_window_input_shape_combine_mask() for more information.
*
* @newin{2,10}
*
* @param shape_mask Shape to be added, or <tt>0</tt> to remove an existing shape.
* @param offset_x X position of shape mask with respect to @a window.
* @param offset_y Y position of shape mask with respect to @a window.
*/
void input_shape_combine_mask(const Glib::RefPtr<const Gdk::Bitmap>& shape_mask, int offset_x, int offset_y);
void unset_input_shape_combine_mask();
// must be realized
/** Recursively resets the shape on this widget and its descendants.
*
* Deprecated: This function is being removed in GTK+ 3.0. Don't use it.
*/
void reset_shapes();
/* Paths */
/// Compute a widget's path of the form "GtkWindow.MyLabel"
void path(Glib::ustring& path, Glib::ustring& path_reversed);
void class_path(Glib::ustring& path, Glib::ustring& path_reversed);
/** Returns a newly allocated list of the widgets, normally labels, for
* which this widget is a the target of a mnemonic (see for example,
* Gtk::Label::set_mnemonic_widget()).
*
* The widgets in the list are not individually referenced. If you
* want to iterate through the list and perform actions involving
* callbacks that might destroy the widgets, you
* <em>must</em> call <tt>g_list_foreach (result,
* (GFunc)g_object_ref, <tt>0</tt>)</tt> first, and then unref all the
* widgets afterwards.
*
* @newin{2,4}
*
* @return The list of
* mnemonic labels; free this list
* with Glib::list_free() when you are done with it.
*/
Glib::ListHandle<Widget*> list_mnemonic_labels();
/** Returns a newly allocated list of the widgets, normally labels, for
* which this widget is a the target of a mnemonic (see for example,
* Gtk::Label::set_mnemonic_widget()).
*
* The widgets in the list are not individually referenced. If you
* want to iterate through the list and perform actions involving
* callbacks that might destroy the widgets, you
* <em>must</em> call <tt>g_list_foreach (result,
* (GFunc)g_object_ref, <tt>0</tt>)</tt> first, and then unref all the
* widgets afterwards.
*
* @newin{2,4}
*
* @return The list of
* mnemonic labels; free this list
* with Glib::list_free() when you are done with it.
*/
Glib::ListHandle<const Widget*> list_mnemonic_labels() const;
/** Adds a widget to the list of mnemonic labels for
* this widget. (See list_mnemonic_labels()). Note the
* list of mnemonic labels for the widget is cleared when the
* widget is destroyed, so the caller must make sure to update
* its internal state at this point as well.
*
* @newin{2,4}
*
* @param label A Gtk::Widget that acts as a mnemonic label for @a widget.
*/
void add_mnemonic_label(Widget& label);
/** Removes a widget from the list of mnemonic labels for
* this widget. (See list_mnemonic_labels()). The widget
* must have previously been added to the list with
* add_mnemonic_label().
*
* @newin{2,4}
*
* @param label A Gtk::Widget that was previously set as a mnemnic label for
* @a widget with add_mnemonic_label().
*/
void remove_mnemonic_label(Widget& label);
//TODO: Should drag_get_data() be const?
#ifndef GTKMM_DISABLE_DEPRECATED
void drag_get_data(const Glib::RefPtr<Gdk::DragContext>& context, Glib::ustring& target, guint32 time);
#endif // GTKMM_DISABLE_DEPRECATED
void drag_get_data(const Glib::RefPtr<Gdk::DragContext>& context, const Glib::ustring& target, guint32 time);
void drag_highlight();
void drag_unhighlight();
//TODO: Change the defaults? Maybe we should use ALL for DestDefaults. See other drag_dest_set() methods here and in other widgets.
void drag_dest_set(DestDefaults flags = DestDefaults(0), Gdk::DragAction actions = Gdk::DragAction(0));
void drag_dest_set(const ArrayHandle_TargetEntry& targets, DestDefaults flags = DEST_DEFAULT_ALL, Gdk::DragAction actions = Gdk::ACTION_COPY);
void drag_dest_set_proxy(const Glib::RefPtr<Gdk::Window>& proxy_window, Gdk::DragProtocol protocol, bool use_coordinates);
void drag_dest_unset();
/** Looks for a match between @a context->targets and the
* @a dest_target_list, returning the first matching target, otherwise
* returning Gdk::NONE. @a dest_target_list should usually be the return
* value from gtk_drag_dest_get_target_list(), but some widgets may
* have different valid targets for different parts of the widget; in
* that case, they will have to implement a drag_motion handler that
* passes the correct target list to this function.
*
* @param context Drag context.
* @param target_list List of droppable targets.
* @return First target that the source offers and the dest can accept, or Gdk::NONE.
*/
Glib::ustring drag_dest_find_target(const Glib::RefPtr<Gdk::DragContext>& context, const Glib::RefPtr<TargetList>& target_list) const;
Glib::ustring drag_dest_find_target(const Glib::RefPtr<Gdk::DragContext>& context) const;
/** Returns the list of targets this widget can accept from
* drag-and-drop.
*
* @return The Gtk::TargetList, or <tt>0</tt> if none.
*/
Glib::RefPtr<TargetList> drag_dest_get_target_list();
/** Returns the list of targets this widget can accept from
* drag-and-drop.
*
* @return The Gtk::TargetList, or <tt>0</tt> if none.
*/
Glib::RefPtr<const TargetList> drag_dest_get_target_list() const;
/** Sets the target types that this widget can accept from drag-and-drop.
* The widget must first be made into a drag destination with
* gtk_drag_dest_set().
*
* @param target_list List of droppable targets, or <tt>0</tt> for none.
*/
void drag_dest_set_target_list(const Glib::RefPtr<TargetList>& target_list);
/** Add the text targets supported by Gtk::Selection to
* the target list of the drag destination. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_text_targets() and
* gtk_drag_dest_set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's a drag destination.
*/
void drag_dest_add_text_targets();
/** Add the image targets supported by Gtk::Selection to
* the target list of the drag destination. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_image_targets() and
* gtk_drag_dest_set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's a drag destination.
*/
void drag_dest_add_image_targets();
/** Add the URI targets supported by Gtk::Selection to
* the target list of the drag destination. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_uri_targets() and
* gtk_drag_dest_set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's a drag destination.
*/
void drag_dest_add_uri_targets();
void drag_source_set(const ArrayHandle_TargetEntry& targets, Gdk::ModifierType start_button_mask = Gdk::MODIFIER_MASK, Gdk::DragAction actions = Gdk::ACTION_COPY);
void drag_source_unset();
/** Sets the icon that will be used for drags from a particular widget
* from a pixmap/mask. GTK+ retains references for the arguments, and
* will release them when they are no longer needed.
* Use set_icon_pixbuf() instead.
*
* @param colormap The colormap of the icon.
* @param pixmap The image data for the icon.
* @param mask The transparency mask for an image.
*/
void drag_source_set_icon(const Glib::RefPtr<Gdk::Colormap>& colormap, const Glib::RefPtr<Gdk::Pixmap>& pixmap, const Glib::RefPtr<Gdk::Bitmap>& mask);
/** Sets the icon that will be used for drags from a particular widget
* from a Gdk::Pixbuf. GTK+ retains a reference for @a pixbuf and will
* release it when it is no longer needed.
*
* @param pixbuf The Gdk::Pixbuf for the drag icon.
*/
void drag_source_set_icon(const Glib::RefPtr<Gdk::Pixbuf>& pixbuf);
/** Sets the icon that will be used for drags from a particular source
* to a stock icon.
*
* @param stock_id The ID of the stock icon to use.
*/
void drag_source_set_icon(const StockID& stock_id);
/** Sets the icon that will be used for drags from a particular source
* to a themed icon. See the docs for Gtk::IconTheme for more details.
*
* @newin{2,8}
*
* @param widget A Gtk::Widget.
* @param icon_name Name of icon to use.
*/
void drag_source_set_icon(const Glib::ustring& icon_name);
/** Add the text targets supported by Gtk::Selection to
* the target list of the drag source. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_text_targets() and
* set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's is a drag source.
*/
void drag_source_add_text_targets();
/** Add the URI targets supported by Gtk::Selection to
* the target list of the drag source. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_uri_targets() and
* set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's is a drag source.
*/
void drag_source_add_uri_targets();
/** Add the writable image targets supported by Gtk::Selection to
* the target list of the drag source. The targets
* are added with @a info = 0. If you need another value,
* use Gtk::TargetList::add_image_targets() and
* set_target_list().
*
* @newin{2,6}
*
* @param widget A Gtk::Widget that's is a drag source.
*/
void drag_source_add_image_targets();
/** Initiates a drag on the source side. The function
* only needs to be used when the application is
* starting drags itself, and is not needed when
* Gtk::DragSource::set() is used.
*
* The @a event is used to retrieve the timestamp that will be used internally to
* grab the pointer. If @a event is #<tt>0</tt>, then GDK_CURRENT_TIME will be used.
* However, you should try to pass a real event in all cases, since that can be
* used by GTK+ to get information about the start position of the drag, for
* example if the @a event is a GDK_MOTION_NOTIFY.
*
* Generally there are three cases when you want to start a drag by hand by calling
* this function:
*
* 1. During a button-press-event handler, if you want to start a drag immediately
* when the user presses the mouse button. Pass the @a event that you have in your
* button-press-event handler.
*
* 2. During a motion-notify-event handler, if you want to start a drag when the mouse
* moves past a certain threshold distance after a button-press. Pass the @a event that you
* have in your motion-notify-event handler.
*
* 3. During a timeout handler, if you want to start a drag after the mouse
* button is held down for some time. Try to save the last event that you got
* from the mouse, using gdk_event_copy(), and pass it to this function
* (remember to free the event with gdk_event_free() when you are done). If you
* can really not pass a real event, pass #<tt>0</tt> instead.
*
* @param targets The targets (data formats) in which the
* source can provide the data.
* @param actions A bitmask of the allowed drag actions for this drag.
* @param button The button the user clicked to start the drag.
* @param event The event that triggered the start of the drag.
* @return The context for this drag.
*/
Glib::RefPtr<Gdk::DragContext> drag_begin(const Glib::RefPtr<TargetList>& targets, Gdk::DragAction actions, int button, GdkEvent* event);
/** Checks to see if a mouse drag starting at ( @a start_x, @a start_y) and ending
* at ( @a current_x, @a current_y) has passed the GTK+ drag threshold, and thus
* should trigger the beginning of a drag-and-drop operation.
*
* @param start_x X coordinate of start of drag.
* @param start_y Y coordinate of start of drag.
* @param current_x Current X coordinate.
* @param current_y Current Y coordinate.
* @return <tt>true</tt> if the drag threshold has been passed.
*/
bool drag_check_threshold(int start_x, int start_y, int current_x, int current_y);
//gtkmmproc error: _gtk_drag_source_handle_event : ignored method defs lookup failed//gtkmmproc error: _gtk_drag_dest_handle_event : ignored method defs lookup failed
//These should be a method of Gdk::DragContext, but gdkmm can't depend on gtkmm.
static Widget* drag_get_source_widget(const Glib::RefPtr<Gdk::DragContext>& context);
void drag_set_as_icon(const Glib::RefPtr<Gdk::DragContext>& context, int hot_x, int hot_y);
/** This function works like queue_resize(),
* except that the widget is not invalidated.
*
* @newin{2,4}
*/
void queue_resize_no_redraw();
/** Returns the current value of the GtkWidget:no-show-all property,
* which determines whether calls to show_all() and
* hide_all() will affect this widget.
*
* @newin{2,4}
*
* @return The current value of the "no-show-all" property.
*/
bool get_no_show_all() const;
/** Sets the Gtk::Widget::property_no_show_all() property, which determines whether
* calls to show_all() and hide_all() will affect
* this widget.
*
* This is mostly for use in constructing widget hierarchies with externally
* controlled visibility, see Gtk::UIManager.
*
* @newin{2,4}
*
* @param no_show_all The new value for the "no-show-all" property.
*/
void set_no_show_all(bool no_show_all = true);
//Used when implementing containers:
/** This function is useful only when implementing subclasses of
* Gtk::Container.
* Sets the container as the parent of @a widget, and takes care of
* some details such as updating the state and style of the child
* to reflect its new location. The opposite function is
* unparent().
*
* @param parent Parent container.
*/
void set_parent(Widget& parent);
/** This function is only for use in widget implementations.
* Should be called by implementations of the remove method
* on Gtk::Container, to dissociate a child from the container.
*/
void unparent();
//TODO: When exactly do we need to custom containers need to call map() on the child widgets?
//Most containers that derive from GtkContainer do not need to, but GtkNotebook does.
/** This function is only for use in widget implementations. Causes
* a widget to be mapped if it isn't already.
*/
void map();
/** This function is only for use in widget implementations. Causes
* a widget to be unmapped if it's currently mapped.
*/
void unmap();
//TODO: The drawable should be passed by reference, when we can break API/ABI, but it's not the end of the world. murrayc.
void draw_insertion_cursor(Glib::RefPtr<Gdk::Drawable> drawable, const Gdk::Rectangle& area, const Gdk::Rectangle& location, bool is_primary, TextDirection direction, bool draw_arrow = true);
// Gtk+ 2.12 tooltip API
/** Replaces the default, usually yellow, window used for displaying
* tooltips with @a custom_window. GTK+ will take care of showing and
* hiding @a custom_window at the right moment, to behave likewise as
* the default tooltip window. If @a custom_window is <tt>0</tt>, the default
* tooltip window will be used.
*
* If the custom window should have the default theming it needs to
* have the name "gtk-tooltip", see set_name().
*
* @newin{2,12}
*
* @param custom_window A Gtk::Window, or <tt>0</tt>.
*/
void set_tooltip_window(Window& widget);
/** Returns the Gtk::Window of the current tooltip. This can be the
* GtkWindow created by default, or the custom tooltip window set
* using set_tooltip_window().
*
* @newin{2,12}
*
* @return The Gtk::Window of the current tooltip.
*/
Window* get_tooltip_window();
/** Triggers a tooltip query on the display where the toplevel of @a widget
* is located. See Gtk::Tooltip::trigger_tooltip_query() for more
* information.
*
* @newin{2,12}
*/
void trigger_tooltip_query();
/** Sets @a text as the contents of the tooltip. This function will take
* care of setting GtkWidget:has-tooltip to <tt>true</tt> and of the default
* handler for the GtkWidget::query-tooltip signal.
*
* See also the GtkWidget:tooltip-text property and Gtk::Tooltip::set_text().
*
* @newin{2,12}
*
* @param text The contents of the tooltip for @a widget.
*/
void set_tooltip_text(const Glib::ustring& text);
/** Gets the contents of the tooltip for @a widget.
*
* @return The tooltip text.
*
* @newin{2,12}.
*/
Glib::ustring get_tooltip_text() const;
/** Sets @a markup as the contents of the tooltip, which is marked up with
* the Pango text markup language.
*
* This function will take care of setting GtkWidget:has-tooltip to <tt>true</tt>
* and of the default handler for the GtkWidget::query-tooltip signal.
*
* See also the GtkWidget:tooltip-markup property and
* Gtk::Tooltip::set_markup().
*
* @newin{2,12}
*
* @param markup The contents of the tooltip for @a widget.
*/
void set_tooltip_markup(const Glib::ustring& markup);
/** Gets the contents of the tooltip for @a widget.
*
* @return The tooltip text.
*
* @newin{2,12}.
*/
Glib::ustring get_tooltip_markup() const;
/** Sets the has-tooltip property on @a widget to @a has_tooltip. See
* GtkWidget:has-tooltip for more information.
*
* @newin{2,12}
*
* @param has_tooltip Whether or not @a widget has a tooltip.
*/
void set_has_tooltip(bool has_tooltip = TRUE);
/** Returns the current value of the has-tooltip property. See
* GtkWidget:has-tooltip for more information.
*
* @newin{2,12}
*
* @return Current value of has-tooltip on @a widget.
*/
bool get_has_tooltip() const;
#ifndef GTKMM_DISABLE_DEPRECATED
/** @deprecated Use !get_has_window() instead.
*/
bool has_no_window() const;
/** @deprecated Use get_realized() instead.
*/
bool is_realized() const;
/** @deprecated Use get_mapped() instead.
*/
bool is_mapped() const;
/** @deprecated Use get_is_toplevel() instead.
*/
bool is_toplevel() const;
/** @deprecated Use get_is_drawable() instead.
*/
bool is_drawable() const;
/** @deprecated Use get_visible() instead.
*/
bool is_visible() const;
/** @deprecated Use get_sensitive() instead.
*/
bool sensitive() const;
/** @deprecated Use get_app_paintable() instead.
*/
bool app_paintable() const;
/** @deprecated Use get_receives_default() instead.
*/
bool receives_default() const;
/** @deprecated Use get_double_buffered() instead.
*/
bool double_buffered() const;
/** @deprecated Call get_sensitive() on the result of get_parent() instead.
*/
bool parent_sensitive() const;
/** @deprecated Use has_rc_style() instead.
*/
bool rc_style() const;
/** Returns trye if the widget is a composite child of its parent.
* @deprecated Use the "composite-child" property instead.
*/
bool is_composite_child() const;
/** @deprecated Use the proper method to test individual states, suchas
* get_app_paintable(), get_can_default(),
* get_can_focus(), get_double_buffered(),
* has_default(), is_drawable(),
* has_focus(), has_grab(), get_mapped(),
* get_has_window(), has_rc_style(),
* get_realized(), get_receives_default(),
* get_sensitive(), is_sensitive(),
* is_toplevel() or get_visible().
*/
WidgetFlags get_flags() const;
/**
* @deprecated Use the proper function instead, such as set_app_paintable(),
* set_can_default(), set_can_focus(), set_double_buffered(),
* set_has_window(), set_mapped(), set_no_show_all(), set_realized(),
* set_receives_default(), set_sensitive() or set_visible().
*/
void set_flags(WidgetFlags flags);
/**
* @deprecated Use the proper function instead, such as set_app_paintable(),
* set_can_default(), set_can_focus(), set_double_buffered(),
* set_has_window(), set_mapped(), set_no_show_all(), set_realized(),
* set_receives_default(), set_sensitive() or set_visible().
*/
void unset_flags(WidgetFlags flags);
//TODO: Remove this when we can break ABI:
/** @deprecated You should not need to call this method.
*/
Gtk::StateType get_saved_state() const;
#endif // GTKMM_DISABLE_DEPRECATED
int get_width() const;
int get_height() const;
/** Whether @a widget can rely on having its alpha channel
* drawn correctly. On X11 this function returns whether a
* compositing manager is running for @a widget's screen.
*
* Please note that the semantics of this call will change
* in the future if used on a widget that has a composited
* window in its hierarchy (as set by gdk_window_set_composited()).
*
* @newin{2,10}
*
* @return <tt>true</tt> if the widget can rely on its alpha
* channel being drawn correctly.
*/
bool is_composited() const;
//TODO: Deprecate this when the other widgets can derive from Gtk::Activatable.
/** Returns the Gtk::Action that @a widget is a proxy for.
* See also Gtk::Action::get_proxies().
*
* @newin{2,10}
*
* Deprecated: 2.16: Use Gtk::Activatable::get_related_action() instead.
*
* @return The action that a widget is a proxy for, or
* <tt>0</tt>, if it is not attached to an action.
*/
Glib::RefPtr<Action> get_action();
/** Returns the Gtk::Action that @a widget is a proxy for.
* See also Gtk::Action::get_proxies().
*
* @newin{2,10}
*
* Deprecated: 2.16: Use Gtk::Activatable::get_related_action() instead.
*
* @return The action that a widget is a proxy for, or
* <tt>0</tt>, if it is not attached to an action.
*/
Glib::RefPtr<const Action> get_action() const;
//TODO: Move this to protected when we can break API:
/** Retrieves the widget's requisition.
*
* This method should only be used by widget implementations in
* order to discover whether the widget's requisition has actually
* changed after some internal state change (so that they can call
* queue_resize() instead of queue_draw()).
*
* Normally, size_request() should be used.
*
* @result The widget's requisition.
*
* @@newin{2,20}
*/
Requisition get_requisition() const;
/**
* @par Slot Prototype:
* <tt>void on_my_%show()</tt>
*
*/
Glib::SignalProxy0< void > signal_show();
/**
* @par Slot Prototype:
* <tt>void on_my_%hide()</tt>
*
*/
Glib::SignalProxy0< void > signal_hide();
/// Emitted on mapping of a widget to the screen.
//- See {flags.mapped}.
/**
* @par Slot Prototype:
* <tt>void on_my_%map()</tt>
*
*/
Glib::SignalProxy0< void > signal_map();
//- See {flags.mapped}.
/**
* @par Slot Prototype:
* <tt>void on_my_%unmap()</tt>
*
*/
Glib::SignalProxy0< void > signal_unmap();
/// Emitted on realization of a widget.
//- See {flags.realized}. This is also responsible for
//- setting {flags.realized} when it is done. Therefore,
//- when overriding the impl method, you should call the
//- default realize method.
/**
* @par Slot Prototype:
* <tt>void on_my_%realize()</tt>
*
*/
Glib::SignalProxy0< void > signal_realize();
//- See {flags.realized}. This should not be called by the user.
//__WRAP(meth|sig|impl,void unrealize_(),gtk_widget_unrealize,"unrealize")
/**
* @par Slot Prototype:
* <tt>void on_my_%unrealize()</tt>
*
*/
Glib::SignalProxy0< void > signal_unrealize();
/**
* @par Slot Prototype:
* <tt>void on_my_%size_request(Requisition* requisition)</tt>
*
*/
Glib::SignalProxy1< void,Requisition* > signal_size_request();
/**
* @par Slot Prototype:
* <tt>void on_my_%size_allocate(Allocation& allocation)</tt>
*
*/
Glib::SignalProxy1< void,Allocation& > signal_size_allocate();
// Changed signals -- inform widget of internal changes.
// We rename parent_set => parent_changed
// and style_set => style_changed
// to avoid confusion with set_parent and set_style.
/**
* @par Slot Prototype:
* <tt>void on_my_%state_changed(Gtk::StateType previous_state)</tt>
*
*/
Glib::SignalProxy1< void,Gtk::StateType > signal_state_changed();
/// Informs objects that their parent changed.
//- The widget passed is the former parent, which may be 0 if
//- there was no parent. (was parent_set in GTK+)
/**
* @par Slot Prototype:
* <tt>void on_my_%parent_changed(Widget* previous_parent)</tt>
*
*/
Glib::SignalProxy1< void,Widget* > signal_parent_changed();
/**
* @par Slot Prototype:
* <tt>void on_my_%hierarchy_changed(Widget* previous_toplevel)</tt>
*
*/
Glib::SignalProxy1< void,Widget* > signal_hierarchy_changed();
//Note: We use Gtk::Style instead of Style here, to fix a build problem on MacOS X
//that we don't fully understand. See bug #493057.
/** The style-set signal is emitted when a new style has been set
* on a widget. Note that style-modifying functions like
* modify_base() also cause this signal to be emitted.
*
* @param previous_style the previous style, or an empty RefPtr if the widget
* just got its initial style.
*
* @par Slot Prototype:
* <tt>void on_my_%style_changed(const Glib::RefPtr<Gtk::Style>& previous_style)</tt>
*
*/
Glib::SignalProxy1< void,const Glib::RefPtr<Gtk::Style>& > signal_style_changed();
/**
* @par Slot Prototype:
* <tt>void on_my_%direction_changed(TextDirection direction)</tt>
*
*/
Glib::SignalProxy1< void,TextDirection > signal_direction_changed();
/**
* @par Slot Prototype:
* <tt>void on_my_%grab_notify(bool was_grabbed)</tt>
*
*/
Glib::SignalProxy1< void,bool > signal_grab_notify();
/** The ::child-notify signal is emitted for each child property that has
* changed on an object. The signal's detail holds the property name.
*
* @param pspec The GParamSpec of the changed child property.
*
* @par Slot Prototype:
* <tt>void on_my_%child_notify(GParamSpec* pspec)</tt>
*
*/
Glib::SignalProxy1< void,GParamSpec* > signal_child_notify();
//_WRAP_SIGNAL(void add_accelerator(guint, GtkAccelGroup*, guint accel_key, Gdk::ModifierType, AccelFlags), "add-accelerator")
//_WRAP_SIGNAL(void remove_accelerator(GtkAccelGroup* accel_group, guint, Gdk::ModifierType), "remove-accelerator")
/**
* @par Slot Prototype:
* <tt>bool on_my_%mnemonic_activate(bool group_cycling)</tt>
*
*/
Glib::SignalProxy1< bool,bool > signal_mnemonic_activate();
/**
* @par Slot Prototype:
* <tt>void on_my_%grab_focus()</tt>
*
*/
Glib::SignalProxy0< void > signal_grab_focus();
/**
* @par Slot Prototype:
* <tt>bool on_my_%focus(DirectionType direction)</tt>
*
*/
Glib::SignalProxy1< bool,DirectionType > signal_focus();
/**
* @par Slot Prototype:
* <tt>bool on_my_%event(GdkEvent* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEvent* > signal_event();
/**
* @par Slot Prototype:
* <tt>void on_my_%event_after(GdkEvent* event)</tt>
*
*/
Glib::SignalProxy1< void,GdkEvent* > signal_event_after();
/** Event triggered by user pressing button.
*
* @par Slot Prototype:
* <tt>bool on_my_%button_press_event(GdkEventButton* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventButton* > signal_button_press_event();
/** Event triggered by user releasing button.
*
* @par Slot Prototype:
* <tt>bool on_my_%button_release_event(GdkEventButton* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventButton* > signal_button_release_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%scroll_event(GdkEventScroll* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventScroll* > signal_scroll_event();
/** Event triggered by user moving pointer.
*
* @par Slot Prototype:
* <tt>bool on_my_%motion_notify_event(GdkEventMotion* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventMotion* > signal_motion_notify_event();
/** The delete_event signal is emitted if a user requests that
* a toplevel window is closed. The default handler for this signal
* hides the window.
*
* @param event the event which triggered this signal.
* @result true to stop other handlers from being invoked for the event,
* or false to propagate the event. further.
*
* @par Slot Prototype:
* <tt>bool on_my_%delete_event(GdkEventAny* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventAny* > signal_delete_event();
/// Event triggered by window requiring a refresh.
//- Expose events cover a rectangular area that was covered
//- or obscured by another window. That area is now exposed
//- and thus is needs to be redrawn.
//-
//- If the application is not capable of redrawing sections
//- it should watch the count field and only draw on the last
//- even indicated. This is important for things such as
//- Gtk::DrawingArea.
/**
* @par Slot Prototype:
* <tt>bool on_my_%expose_event(GdkEventExpose* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventExpose* > signal_expose_event();
/** Event triggered by a key press will widget has focus.
*
* @par Slot Prototype:
* <tt>bool on_my_%key_press_event(GdkEventKey* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventKey* > signal_key_press_event();
/** Event triggered by a key release will widget has focus.
*
* @par Slot Prototype:
* <tt>bool on_my_%key_release_event(GdkEventKey* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventKey* > signal_key_release_event();
/** Event triggered by pointer entering widget area.
*
* @par Slot Prototype:
* <tt>bool on_my_%enter_notify_event(GdkEventCrossing* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventCrossing* > signal_enter_notify_event();
/** Event triggered by pointer leaving widget area.
*
* @par Slot Prototype:
* <tt>bool on_my_%leave_notify_event(GdkEventCrossing* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventCrossing* > signal_leave_notify_event();
/** Event triggered by a window resizing.
*
* @par Slot Prototype:
* <tt>bool on_my_%configure_event(GdkEventConfigure* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventConfigure* > signal_configure_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%focus_in_event(GdkEventFocus* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventFocus* > signal_focus_in_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%focus_out_event(GdkEventFocus* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventFocus* > signal_focus_out_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%map_event(GdkEventAny* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventAny* > signal_map_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%unmap_event(GdkEventAny* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventAny* > signal_unmap_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%property_notify_event(GdkEventProperty* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventProperty* > signal_property_notify_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%selection_clear_event(GdkEventSelection* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventSelection* > signal_selection_clear_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%selection_request_event(GdkEventSelection* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventSelection* > signal_selection_request_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%selection_notify_event(GdkEventSelection* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventSelection* > signal_selection_notify_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%proximity_in_event(GdkEventProximity* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventProximity* > signal_proximity_in_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%proximity_out_event(GdkEventProximity* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventProximity* > signal_proximity_out_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%visibility_notify_event(GdkEventVisibility* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventVisibility* > signal_visibility_notify_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%client_event(GdkEventClient* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventClient* > signal_client_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%no_expose_event(GdkEventAny* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventAny* > signal_no_expose_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%window_state_event(GdkEventWindowState* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventWindowState* > signal_window_state_event();
//We use the optional custom_c_callback parameter with _WRAP_SIGNAL() for some of these,
//so that we can write special code to wrap the non-const SelectionData& output parameters:
/**
* @par Slot Prototype:
* <tt>void on_my_%selection_get(SelectionData& selection_data, guint info, guint time)</tt>
*
*/
Glib::SignalProxy3< void,SelectionData&,guint,guint > signal_selection_get();
/**
* @par Slot Prototype:
* <tt>void on_my_%selection_received(const SelectionData& selection_data, guint time)</tt>
*
*/
Glib::SignalProxy2< void,const SelectionData&,guint > signal_selection_received();
/** The drag_begin signal is emitted on the drag source when a drag is started.
* A typical reason to connect to this signal is to set up a custom drag icon with
* drag_source_set_icon().
*
* @param context the drag context
*
* @par Slot Prototype:
* <tt>void on_my_%drag_begin(const Glib::RefPtr<Gdk::DragContext>& context)</tt>
*
*/
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::DragContext>& > signal_drag_begin();
/** The drag_end signal is emitted on the drag source when a drag is finished.
* A typical reason to connect to this signal is to undo things done in the drag-begin
* signal handler.
*
* @param context the drag context.
*
* @par Slot Prototype:
* <tt>void on_my_%drag_end(const Glib::RefPtr<Gdk::DragContext>& context)</tt>
*
*/
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::DragContext>& > signal_drag_end();
/** The drag_data_get signal is emitted on the drag source when the drop site requests
* the data which is dragged. It is the responsibility of the signal handler to fill @a data
* with the data in the format which is indicated by @a info. See SelectionData::set() and
* SelectionData::set_text().
*
* @param context: the drag context.
* @param selection_data the SelectionData to be filled with the dragged data.
* @param info the info that has been registered with the target in the TargetList.
* @param time the timestamp at which the data was requested.
*
* @par Slot Prototype:
* <tt>void on_my_%drag_data_get(const Glib::RefPtr<Gdk::DragContext>& context, SelectionData& selection_data, guint info, guint time)</tt>
*
*/
Glib::SignalProxy4< void,const Glib::RefPtr<Gdk::DragContext>&,SelectionData&,guint,guint > signal_drag_data_get();
/** The drag_data_delete signal is emitted on the drag source when a drag with the action
* Gdk::ACTION_MOVE is successfully completed. The signal handler is responsible for deleting
* the data that has been dropped. What "delete" means, depends on the context of the drag
* operation.
*
* @param context the drag context.
*
* @par Slot Prototype:
* <tt>void on_my_%drag_data_delete(const Glib::RefPtr<Gdk::DragContext>& context)</tt>
*
*/
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::DragContext>& > signal_drag_data_delete();
/**
* @par Slot Prototype:
* <tt>bool on_my_%drag_failed(const Glib::RefPtr<Gdk::DragContext>& context, DragResult result)</tt>
*
*/
Glib::SignalProxy2< bool,const Glib::RefPtr<Gdk::DragContext>&,DragResult > signal_drag_failed();
/** The drag_leave signal is emitted on the drop site when the cursor leaves the widget.
* A typical reason to connect to this signal is to undo things done in the drag_motion signal handler,
* e.g. undo highlighting with drag_unhighlight().
*
* @param context the drag context.
* @param time the timestamp of the motion event.
*
* @par Slot Prototype:
* <tt>void on_my_%drag_leave(const Glib::RefPtr<Gdk::DragContext>& context, guint time)</tt>
*
*/
Glib::SignalProxy2< void,const Glib::RefPtr<Gdk::DragContext>&,guint > signal_drag_leave();
/** The drag_motion signal is emitted on the drop site when the user moves the cursor over
* the widget during a drag. The signal handler must determine whether the cursor position is in
* a drop zone or not. If it is not in a drop zone, it returns false and no further processing is
* necessary. Otherwise, the handler returns true. In this case, the handler is responsible for
* providing the necessary information for displaying feedback to the user, by calling
* drag_status(). If the decision whether the drop will be accepted or rejected can't be made
* based solely on the cursor position and the type of the data, the handler may inspect the dragged
* data by calling drag_get_data() and defer the drag_status() call to the drag_data_received
* handler.
*
* Note that there is no drag_enter signal. The drag receiver has to keep track of whether
* he has received any drag_motion signals since the last drag_leave and if not, treat the
* drag_motion signal as an "enter" signal. Upon an "enter", the handler will typically highlight
* the drop site with drag_highlight().
*
* @param context the drag context.
* @param x the x coordinate of the current cursor position.
* @param y the y coordinate of the current cursor position.
* @param time the timestamp of the motion event.
* @result whether the cursor position is in a drop zone.
*
* @par Slot Prototype:
* <tt>bool on_my_%drag_motion(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time)</tt>
*
*/
Glib::SignalProxy4< bool,const Glib::RefPtr<Gdk::DragContext>&,int,int,guint > signal_drag_motion();
/** The drag_drop signal is emitted on the drop site when the user drops the data
* onto the widget. The signal handler must determine whether the cursor position is in
* a drop zone or not. If it is not in a drop zone, it returns false and no further
* processing is necessary. Otherwise, the handler returns true. In this case, the handler
* must ensure that gtk_drag_finish() is called to let the source know that the drop is done.
* The call to gtk_drag_finish() can be done either directly or in a drag_data_received handler
* which gets triggered by calling drop_get_data() to receive the data for one or more of the
* supported targets.
*
* @param context the drag context.
* @param x the x coordinate of the current cursor position.
* @param y the y coordinate of the current cursor position.
* @param time: the timestamp of the motion event.
* @result whether the cursor position is in a drop zone
*
* @par Slot Prototype:
* <tt>bool on_my_%drag_drop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time)</tt>
*
*/
Glib::SignalProxy4< bool,const Glib::RefPtr<Gdk::DragContext>&,int,int,guint > signal_drag_drop();
/** The drag_data_received signal is emitted on the drop site when the dragged data has been
* received. If the data was received in order to determine whether the drop will be accepted,
* the handler is expected to call drag_status() and <emphasis>not</emphasis> finish the drag.
* If the data was received in response to a drag_drop signal (and this is the last target to be
* received), the handler for this signal is expected to process the received data and then call
* drag_finish(), setting the @a success parameter depending on whether the data was processed
* successfully.
*
* The handler may inspect and modify @drag_context->action before calling gtk_drag_finish(),
* e.g. to implement %Gdk::ACTION_ASK.
*
* @param drag_context the drag context
* @param x where the drop happened
* @param y where the drop happened
* @param data the received data
* @param info the info that has been registered with the target in the TargetList.
* @param time the timestamp at which the data was received.
*
* @par Slot Prototype:
* <tt>void on_my_%drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, const SelectionData& selection_data, guint info, guint time)</tt>
*
*/
Glib::SignalProxy6< void,const Glib::RefPtr<Gdk::DragContext>&,int,int,const SelectionData&,guint,guint > signal_drag_data_received();
//Note that the deprecated keyword has no effect on _WRAP_SIGNAL() yet.
//It doesn't seem like a good idea to put virtual functions in #ifdefs, because that would change the size of the class instances.
#ifdef GTKMM_ATKMM_ENABLED
#ifndef GTKMM_DISABLE_DEPRECATED
/** @deprecated This should never have been in the API. It was never meaningful.
*
* @par Slot Prototype:
* <tt>Glib::RefPtr<Atk::Object> on_my_%get_accessible()</tt>
*
*/
Glib::SignalProxy0< Glib::RefPtr<Atk::Object> > signal_get_accessible();
#endif // GTKMM_DISABLE_DEPRECATED
#endif // GTKMM_ATKMM_ENABLED
/**
* @par Slot Prototype:
* <tt>void on_my_%screen_changed(const Glib::RefPtr<Gdk::Screen>& previous_screen)</tt>
*
*/
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::Screen>& > signal_screen_changed();
/**
* @par Slot Prototype:
* <tt>void on_my_%composited_changed()</tt>
*
*/
Glib::SignalProxy0< void > signal_composited_changed();
//TODO: The signal_id is very C-like here:
//_WRAP_SIGNAL(bool can_activate_accel(guint signal_id), "can_activate_accel")
/**
* @par Slot Prototype:
* <tt>bool on_my_%popup_menu()</tt>
*
*/
Glib::SignalProxy0< bool > signal_popup_menu();
//Note that popup-menu is a keybinding signal, but is really meant to be wrapped.
//Keybinding signals:
// Tooltip signal
/**
* @par Slot Prototype:
* <tt>bool on_my_%query_tooltip(int x, int y, bool keyboard_tooltip, const Glib::RefPtr<Tooltip>& tooltip)</tt>
*
*/
Glib::SignalProxy4< bool,int,int,bool,const Glib::RefPtr<Tooltip>& > signal_query_tooltip();
//(This was added to GTK+ 2.8 but forgotten by us until gtkmm 2.13/14):
/**
* @par Slot Prototype:
* <tt>bool on_my_%grab_broken_event(GdkEventGrabBroken* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventGrabBroken* > signal_grab_broken_event();
/**
* @par Slot Prototype:
* <tt>bool on_my_%damage_event(GdkEventExpose* event)</tt>
*
*/
Glib::SignalProxy1< bool,GdkEventExpose* > signal_damage_event();
/** The name of the widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Glib::ustring > property_name() ;
/** The name of the widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name() const;
/** The parent widget of this widget. Must be a Container widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Container* > property_parent() ;
/** The parent widget of this widget. Must be a Container widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Container* > property_parent() const;
/** Override for width request of the widget, or -1 if natural request should be used.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< int > property_width_request() ;
/** Override for width request of the widget, or -1 if natural request should be used.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< int > property_width_request() const;
/** Override for height request of the widget, or -1 if natural request should be used.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< int > property_height_request() ;
/** Override for height request of the widget, or -1 if natural request should be used.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< int > property_height_request() const;
/** Whether the widget is visible.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_visible() ;
/** Whether the widget is visible.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_visible() const;
/** Whether the widget responds to input.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_sensitive() ;
/** Whether the widget responds to input.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_sensitive() const;
/** Whether the application will paint directly on the widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_app_paintable() ;
/** Whether the application will paint directly on the widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_app_paintable() const;
/** Whether the widget can accept the input focus.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_can_focus() ;
/** Whether the widget can accept the input focus.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_can_focus() const;
/** Whether the widget has the input focus.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_has_focus() ;
/** Whether the widget has the input focus.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_has_focus() const;
/** Whether the widget is the focus widget within the toplevel.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_is_focus() ;
/** Whether the widget is the focus widget within the toplevel.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_is_focus() const;
/** Whether the widget can be the default widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_can_default() ;
/** Whether the widget can be the default widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_can_default() const;
/** Whether the widget is the default widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_has_default() ;
/** Whether the widget is the default widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_has_default() const;
/** If TRUE, the widget will receive the default action when it is focused.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_receives_default() ;
/** If TRUE, the widget will receive the default action when it is focused.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_receives_default() const;
/** Whether the widget is part of a composite widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_composite_child() const;
/** The style of the widget, which contains information about how it will look (colors etc).
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Glib::RefPtr<Style> > property_style() ;
/** The style of the widget, which contains information about how it will look (colors etc).
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Style> > property_style() const;
/** The event mask that decides what kind of GdkEvents this widget gets.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Gdk::EventMask > property_events() ;
/** The event mask that decides what kind of GdkEvents this widget gets.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Gdk::EventMask > property_events() const;
/** The mask that decides what kind of extension events this widget gets.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Gdk::ExtensionMode > property_extension_events() ;
/** The mask that decides what kind of extension events this widget gets.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Gdk::ExtensionMode > property_extension_events() const;
/** Whether this widget has a tooltip.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_has_tooltip() ;
/** Whether this widget has a tooltip.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_has_tooltip() const;
/** The contents of the tooltip for this widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Glib::ustring > property_tooltip_markup() ;
/** The contents of the tooltip for this widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_markup() const;
/** The contents of the tooltip for this widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Glib::ustring > property_tooltip_text() ;
/** The contents of the tooltip for this widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_tooltip_text() const;
/** The widget's window if it is realized.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Window> > property_window() const;
/** Whether gtk_widget_show_all() should not affect this widget.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_no_show_all() ;
/** Whether gtk_widget_show_all() should not affect this widget.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_no_show_all() const;
/** Whether or not the widget is double buffered.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_double_buffered() ;
/** Whether or not the widget is double buffered.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_double_buffered() const;
protected:
//comment in GTK+ header: "seldomly overidden"
virtual void dispatch_child_properties_changed_vfunc(guint p1, GParamSpec** p2);
virtual void show_all_vfunc();
virtual void hide_all_vfunc();
#ifdef GTKMM_ATKMM_ENABLED
virtual Glib::RefPtr<Atk::Object> get_accessible_vfunc();
#endif // GTKMM_ATKMM_ENABLED
protected:
Widget();
/** Creates the GDK (windowing system) resources associated with a
* widget. For example, @a widget->window will be created when a widget
* is realized. Normally realization happens implicitly; if you show
* a widget and all its parent containers, then the widget will be
* realized and mapped automatically.
*
* Realizing a widget requires all
* the widget's parent widgets to be realized; calling
* realize() realizes the widget's parents in addition to
* @a widget itself. If a widget is not yet inside a toplevel window
* when you realize it, bad things will happen.
*
* This function is primarily used in widget implementations, and
* isn't very useful otherwise. Many times when you think you might
* need it, a better approach is to connect to a signal that will be
* called after the widget is realized automatically, such as
* GtkWidget::expose-event. Or simply Glib::signal_connect() to the
* GtkWidget::realize signal.
*/
void realize();
/** This function is only useful in widget implementations.
* Causes a widget to be unrealized (frees all GDK resources
* associated with the widget, such as @a widget->window).
*/
void unrealize();
/** Marks the widget as being realized.
*
* This function should only ever be called in a derived widget's
* "map" or "unmap" implementation.
*
* @newin{2,20}
*
* @param mapped <tt>true</tt> to mark the widget as mapped.
*/
void set_mapped(bool mapped = true);
/** Marks the widget as being realized.
*
* This function should only ever be called in a derived widget's
* "realize" or "unrealize" implementation.
*
* @newin{2,20}
*
* @param realized <tt>true</tt> to mark the widget as realized.
*/
void set_realized(bool realized = true);
/** This function attaches the widget's Gtk::Style to the widget's
* Gdk::Window. It is a replacement for
*
*
* widget->style = gtk_style_attach (widget->style, widget->window);
*
*
* and should only ever be called in a derived widget's "realize"
* implementation which does not chain up to its parent class'
* "realize" implementation, because one of the parent classes
* (finally Gtk::Widget) would attach the style itself.
*
* @newin{2,20}
*/
void style_attach();
/** This function is only for use in widget implementations. Obtains
* @a widget->requisition, unless someone has forced a particular
* geometry on the widget (e.g. with set_size_request()),
* in which case it returns that geometry instead of the widget's
* requisition.
*
* This function differs from size_request() in that
* it retrieves the last size request value from @a widget->requisition,
* while size_request() actually calls the "size_request" method
* on @a widget to compute the size request and fill in @a widget->requisition,
* and only then returns @a widget->requisition.
*
* Because this function does not call the "size_request" method, it
* can only be used when you know that @a widget->requisition is
* up-to-date, that is, size_request() has been called
* since the last time a resize was queued. In general, only container
* implementations have this information; applications should use
* size_request().
*
* @param requisition A Gtk::Requisition to be filled in.
*/
void get_child_requisition(Requisition& requisition) const;
//The parameter name is "the_property_name" to avoid a warning because there is a method with the "property_name" name.
/** Gets the value of a style property of @a widget.
*
* @param the_property_name The name of a style property.
* @param value Location to return the property value.
*/
void get_style_property_value(const Glib::ustring& the_property_name, Glib::ValueBase& value) const;
void realize_if_needed();
};
#ifndef DOXYGEN_SHOULD_SKIP_THIS
//The parameter name is "the_property_name" to avoid a warning because there is a method with the "property_name" name.
template <class PropertyType>
void Widget::get_style_property(const Glib::ustring& the_property_name, PropertyType& value) const
{
Glib::Value<PropertyType> property_value;
property_value.init(Glib::Value<PropertyType>::value_type());
this->get_style_property_value(the_property_name, property_value);
value = property_value.get();
}
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
} // namespace Gtk
namespace Glib
{
/** A Glib::wrap() method for this object.
*
* @param object The C instance.
* @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
* @result A C++ instance that wraps this C instance.
*
* @relates Gtk::Widget
*/
Gtk::Widget* wrap(GtkWidget* object, bool take_copy = false);
} //namespace Glib
#endif /* _GTKMM_WIDGET_H */
|