This file is indexed.

/usr/include/wx-3.0/wx/wxPython/i_files/_window.i is in python-wxgtk3.0-dev 3.0.2.0+dfsg-7.

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
/////////////////////////////////////////////////////////////////////////////
// Name:        _window.i
// Purpose:     SWIG interface for wxWindow
//
// Author:      Robin Dunn
//
// Created:     24-June-1997
// RCS-ID:      $Id$
// Copyright:   (c) 2003 by Total Control Software
// Licence:     wxWindows license
/////////////////////////////////////////////////////////////////////////////

// Not a %module


//---------------------------------------------------------------------------

%{
%}

MAKE_CONST_WXSTRING(PanelNameStr);

//---------------------------------------------------------------------------
%newgroup


wxLIST_WRAPPER(wxWindowList, wxWindow);


DocStr(wxVisualAttributes,
    "struct containing all the visual attributes of a control", "");

struct wxVisualAttributes
{
    %extend {
        wxVisualAttributes() { return new wxVisualAttributes; }
        ~wxVisualAttributes() { delete self; }
    } 
    
//     // the font used for control label/text inside it
//     wxFont font;
//     // the foreground colour
//     wxColour colFg;
//     // the background colour, may be wxNullColour if the controls background
//     // colour is not solid
//     wxColour colBg;

    // Use our own getters and properties instead of the ones that SWIG will
    // generate, so copies of the attributes will be made when they are
    // accessed, instead of using a pointer to the one in the object which may
    // be temporary.
    %extend {
        wxFont   _get_font()      { return self->font; }
        wxColour _get_colFg()     { return self->colFg; }
        wxColour _get_colBg()     { return self->colBg; }
    }

    %property(font,  _get_font)
    %property(colFg, _get_colFg)
    %property(colBg, _get_colBg)
};




enum wxWindowVariant 
{
    wxWINDOW_VARIANT_NORMAL,        // Normal size
    wxWINDOW_VARIANT_SMALL,         // Smaller size (about 25 % smaller than normal )
    wxWINDOW_VARIANT_MINI,          // Mini size (about 33 % smaller than normal )
    wxWINDOW_VARIANT_LARGE,         // Large size (about 25 % larger than normal )
    wxWINDOW_VARIANT_MAX
};


enum wxShowEffect
{
    wxSHOW_EFFECT_NONE,
    wxSHOW_EFFECT_ROLL_TO_LEFT,
    wxSHOW_EFFECT_ROLL_TO_RIGHT,
    wxSHOW_EFFECT_ROLL_TO_TOP,
    wxSHOW_EFFECT_ROLL_TO_BOTTOM,
    wxSHOW_EFFECT_SLIDE_TO_LEFT,
    wxSHOW_EFFECT_SLIDE_TO_RIGHT,
    wxSHOW_EFFECT_SLIDE_TO_TOP,
    wxSHOW_EFFECT_SLIDE_TO_BOTTOM,
    wxSHOW_EFFECT_BLEND,
    wxSHOW_EFFECT_EXPAND,
    wxSHOW_EFFECT_MAX
};

// flags for SendSizeEvent()
enum
{
    wxSEND_EVENT_POST = 1
};



DocStr(wxWindow,
"wx.Window is the base class for all windows and represents any visible
object on the screen. All controls, top level windows and so on are
wx.Windows. Sizers and device contexts are not however, as they don't
appear on screen themselves.
",
"      
Styles
-------
    =============================  =====================================
    wx.SIMPLE_BORDER               Displays a thin border around the window.
                                   
    wx.DOUBLE_BORDER               Displays a double border. Windows and Mac only.
                                   
    wx.SUNKEN_BORDER               Displays a sunken border.
                                   
    wx.RAISED_BORDER               Displays a raised border.
                                   
    wx.STATIC_BORDER               Displays a border suitable for a static
                                   control. Windows only.
                                   
    wx.NO_BORDER                   Displays no border, overriding the default
                                   border style for the window.
                                   
    wx.TRANSPARENT_WINDOW          The window is transparent, that is, it
                                   will not receive paint events. Windows only.
                                   
    wx.TAB_TRAVERSAL               Use this to enable tab traversal for
                                   non-dialog windows.
                                   
    wx.WANTS_CHARS                 Use this to indicate that the window
                                   wants to get all char/key events for
                                   all keys - even for keys like TAB or
                                   ENTER which are usually used for
                                   dialog navigation and which wouldn't
                                   be generated without this style. If
                                   you need to use this style in order to
                                   get the arrows or etc., but would
                                   still like to have normal keyboard
                                   navigation take place, you should
                                   create and send a wxNavigationKeyEvent
                                   in response to the key events for Tab
                                   and Shift-Tab.
                                   
    wx.NO_FULL_REPAINT_ON_RESIZE   Disables repainting the window
                                   completely when its size is changed.
                                   You will have to repaint the new
                                   window area manually if you use this
                                   style. As of version 2.5.1 this
                                   style is on by default.  Use
                                   wx.FULL_REPAINT_ON_RESIZE to
                                   deactivate it.
                                   
    wx.VSCROLL                     Use this style to enable a vertical scrollbar.
                                   Notice that this style cannot be used with
                                   native controls which don't support scrollbars
                                   nor with top-level windows in most ports.
                                   
    wx.HSCROLL                     Use this style to enable a horizontal scrollbar.
                                   The same limitations as for wx.VSCROLL apply to
                                   this style.

    wx.ALWAYS_SHOW_SB              If a window has scrollbars, disable them
                                   instead of hiding them when they are
                                   not needed (i.e. when the size of the
                                   window is big enough to not require
                                   the scrollbars to navigate it). This
                                   style is currently only implemented
                                   for wxMSW and wxUniversal and does
                                   nothing on the other platforms.
                                   
    wx.CLIP_CHILDREN               Use this style to eliminate flicker caused by
                                   the background being repainted, then
                                   children being painted over
                                   them. Windows only.
                                   
    wx.FULL_REPAINT_ON_RESIZE      Use this style to force a complete
                                   redraw of the window whenever it is
                                   resized instead of redrawing just the
                                   part of the window affected by
                                   resizing. Note that this was the
                                   behaviour by default before 2.5.1
                                   release and that if you experience
                                   redraw problems with the code which
                                   previously used to work you may want
                                   to try this.
    =============================  =====================================


Extra Styles
------------
    =============================   =====================================
    wx.WS_EX_VALIDATE_RECURSIVELY   By default,
                                    Validate/TransferDataTo/FromWindow()
                                    only work on direct children of
                                    the window (compatible
                                    behaviour). Set this flag to make
                                    them recursively descend into all
                                    subwindows.

    wx.WS_EX_BLOCK_EVENTS           wx.CommandEvents and the objects of the
                                    derived classes are forwarded to
                                    the parent window and so on
                                    recursively by default. Using this
                                    flag for the given window allows
                                    to block this propagation at this
                                    window, i.e. prevent the events
                                    from being propagated further
                                    upwards. Dialogs have this flag on
                                    by default.

    wx.WS_EX_TRANSIENT              Don't use this window as an implicit parent for
                                    the other windows: this must be
                                    used with transient windows as
                                    otherwise there is the risk of
                                    creating a dialog/frame with this
                                    window as a parent which would
                                    lead to a crash if the parent is
                                    destroyed before the child.

    wx.WS_EX_PROCESS_IDLE           This window should always process idle
                                    events, even if the mode set by
                                    `wx.IdleEvent.SetMode` is
                                    wx.IDLE_PROCESS_SPECIFIED.

    wx.WS_EX_PROCESS_UI_UPDATES     This window should always process UI
                                    update events, even if the mode
                                    set by `wx.UpdateUIEvent.SetMode` is
                                    wxUPDATE_UI_PROCESS_SPECIFIED.
    =============================   =====================================

");


MustHaveApp(wxWindow);
MustHaveApp(wxWindow::FindFocus);
MustHaveApp(wxWindow::GetCapture);

// This one is not restricted to wxWindow
MustHaveApp(GetClassDefaultAttributes);

class wxWindow : public wxEvtHandler
{
public:
    %pythonAppend wxWindow         "self._setOORInfo(self)"
    %pythonAppend wxWindow()       ""
    %typemap(out) wxWindow*;    // turn off this typemap

    DocCtorStr(
        wxWindow(wxWindow* parent, const wxWindowID id=-1,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = 0,
                 const wxString& name = wxPyPanelNameStr),
        "Construct and show a generic Window.", "");

    DocCtorStrName(
        wxWindow(),
        "Precreate a Window for 2-phase creation.", "",
        PreWindow);
    
    // Turn it back on again
    %typemap(out) wxWindow* { $result = wxPyMake_wxObject($1, $owner); }

    
    DocDeclStr(
        bool , Create(wxWindow* parent, const wxWindowID id=-1,
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
                long style = 0,
                      const wxString& name = wxPyPanelNameStr),
        "Create the GUI part of the Window for 2-phase creation mode.", "");
    

    // deleting the window
    // -------------------


    DocDeclStr(
        bool , Close( bool force = false ),
        "This function simply generates a EVT_CLOSE event whose handler usually
tries to close the window. It doesn't close the window itself,
however.  If force is False (the default) then the window's close
handler will be allowed to veto the destruction of the window.",
"
Usually Close is only used with the top level windows (wx.Frame and
wx.Dialog classes) as the others are not supposed to have any special
EVT_CLOSE logic.

The close handler should check whether the window is being deleted
forcibly, using wx.CloseEvent.GetForce, in which case it should
destroy the window using wx.Window.Destroy.

Note that calling Close does not guarantee that the window will be
destroyed; but it provides a way to simulate a manual close of a
window, which may or may not be implemented by destroying the
window. The default EVT_CLOSE handler for wx.Dialog does not
necessarily delete the dialog, since it will simply simulate an
wxID_CANCEL event which is handled by the appropriate button event
handler and may do anything at all.

To guarantee that the window will be destroyed, call wx.Window.Destroy
instead.");
    


    %pythonPrepend Destroy "args[0].this.own(False)"
    DocDeclStr(
        virtual bool , Destroy(),
        "Destroys the window safely.  Frames and dialogs are not destroyed
immediately when this function is called -- they are added to a list
of windows to be deleted on idle time, when all the window's events
have been processed. This prevents problems with events being sent to
non-existent windows.

Returns True if the window has either been successfully deleted, or it
has been added to the list of windows pending real deletion.", "");
    

    DocDeclStr(
        bool , DestroyChildren(),
        "Destroys all children of a window. Called automatically by the
destructor.", "");
    

    DocDeclStr(
        bool , IsBeingDeleted() const,
        "Is the window in the process of being deleted?", "");
    

    
    // window attributes
    // -----------------

    //DocDeclStr(
    //    virtual void , SetTitle( const wxString& title),
    //    "Sets the window's title. Applicable only to frames and dialogs.", "");
    
    //DocDeclStr(
    //    virtual wxString , GetTitle() const,
    //    "Gets the window's title. Applicable only to frames and dialogs.", "");    

    DocDeclStr(
        virtual void , SetLabel(const wxString& label),
        "Set the text which the window shows in its label if applicable.", "");
    
    DocDeclStr(
        virtual wxString , GetLabel() const,
        "Generic way of getting a label from any window, for identification
purposes.  The interpretation of this function differs from class to
class. For frames and dialogs, the value returned is the title. For
buttons or static text controls, it is the button text. This function
can be useful for meta-programs such as testing tools or special-needs
access programs)which need to identify windows by name.", "");
    

    DocDeclStr(
        virtual void , SetName( const wxString &name ),
        "Sets the window's name.  The window name is used for ressource setting
in X, it is not the same as the window title/label", "");
    
    DocDeclStr(
        virtual wxString , GetName() const,
        "Returns the windows name.  This name is not guaranteed to be unique;
it is up to the programmer to supply an appropriate name in the window
constructor or via wx.Window.SetName.", "");
    
    
    DocDeclStr(
        void , SetWindowVariant( wxWindowVariant variant ),
        "Sets the variant of the window/font size to use for this window, if
the platform supports variants, for example, wxMac.",
        "
Variant values are:

    ========================    =======================================
    wx.WINDOW_VARIANT_NORMAL    Normal size
    wx.WINDOW_VARIANT_SMALL     Smaller size (about 25 % smaller than normal)
    wx.WINDOW_VARIANT_MINI      Mini size (about 33 % smaller than normal)
    wx.WINDOW_VARIANT_LARGE     Large size (about 25 % larger than normal)
    ========================    =======================================
");
    
    DocDeclStr(
        wxWindowVariant , GetWindowVariant() const,
        "", "");
    

    DocDeclStr(
        void , SetId( wxWindowID winid ),
        "Sets the identifier of the window.  Each window has an integer
identifier. If the application has not provided one, an identifier
will be generated. Normally, the identifier should be provided on
creation and should not be modified subsequently.", "");
    
    DocDeclStr(
        wxWindowID , GetId() const,
        "Returns the identifier of the window.  Each window has an integer
identifier. If the application has not provided one (or the default Id
-1 is used) then an unique identifier with a negative value will be
generated.", "");
    

    DocDeclStr(
        static wxWindowID , NewControlId(int count = 1),
        "Generate a unique id (or count of them consecutively), returns a
valid id in the auto-id range or wxID_NONE if failed.  If using
autoid management, it will mark the id as reserved until it is
used (by assigning it to a wxWindowIDRef) or unreserved.", "");
    


    DocDeclStr(
        static void , UnreserveControlId(wxWindowID id, int count = 1),
        "If an ID generated from NewControlId is not assigned to a wxWindowIDRef,
it must be unreserved.", "");
    %pythoncode {
        def ReleaseControlId(id):
            UnreserveControlId(id)
        ReleaseControlId = staticmethod(ReleaseControlId)    
    }
    
    
    
    DocDeclStr(
        virtual wxLayoutDirection , GetLayoutDirection() const,
        "Get the layout direction (LTR or RTL) for this window.  Returns
``wx.Layout_Default`` if layout direction is not supported.", "");
    
    DocDeclStr(
        virtual void , SetLayoutDirection(wxLayoutDirection dir),
        "Set the layout direction (LTR or RTL) for this window.", "");
    

    DocDeclStr(
        virtual wxCoord , AdjustForLayoutDirection(wxCoord x,
                                             wxCoord width,
                                                   wxCoord widthTotal) const,
        "Mirror coordinates for RTL layout if this window uses it and if the
mirroring is not done automatically like Win32.", "");
    

    


    // moving/resizing
    // ---------------


    DocDeclStr(
        void , SetSize( const wxSize& size ),
        "Sets the size of the window in pixels.", "");


    DocDeclStrName(
        void , SetSize( int x, int y, int width, int height,
                        int sizeFlags = wxSIZE_AUTO ),
        "Sets the position and size of the window in pixels.  The sizeFlags
parameter indicates the interpretation of the other params if they are
equal to -1.

    ========================  ======================================
    wx.SIZE_AUTO              A -1 indicates that a class-specific
                              default should be used.
    wx.SIZE_USE_EXISTING      Existing dimensions should be used if
                              -1 values are supplied.
    wxSIZE_ALLOW_MINUS_ONE    Allow dimensions of -1 and less to be
                              interpreted as real dimensions, not
                              default values.
    ========================  ======================================
", "",
        SetDimensions);
    

    DocDeclStrName(
        void , SetSize(const wxRect& rect, int sizeFlags = wxSIZE_AUTO),
        "Sets the position and size of the window in pixels using a wx.Rect.", "",
        SetRect);
    

    DocDeclStrName(
        void , SetSize( int width, int height ),
        "Sets the size of the window in pixels.", "",
        SetSizeWH);
    

    DocDeclStr(
        void , Move(const wxPoint& pt, int flags = wxSIZE_USE_EXISTING),
        "Moves the window to the given position.", "");
    
    %pythoncode { SetPosition = Move }


    DocDeclStrName(
        void , Move(int x, int y, int flags = wxSIZE_USE_EXISTING),
        "Moves the window to the given position.", "",
        MoveXY);
    
    DocDeclStr(
        void , SetInitialSize(const wxSize& size=wxDefaultSize),
        "A 'Smart' SetSize that will fill in default size components with the
window's *best size* values.  Also set's the minsize for use with sizers.", "");
    %pythoncode { SetBestFittingSize = wx.deprecated(SetInitialSize, 'Use `SetInitialSize`') }

    
    DocDeclStr(
        virtual void , Raise(),
        "Raises the window to the top of the window hierarchy.  In current
version of wxWidgets this works both for managed and child windows.", "");
    
    DocDeclStr(
        virtual void , Lower(),
        "Lowers the window to the bottom of the window hierarchy.  In current
version of wxWidgets this works both for managed and child windows.", "");
    

    
    // client size is the size of the area available for subwindows
    DocStr(SetClientSize,
           "This sets the size of the window client area in pixels. Using this
function to size a window tends to be more device-independent than
wx.Window.SetSize, since the application need not worry about what
dimensions the border or title bar have when trying to fit the window
around panel items, for example.", "");
    void SetClientSize( const wxSize& size );
    %Rename(SetClientSizeWH, void,  SetClientSize( int width, int height ));
    %Rename(SetClientRect,  void,  SetClientSize(const wxRect& rect));


    DocStr(GetPosition,   // sets the docstring for both
           "Get the window's position.  Notice that the position is in client
coordinates for child windows and screen coordinates for the top level
ones, use `GetScreenPosition` if you need screen coordinates for all
kinds of windows.", "");
    wxPoint GetPosition() const;

    DocDeclAName(
        void, GetPosition(int *OUTPUT, int *OUTPUT) const,
        "GetPositionTuple() -> (x,y)",
        GetPositionTuple);

    
    DocStr(GetScreenPosition,   // sets the docstring for both
           "Get the position of the window in screen coordinantes.", "");
    wxPoint GetScreenPosition() const;
    DocDeclAName(
        void, GetScreenPosition(int *OUTPUT, int *OUTPUT) const,
        "GetScreenPositionTuple() -> (x,y)",
        GetScreenPositionTuple);

    DocDeclStr(
        wxRect , GetScreenRect() const,
        "Returns the size and position of the window in screen coordinantes as
a `wx.Rect` object.", "
:see: `GetRect`, `GetScreenPosition`");
    
   
    DocStr(GetSize, "Get the window size.", "");
    wxSize GetSize() const;
    DocDeclAName(
        void, GetSize( int *OUTPUT, int *OUTPUT ) const,
        "GetSizeTuple() -> (width, height)",
        GetSizeTuple);
    
    

    DocDeclStr(
        wxRect , GetRect() const,
        "Returns the size and position of the window as a `wx.Rect` object.", "");
    

    DocStr(GetClientSize,
           "This gets the size of the window's 'client area' in pixels. The client
area is the area which may be drawn on by the programmer, excluding
title bar, border, scrollbars, etc.", "");
    wxSize GetClientSize() const;
    DocDeclAName(
        void, GetClientSize( int *OUTPUT, int *OUTPUT ) const,
        "GetClientSizeTuple() -> (width, height)",
        GetClientSizeTuple);

    

    DocDeclStr(
        virtual wxPoint , GetClientAreaOrigin() const,
        "Get the origin of the client area of the window relative to the
window's top left corner (the client area may be shifted because of
the borders, scrollbars, other decorations...)", "");
    

    DocDeclStr(
        wxRect , GetClientRect() const,
        "Get the client area position and size as a `wx.Rect` object.", "");
    
    DocDeclStr(
        virtual wxSize , ClientToWindowSize(const wxSize& size) const,
        "Converts client area size ``size to corresponding window size. In
other words, the returned value is what `GetSize` would return if this
window had client area of given size.  Components with
``wx.DefaultCoord`` (-1) value are left unchanged.

Note that the conversion is not always exact, it assumes that
non-client area doesn't change and so doesn't take into account things
like menu bar (un)wrapping or (dis)appearance of the scrollbars.", "");
    
    DocDeclStr(
        virtual wxSize , WindowToClientSize(const wxSize& size) const,
        "Converts window size ``size`` to corresponding client area size. In
other words, the returned value is what `GetClientSize` would return
if this window had given window size. Components with
``wxDefaultCoord`` (-1) value are left unchanged.

Note that the conversion is not always exact, it assumes that
non-client area doesn't change and so doesn't take into account things
like menu bar (un)wrapping or (dis)appearance of the scrollbars.", "");

    
    DocStr(GetBestSize,
           "This function returns the best acceptable minimal size for the
window, if applicable. For example, for a static text control, it will
be the minimal size such that the control label is not truncated. For
windows containing subwindows (such as wx.Panel), the size returned by
this function will be the same as the size the window would have had
after calling Fit.", "");
    wxSize GetBestSize() const;
    DocDeclAName(
        void, GetBestSize(int *OUTPUT, int *OUTPUT) const,
        "GetBestSizeTuple() -> (width, height)",
        GetBestSizeTuple);
    

    DocDeclStr(
        void , InvalidateBestSize(),
        "Reset the cached best size value so it will be recalculated the next
time it is needed.", "");

    DocDeclStr(
        void , CacheBestSize(const wxSize& size) const,
        "Cache the best size so it doesn't need to be calculated again, (at least until
some properties of the window change.)", "");

    
    DocDeclStr(
        wxSize , GetEffectiveMinSize() const,
        "This function will merge the window's best size into the window's
minimum size, giving priority to the min size components, and returns
the results.
", "");
    %pythoncode { GetBestFittingSize = wx.deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') }

    %pythoncode {
        def GetAdjustedBestSize(self):
            s = self.GetBestSize()
            return wx.Size(max(s.width,  self.GetMinWidth()),
                           max(s.height, self.GetMinHeight()))
        GetAdjustedBestSize = wx.deprecated(GetAdjustedBestSize, 'Use `GetEffectiveMinSize` instead.')
    }
    


    DocDeclStr(
        void , Center( int direction = wxBOTH ),
        "Centers the window.  The parameter specifies the direction for
centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
also include wx.CENTER_ON_SCREEN flag if you want to center the window
on the entire screen and not on its parent window.  If it is a
top-level window and has no parent then it will always be centered
relative to the screen.", "");    
    %pythoncode { Centre = Center }

    
    DocDeclStr(
        void , CenterOnParent(int dir = wxBOTH),
        "Center with respect to the the parent window", "");
    %pythoncode { CentreOnParent = CenterOnParent }

    

    DocDeclStr(
        virtual void , Fit(),
        "Sizes the window so that it fits around its subwindows. This function
won't do anything if there are no subwindows and will only really work
correctly if sizers are used for the subwindows layout. Also, if the
window has exactly one subwindow it is better (faster and the result
is more precise as Fit adds some margin to account for fuzziness of
its calculations) to call window.SetClientSize(child.GetSize())
instead of calling Fit.", "");
    

    DocDeclStr(
        virtual void , FitInside(),
        "Similar to Fit, but sizes the interior (virtual) size of a
window. Mainly useful with scrolled windows to reset scrollbars after
sizing changes that do not trigger a size event, and/or scrolled
windows without an interior sizer. This function similarly won't do
anything if there are no subwindows.", "");
    

    
    DocStr(SetSizeHints,
        "Allows specification of minimum and maximum window sizes, and window
size increments. If a pair of values is not set (or set to -1), the
default values will be used.  If this function is called, the user
will not be able to size the window outside the given bounds (if it is
a top-level window.)  Sizers will also inspect the minimum window size
and will use that value if set when calculating layout.

The resizing increments are only significant under Motif or Xt.", "

:see: `GetMinSize`, `GetMaxSize`, `SetMinSize`, `SetMaxSize`
");
    virtual void SetSizeHints( int minW, int minH,
                               int maxW = -1, int maxH = -1,
                               int incW = -1, int incH = -1 );
    %Rename(SetSizeHintsSz, void,  SetSizeHints( const wxSize& minSize,
                                                 const wxSize& maxSize=wxDefaultSize,
                                                 const wxSize& incSize=wxDefaultSize));

    
    DocStr(SetVirtualSizeHints,
        "", "");
    virtual void SetVirtualSizeHints( int minW, int minH,
                                      int maxW = -1, int maxH = -1 );
    %Rename(SetVirtualSizeHintsSz, void,  SetVirtualSizeHints(
                const wxSize& minSize, const wxSize& maxSize=wxDefaultSize));

    %pythoncode {
        SetVirtualSizeHints = wx.deprecated(SetVirtualSizeHints)
        SetVirtualSizeHintsSz = wx.deprecated(SetVirtualSizeHintsSz)
    }

    
    DocDeclStr(
        virtual wxSize , GetMaxSize() const,
        "", "");
    
    DocDeclStr(
        virtual wxSize , GetMinSize() const,
        "", "");
    
    DocDeclStr(
        virtual void , SetMinSize(const wxSize& minSize),
        "A more convenient method than `SetSizeHints` for setting just the
min size.", "");
    
    DocDeclStr(
        virtual void , SetMaxSize(const wxSize& maxSize),
        "A more convenient method than `SetSizeHints` for setting just the
max size.", "");
    


    DocDeclStr(
        virtual int , GetMinWidth() const,
        "", "");
    
    DocDeclStr(
        virtual int , GetMinHeight() const,
        "", "");
    
    DocDeclStr(
        int , GetMaxWidth() const,
        "", "");
    
    DocDeclStr(
        int , GetMaxHeight() const,
        "", "");

    
    // Like Set*Size, but for client, not window, size
    virtual void SetMinClientSize(const wxSize& size);
    virtual void SetMaxClientSize(const wxSize& size);

    // Like Get*Size, but for client, not window, size
    virtual wxSize GetMinClientSize() const;
    virtual wxSize GetMaxClientSize() const;
 

    
    DocStr(SetVirtualSize,
           "Set the the virtual size of a window in pixels.  For most windows this
is just the client area of the window, but for some like scrolled
windows it is more or less independent of the screen window size.", "");
    void SetVirtualSize(const wxSize& size );
    %Rename(SetVirtualSizeWH, void,  SetVirtualSize( int w, int h ));

    
    DocStr(GetVirtualSize,
           "Get the the virtual size of the window in pixels.  For most windows
this is just the client area of the window, but for some like scrolled
windows it is more or less independent of the screen window size.", "");           
    wxSize GetVirtualSize() const;
    DocDeclAName(
        void, GetVirtualSize( int *OUTPUT, int *OUTPUT ) const,
        "GetVirtualSizeTuple() -> (width, height)",
        GetVirtualSizeTuple);


    DocDeclStr(
        virtual wxSize , GetWindowBorderSize() const,
        "Return the size of the left/right and top/bottom borders.", "");
    
   
// TODO: using directors?
//     // Override these methods for windows that have a virtual size
//     // independent of their client size.  eg. the virtual area of a
//     // wxScrolledWindow.  Default is to alias VirtualSize to ClientSize.
//     virtual void DoSetVirtualSize( int x, int y );
//     virtual wxSize DoGetVirtualSize() const; // { return m_virtualSize; }


    DocDeclStr(
        virtual wxSize , GetBestVirtualSize() const,
        "Return the largest of ClientSize and BestSize (as determined by a
sizer, interior children, or other means)", "");
    

    //TODO:  Make this overridable in PyWindow and etc.
    DocDeclStr(
        virtual bool , InformFirstDirection( int direction, int size, int availableOtherDir ),
        "wxSizer and friends use this to give a chance to a component to recalc
its min size once one of the final size components is known. Override 
this function when that is useful (such as for wxStaticText which can 
stretch over several lines). Parameter availableOtherDir
tells the item how much more space there is available in the opposite 
direction (-1 if unknown).", "");

    DocDeclStr(
        virtual void , SendSizeEvent(int flags = 0),
        "Sends a size event to the window using its current size -- this has an
effect of refreshing the window layout.

By default the event is sent, i.e. processed immediately, but if flags
value includes wxSEND_EVENT_POST then it's posted, i.e. only schedule
for later processing.", "");
    

    DocDeclStr(
        void , SendSizeEventToParent(int flags = 0),
        "This is a safe wrapper for GetParent().SendSizeEvent(): it checks that
we have a parent window and it's not in process of being deleted.", "");
    

    DocDeclStr(
        void , PostSizeEvent(),
        "This is a more readable synonym for SendSizeEvent(wx.SEND_EVENT_POST)", "");
    
    DocDeclStr(
        void , PostSizeEventToParent(),
        "This is the same as SendSizeEventToParent() but using PostSizeEvent()", "");
    


    

//     void SetScrollHelper( wxScrollHelper *sh );
//     wxScrollHelper *GetScrollHelper();
    

    // window state
    // ------------

    DocDeclStr(
        virtual bool , Show( bool show = true ),
        "Shows or hides the window. You may need to call Raise for a top level
window if you want to bring it to top, although this is not needed if
Show is called immediately after the frame creation.  Returns True if
the window has been shown or hidden or False if nothing was done
because it already was in the requested state.", "");
    
    DocDeclStr(
        bool , Hide(),
        "Equivalent to calling Show(False).", "");
    
    DocDeclStr(
        virtual bool , ShowWithEffect(wxShowEffect effect,
                                      unsigned timeout = 0),
        "Show the window with a special effect, not implemented on most
platforms (where it is the same as Show())

Timeout specifies how long the animation should take, in ms, the
default value of 0 means to use the default (system-dependent) value.
", "");

    
    DocDeclStr(
        virtual bool , HideWithEffect(wxShowEffect effect,
                                      unsigned timeout = 0),
        "Hide the window with a special effect, not implemented on most
platforms (where it is the same as Hide())

Timeout specifies how long the animation should take, in ms, the
default value of 0 means to use the default (system-dependent) value.
", "");
    

    DocDeclStr(
        virtual bool , Enable( bool enable = true ),
        "Enable or disable the window for user input. Note that when a parent
window is disabled, all of its children are disabled as well and they
are reenabled again when the parent is.  Returns true if the window
has been enabled or disabled, false if nothing was done, i.e. if the
window had already been in the specified state.", "");
    
    DocDeclStr(
        bool , Disable(),
        "Disables the window, same as Enable(false).", "");
    

    DocDeclStr(
        bool , IsShown() const,
        "Returns true if the window is shown, false if it has been hidden.", "");
    
    DocDeclStr(
        bool , IsEnabled() const,
        "Returns true if the window is enabled for input, false otherwise.
This method takes into account the enabled state of parent windows up
to the top-level window.", "");

    DocDeclStr(
        bool , IsThisEnabled() const,
        "Returns the internal enabled state independent of the parent(s) state,
i.e. the state in which the window would be if all of its parents are
enabled.  Use `IsEnabled` to get the effective window state.", "");
    

    DocDeclStr(
        virtual bool , IsShownOnScreen() const,
        "Returns ``True`` if the window is physically visible on the screen,
i.e. it is shown and all its parents up to the toplevel window are
shown as well.", "");
    
    


    DocDeclStr(
        virtual void , SetWindowStyleFlag( long style ),
        "Sets the style of the window. Please note that some styles cannot be
changed after the window creation and that Refresh() might need to be
called after changing the others for the change to take place
immediately.", "");
    
    DocDeclStr(
        virtual long , GetWindowStyleFlag() const,
        "Gets the window style that was passed to the constructor or Create
method.", "");    

    %pythoncode { SetWindowStyle = SetWindowStyleFlag; GetWindowStyle = GetWindowStyleFlag }
    
  
    DocDeclStr(
        bool , HasFlag(int flag) const,
        "Test if the given style is set for this window.", "");
    

    DocDeclStr(
        virtual bool , IsRetained() const,
        "Returns true if the window is retained, false otherwise.  Retained
windows are only available on X platforms.", "");
    

    DocDeclStr(
        bool , ToggleWindowStyle(int flag),
        "Turn the flag on if it had been turned off before and vice versa,
returns True if the flag is turned on by this function call.", "");
    
    

    DocDeclStr(
        virtual void , SetExtraStyle(long exStyle),
        "Sets the extra style bits for the window.  Extra styles are the less
often used style bits which can't be set with the constructor or with
SetWindowStyleFlag()", "");
    
    DocDeclStr(
        long , GetExtraStyle() const,
        "Returns the extra style bits for the window.", "");
    
    DocDeclStr(
        bool , HasExtraStyle(int exFlag) const,
        "Returns ``True`` if the given extra flag is set.", "");

    
    DocDeclStr(
        virtual void , MakeModal(bool modal = true),
        "Disables all other windows in the application so that the user can
only interact with this window.  Passing False will reverse this
effect.", "");
    

    
    DocDeclStr(
        virtual void , SetThemeEnabled(bool enableTheme),
        "This function tells a window if it should use the system's \"theme\"
 code to draw the windows' background instead if its own background
 drawing code. This will only have an effect on platforms that support
 the notion of themes in user defined windows. One such platform is
 GTK+ where windows can have (very colourful) backgrounds defined by a
 user's selected theme.

Dialogs, notebook pages and the status bar have this flag set to true
by default so that the default look and feel is simulated best.", "");
    
    DocDeclStr(
        virtual bool , GetThemeEnabled() const,
        "Return the themeEnabled flag.", "");
    

   

    // focus and keyboard handling
    // ---------------------------

    
    DocDeclStr(
        virtual void , SetFocus(),
        "Set's the focus to this window, allowing it to receive keyboard input.", "");
    
    DocDeclStr(
        virtual void , SetFocusFromKbd(),
        "Set focus to this window as the result of a keyboard action.  Normally
only called internally.", "");
    

    
    DocDeclStr(
        static wxWindow *, FindFocus(),
        "Returns the window or control that currently has the keyboard focus,
or None.", "");


    DocDeclStr(
        virtual bool , HasFocus() const,
        "Returns ``True`` if the window has the keyboard focus.", "");
    

    DocDeclStr(
        virtual bool , AcceptsFocus() const,
        "Can this window have focus?", "");
    

    DocDeclStr(
        bool , CanAcceptFocus() const,
        "Can this window have focus right now?", "");
    
 

    DocDeclStr(
        virtual bool , AcceptsFocusFromKeyboard() const,
        "Can this window be given focus by keyboard navigation? if not, the
only way to give it focus (provided it accepts it at all) is to click
it.", "");
    

    
    DocDeclStr(
        bool , CanAcceptFocusFromKeyboard() const,
        "Can this window be assigned focus from keyboard right now?", "");
    

    DocDeclStr(
        virtual void , SetCanFocus(bool canFocus),
        "", "");
    


    DocDeclAStr(
        virtual bool , NavigateIn(int flags = wxNavigationKeyEvent::IsForward),
        "NavigateIn(self, int flags=NavigationKeyEvent.IsForward) -> bool",
        "Navigates inside this window.", "");


    DocDeclAStr(
        virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward),
        "Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool",
        "Does keyboard navigation starting from this window to another.  This is
equivalient to self.GetParent().NavigateIn().", "
 
    :param flags: A combination of the ``IsForward`` or ``IsBackward``
        and the ``WinChange`` values in the `wx.NavigationKeyEvent`
        class, which determine if the navigation should be in forward
        or reverse order, and if it should be able to cross parent
        window boundaries, such as between notebook pages or MDI child
        frames.  Typically the status of the Shift key (for forward or
        backward) or the Control key (for WinChange) would be used to
        determine how to set the flags.

One situation in which you may wish to call this method is from a text
control custom keypress handler to do the default navigation behaviour
for the tab key, since the standard default behaviour for a multiline
text control with the wx.TE_PROCESS_TAB style is to insert a tab and
not navigate to the next control.");

    
    DocDeclStr(
        bool , HandleAsNavigationKey(const wxKeyEvent& event),
        "This function will generate the appropriate call to `Navigate` if the
key event is one normally used for keyboard navigation.  Returns
``True`` if the key pressed was for navigation and was handled,
``False`` otherwise.", "");
    

    DocDeclStr(
        void , MoveAfterInTabOrder(wxWindow *win),
        "Moves this window in the tab navigation order after the specified
sibling window.  This means that when the user presses the TAB key on
that other window, the focus switches to this window.

The default tab order is the same as creation order.  This function
and `MoveBeforeInTabOrder` allow to change it after creating all the
windows.", "");

    
    DocDeclStr(
        void , MoveBeforeInTabOrder(wxWindow *win),
        "Same as `MoveAfterInTabOrder` except that it inserts this window just
before win instead of putting it right after it.", "");
    

    
    // parent/children relations
    // -------------------------


        DocStr(GetChildren,
               "Returns an object containing a list of the window's children.  The
object provides a Python sequence-like interface over the internal
list maintained by the window..", "");
    wxWindowList& GetChildren(); 

    wxWindow *GetPrevSibling() const;
    wxWindow *GetNextSibling() const;

    DocDeclStr(
        wxWindow *, GetParent() const,
        "Returns the parent window of this window, or None if there isn't one.", "");
    
    DocDeclStr(
        wxWindow *, GetGrandParent() const,
        "Returns the parent of the parent of this window, or None if there
isn't one.", "");

    
    %extend {
        DocDeclStr(wxWindow *, GetTopLevelParent(),
                   "Returns the first frame or dialog in this window's parental hierarchy.", "")
        {
            return wxGetTopLevelParent(self);
        }
    }
    

    DocDeclStr(
        virtual bool , IsTopLevel() const,
        "Returns true if the given window is a top-level one. Currently all
frames and dialogs are always considered to be top-level windows (even
if they have a parent window).", "");
    

    // change the real parent of this window, return True if the parent
    // was changed, False otherwise (error or newParent == oldParent)
    DocDeclStr(
        virtual bool , Reparent( wxWindow *newParent ),
        "Reparents the window, i.e the window will be removed from its current
parent window (e.g. a non-standard toolbar in a wxFrame) and then
re-inserted into another. Available on Windows and GTK.  Returns True
if the parent was changed, False otherwise (error or newParent ==
oldParent)", "");
    

    DocDeclStr(
        virtual void , AddChild( wxWindow *child ),
        "Adds a child window. This is called automatically by window creation
functions so should not be required by the application programmer.", "");
    
    DocDeclStr(
        virtual void , RemoveChild( wxWindow *child ),
        "Removes a child window. This is called automatically by window
deletion functions so should not be required by the application
programmer.", "");


    // looking for windows
    // -------------------

    DocDeclStrName(
        wxWindow *, FindWindow( long winid ),
        "Find a child of this window by window ID", "",
        FindWindowById);
    
    DocDeclStrName(
        wxWindow *, FindWindow( const wxString& name ),
        "Find a child of this window by name", "",
        FindWindowByName);
    

    %extend {
        DocDeclStr(
            wxWindow*, FindWindowByLabel( const wxString& label ),
            "Find a child of this window by label", "")
            {
                return wxWindow::FindWindowByLabel(label, self);
            }
    }

    // event handler stuff
    // -------------------

    DocDeclStr(
        wxEvtHandler *, GetEventHandler() const,
        "Returns the event handler for this window. By default, the window is
its own event handler.", "");
    

    DocDeclStr(
        void , SetEventHandler( wxEvtHandler *handler ),
        "Sets the event handler for this window.  An event handler is an object
that is capable of processing the events sent to a window.  (In other
words, is able to dispatch the events to handler function.)  By
default, the window is its own event handler, but an application may
wish to substitute another, for example to allow central
implementation of event-handling for a variety of different window
classes.

It is usually better to use `wx.Window.PushEventHandler` since this sets
up a chain of event handlers, where an event not handled by one event
handler is handed off to the next one in the chain.", "");
    

    DocDeclStr(
        void , PushEventHandler( wxEvtHandler *handler ),
        "Pushes this event handler onto the event handler stack for the window.
An event handler is an object that is capable of processing the events
sent to a window.  (In other words, is able to dispatch the events to a
handler function.)  By default, the window is its own event handler,
but an application may wish to substitute another, for example to
allow central implementation of event-handling for a variety of
different window classes.

wx.Window.PushEventHandler allows an application to set up a chain of
event handlers, where an event not handled by one event handler is
handed to the next one in the chain.  Use `wx.Window.PopEventHandler`
to remove the event handler.  Ownership of the handler is *not* given
to the window, so you should be sure to pop the handler before the
window is destroyed and either let PopEventHandler destroy it, or call
its Destroy method yourself.", "");

    
    DocDeclStr(
        wxEvtHandler *, PopEventHandler( bool deleteHandler = false ),
        "Removes and returns the top-most event handler on the event handler
stack.  If deleteHandler is True then the wx.EvtHandler object will be
destroyed after it is popped, and ``None`` will be returned instead.", "");
    

    DocDeclStr(
        bool , RemoveEventHandler(wxEvtHandler *handler),
        "Find the given handler in the event handler chain and remove (but not
delete) it from the event handler chain, returns True if it was found
and False otherwise (this also results in an assert failure so this
function should only be called when the handler is supposed to be
there.)", "");


    DocDeclStr(
        bool , ProcessWindowEvent(wxEvent& event),
        "Process an event by calling GetEventHandler().ProcessEvent(): this
is a straightforward replacement for ProcessEvent() itself which
shouldn't be used directly with windows as it doesn't take into
account any event handlers associated with the window", "");
    

    DocDeclStr(
        bool , HandleWindowEvent(wxEvent& event) const,
        "Process an event by calling GetEventHandler()->ProcessEvent() and
handling any exceptions thrown by event handlers. It's mostly useful
when processing wx events when called from C code (e.g. in GTK+
callback) when the exception wouldn't correctly propagate to
wx.EventLoop.", "");
    
    


    // validators
    // ----------

    // a window may have an associated validator which is used to control
    // user input
    DocDeclStr(
        virtual void , SetValidator( const wxValidator &validator ),
        "Deletes the current validator (if any) and sets the window validator,
having called wx.Validator.Clone to create a new validator of this
type.", "");
    
    DocDeclStr(
        virtual wxValidator *, GetValidator(),
        "Returns a pointer to the current validator for the window, or None if
there is none.", "");


    DocDeclStr(
        virtual bool , Validate(),
        "Validates the current values of the child controls using their
validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
style flag set, the method will also call Validate() of all child
windows.  Returns false if any of the validations failed.", "");
    

    DocDeclStr(
        virtual bool , TransferDataToWindow(),
        "Transfers values to child controls from data areas specified by their
validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
style flag set, the method will also call TransferDataToWindow() of
all child windows.", "");
    
    DocDeclStr(
        virtual bool , TransferDataFromWindow(),
        "Transfers values from child controls to data areas specified by their
validators. Returns false if a transfer failed.  If the window has
wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will
also call TransferDataFromWindow() of all child windows.", "");
    

    DocDeclStr(
        virtual void , InitDialog(),
        "Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
to the dialog via validators.", "");
    
    


    // accelerators
    // ------------

    DocDeclStr(
        virtual void , SetAcceleratorTable( const wxAcceleratorTable& accel ),
        "Sets the accelerator table for this window.", "");
    
    DocDeclStr(
        wxAcceleratorTable *, GetAcceleratorTable(),
        "Gets the accelerator table for this window.", "");
    




    // hot keys (system wide accelerators)
    // -----------------------------------
    %extend {
        DocStr(RegisterHotKey,
               "Registers a system wide hotkey. Every time the user presses the hotkey
registered here, this window will receive a hotkey event. It will
receive the event even if the application is in the background and
does not have the input focus because the user is working with some
other application.  To bind an event handler function to this hotkey
use EVT_HOTKEY with an id equal to hotkeyId.  Returns True if the
hotkey was registered successfully.", "");
        bool RegisterHotKey(int hotkeyId, int modifiers, int keycode) {
        %#if wxUSE_HOTKEY
            return self->RegisterHotKey(hotkeyId, modifiers, keycode);
        %#else
            return false;
        %#endif
        }

        
        DocStr(UnregisterHotKey,
               "Unregisters a system wide hotkey.", "");
        bool UnregisterHotKey(int hotkeyId) {
        %#if wxUSE_HOTKEY
            return self->UnregisterHotKey(hotkeyId);
        %#else
            return false;
        %#endif
        }
    }



    // "dialog units" translations
    // ---------------------------

    DocStr(ConvertDialogToPixels,
           "Converts a point or size from dialog units to pixels.  Dialog units
are used for maintaining a dialog's proportions even if the font
changes. For the x dimension, the dialog units are multiplied by the
average character width and then divided by 4. For the y dimension,
the dialog units are multiplied by the average character height and
then divided by 8.", "");
    %Rename(ConvertDialogPointToPixels, wxPoint, ConvertDialogToPixels(const wxPoint& pt));
    %Rename(ConvertDialogSizeToPixels,  wxSize,  ConvertDialogToPixels(const wxSize& sz));
    %Rename(DLG_PNT, wxPoint, ConvertDialogToPixels(const wxPoint& pt));
    %Rename(DLG_SZE, wxSize,  ConvertDialogToPixels(const wxSize& sz));


    DocStr(ConvertPixelPointToDialog,
           "Converts a point or size from pixels to dialog units.  Dialog units
are used for maintaining a dialog's proportions even if the font
changes. For the x dimension, the dialog units are multiplied by the
average character width and then divided by 4. For the y dimension,
the dialog units are multiplied by the average character height and
then divided by 8.", "");
    %Rename(ConvertPixelPointToDialog, wxPoint, ConvertPixelsToDialog(const wxPoint& pt));
    %Rename(ConvertPixelSizeToDialog,  wxSize,  ConvertPixelsToDialog(const wxSize& sz));



    // mouse functions
    // ---------------

    DocDeclStr(
        virtual void , WarpPointer(int x, int y),
        "Moves the pointer to the given position on the window.

NOTE: This function is not supported under Mac because Apple Human
Interface Guidelines forbid moving the mouse cursor programmatically.", "");
    

    DocDeclStr(
        void , CaptureMouse(),
        "Directs all mouse input to this window. Call wx.Window.ReleaseMouse to
release the capture.

Note that wxWindows maintains the stack of windows having captured the
mouse and when the mouse is released the capture returns to the window
which had had captured it previously and it is only really released if
there were no previous window. In particular, this means that you must
release the mouse as many times as you capture it, unless the window
receives the `wx.MouseCaptureLostEvent` event.
 
Any application which captures the mouse in the beginning of some
operation *must* handle `wx.MouseCaptureLostEvent` and cancel this
operation when it receives the event. The event handler must not
recapture mouse.", "");
    
    DocDeclStr(
        void , ReleaseMouse(),
        "Releases mouse input captured with wx.Window.CaptureMouse.", "");
    

    DocDeclStr(
        static wxWindow *, GetCapture(),
        "Returns the window which currently captures the mouse or None", "");
    

    DocDeclStr(
        virtual bool , HasCapture() const,
        "Returns true if this window has the current mouse capture.", "");
    


    

    // painting the window
    // -------------------

    DocDeclStr(
        virtual void , Refresh( bool eraseBackground = true,
                                const wxRect *rect = NULL ),
        "Mark the specified rectangle (or the whole window) as \"dirty\" so it
will be repainted.  Causes an EVT_PAINT event to be generated and sent
to the window.", "");
    

    DocDeclStr(
        void , RefreshRect(const wxRect& rect, bool eraseBackground = true),
        "Redraws the contents of the given rectangle: the area inside it will
be repainted.  This is the same as Refresh but has a nicer syntax.", "");
    

    DocDeclStr(
        virtual void , Update(),
        "Calling this method immediately repaints the invalidated area of the
window instead of waiting for the EVT_PAINT event to happen, (normally
this would usually only happen when the flow of control returns to the
event loop.)  Notice that this function doesn't refresh the window and
does nothing if the window has been already repainted.  Use `Refresh`
first if you want to immediately redraw the window (or some portion of
it) unconditionally.", "");
    

    DocDeclStr(
        virtual void , ClearBackground(),
        "Clears the window by filling it with the current background
colour. Does not cause an erase background event to be generated.", "");
    


    DocDeclStr(
        void , Freeze(),
        "Freezes the window or, in other words, prevents any updates from
taking place on screen, the window is not redrawn at all. Thaw must be
called to reenable window redrawing.  Calls to Freeze/Thaw may be
nested, with the actual Thaw being delayed until all the nesting has
been undone.

This method is useful for visual appearance optimization (for example,
it is a good idea to use it before inserting large amount of text into
a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
for all controls so it is mostly just a hint to wxWindows and not a
mandatory directive.", "");

    
    DocDeclStr(
        bool , IsFrozen() const,
        "Returns ``True`` if the window has been frozen and not thawed yet.

:see: `Freeze` and `Thaw`", "");
    

    
    DocDeclStr(
        void , Thaw(),
        "Reenables window updating after a previous call to Freeze.  Calls to
Freeze/Thaw may be nested, so Thaw must be called the same number of
times that Freeze was before the window will be updated.", "");
    

    DocDeclStr(
        virtual bool , IsDoubleBuffered() const,
        "Returns ``True`` if the window contents is double-buffered by the
system, i.e. if any drawing done on the window is really done on a
temporary backing surface and transferred to the screen all at once
later.", "");

    DocStr(SetDoubleBuffered,
           "Put the native window into double buffered or composited mode.", "");
    %extend {
        void SetDoubleBuffered(bool on)
        {
        %#if defined(__WXGTK20__) || defined(__WXGTK3__) || defined(__WXMSW__)
            self->SetDoubleBuffered(on);
        %#endif
        }
    }
    

    DocDeclStr(
        wxRegion& , GetUpdateRegion(),
        "Returns the region specifying which parts of the window have been
damaged. Should only be called within an EVT_PAINT handler.", "");
    

    DocDeclStr(
        wxRect , GetUpdateClientRect() const,
        "Get the update rectangle region bounding box in client coords.", "");
    

    DocStr(IsExposed,
           "Returns true if the given point or rectangle area has been exposed
since the last repaint. Call this in an paint event handler to
optimize redrawing by only redrawing those areas, which have been
exposed.", "");
    bool IsExposed( int x, int y, int w=1, int h=1 ) const;
    %Rename(IsExposedPoint, bool, IsExposed( const wxPoint& pt ) const);
    %Rename(IsExposedRect,  bool, IsExposed( const wxRect& rect ) const);



    // colours, fonts and cursors
    // --------------------------


    DocDeclStr(
        virtual wxVisualAttributes , GetDefaultAttributes() const,
        "Get the default attributes for an instance of this class.  This is
useful if you want to use the same font or colour in your own control
as in a standard control -- which is a much better idea than hard
coding specific colours or fonts which might look completely out of
place on the user's system, especially if it uses themes.", "");
    

    DocDeclStr(
        static wxVisualAttributes ,
        GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL),
        "Get the default attributes for this class.  This is useful if you want
to use the same font or colour in your own control as in a standard
control -- which is a much better idea than hard coding specific
colours or fonts which might look completely out of place on the
user's system, especially if it uses themes.

The variant parameter is only relevant under Mac currently and is
ignore under other platforms. Under Mac, it will change the size of
the returned font. See `wx.Window.SetWindowVariant` for more about
this.", "");
    
    
    DocDeclStr(
        virtual bool , SetBackgroundColour( const wxColour &colour ),
        "Sets the background colour of the window.  Returns True if the colour
was changed.  The background colour is usually painted by the default
EVT_ERASE_BACKGROUND event handler function under Windows and
automatically under GTK.  Using `wx.NullColour` will reset the window
to the default background colour.

Note that setting the background colour may not cause an immediate
refresh, so you may wish to call `ClearBackground` or `Refresh` after
calling this function.

Using this function will disable attempts to use themes for this
window, if the system supports them.  Use with care since usually the
themes represent the appearance chosen by the user to be used for all
applications on the system.", "");

    DocDeclStr(
        void , SetOwnBackgroundColour(const wxColour& colour),
        "", "");
    

    
    DocDeclStr(
        virtual bool , SetForegroundColour( const wxColour &colour ),
        "Sets the foreground colour of the window.  Returns True is the colour
was changed.  The interpretation of foreground colour is dependent on
the window class; it may be the text colour or other colour, or it may
not be used at all.", "");

    DocDeclStr(
        void , SetOwnForegroundColour(const wxColour& colour),
        "", "");
    

    
    DocDeclStr(
        wxColour , GetBackgroundColour() const,
        "Returns the background colour of the window.", "");
    
    DocDeclStr(
        wxColour , GetForegroundColour() const,
        "Returns the foreground colour of the window.  The interpretation of
foreground colour is dependent on the window class; it may be the text
colour or other colour, or it may not be used at all.", "");

    DocDeclStr(
        bool , InheritsBackgroundColour() const,
        "", "");
    
    DocDeclStr(
        bool , UseBgCol() const,
        "", "");
    
    
// TODO:
//     // if the window shouldn't inherit its colour from the parent, override
//     // this function to return true
//     //
//     // this is currently only used by wxMSW and wxUniv but should be useful for
//     // the other ports too
//     virtual bool ProvidesBackground() const;


    DocDeclStr(
        virtual bool , SetBackgroundStyle(wxBackgroundStyle style),
        "Returns the background style of the window. The background style
indicates how the background of the window is drawn.

    ======================  ========================================
    wx.BG_STYLE_SYSTEM      The background colour or pattern should
                            be determined by the system
    wx.BG_STYLE_COLOUR      The background should be a solid colour
    wx.BG_STYLE_CUSTOM      The background will be implemented by the
                            application.
    ======================  ========================================

On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of
a custom background, such as a tiled bitmap. Currently the style has
no effect on other platforms.

:see: `GetBackgroundStyle`, `SetBackgroundColour`", "");
    
    DocDeclStr(
        virtual wxBackgroundStyle , GetBackgroundStyle() const,
        "Returns the background style of the window.

:see: `SetBackgroundStyle`", "");

    
    DocDeclStr(
        bool , HasTransparentBackground(),
        "Returns True if this window's background is transparent (as, for
example, for `wx.StaticText`) and should show the parent window's
background.

This method is mostly used internally by the library itself and you
normally shouldn't have to call it. You may, however, have to override
it in your custom control classes to ensure that background is painted
correctly.", "");
    
    
    DocDeclStr(
        virtual bool , SetCursor( const wxCursor &cursor ),
        "Sets the window's cursor. Notice that the window cursor also sets it
for the children of the window implicitly.

The cursor may be wx.NullCursor in which case the window cursor will
be reset back to default.", "");
    
    DocDeclStr(
        wxCursor , GetCursor(),
        "Return the cursor associated with this window.", "");
    


    DocDeclStr(
        virtual bool , SetFont( const wxFont &font ),
        "Sets the font for this window.", "");
    
    DocDeclStr(
        void , SetOwnFont(const wxFont& font),
        "", "");
    

    
    DocDeclStr(
        wxFont , GetFont(),
        "Returns the default font used for this window.", "");

    

    %disownarg( wxCaret *caret );
    DocDeclStr(
        void , SetCaret(wxCaret *caret),
        "Sets the caret associated with the window.", "");
    %cleardisown( wxCaret *caret );
    
    DocDeclStr(
        wxCaret *, GetCaret() const,
        "Returns the caret associated with the window.", "");
    


    DocDeclStr(
        virtual int , GetCharHeight() const,
        "Get the (average) character size for the current font.", "");
    
    DocDeclStr(
        virtual int , GetCharWidth() const,
        "Get the (average) character size for the current font.", "");
    


    DocDeclAStr(
        void, GetTextExtent(const wxString& string, int *OUTPUT, int *OUTPUT),
        "GetTextExtent(String string) -> (width, height)",
        "Get the width and height of the text using the current font.", "");
    DocDeclAStrName(
        void, GetTextExtent(const wxString& string,
                            int *OUTPUT, int *OUTPUT, int *OUTPUT, int* OUTPUT, 
                            const wxFont* font = NULL),
        "GetFullTextExtent(String string, Font font=None) ->\n   (width, height, descent, externalLeading)",
        "Get the width, height, decent and leading of the text using the
current or specified font.", "",
        GetFullTextExtent);



    // client <-> screen coords
    // ------------------------

    %apply int * INOUT { int* x, int* y };

    // translate to/from screen/client coordinates
    DocDeclAStrName(
        void , ClientToScreen( int *x, int *y ) const,
        "ClientToScreenXY(int x, int y) -> (x,y)",
        "Converts to screen coordinates from coordinates relative to this window.", "",
        ClientToScreenXY);
    
    DocDeclAStrName(
        void , ScreenToClient( int *x, int *y ) const,
        "ScreenToClientXY(int x, int y) -> (x,y)",
        "Converts from screen to client window coordinates.", "",
        ScreenToClientXY);
    

    DocDeclStr(
        wxPoint , ClientToScreen(const wxPoint& pt) const,
        "Converts to screen coordinates from coordinates relative to this window.", "");
    
    DocDeclStr(
        wxPoint , ScreenToClient(const wxPoint& pt) const,
        "Converts from screen to client window coordinates.", "");
    


    DocDeclStrName(
        wxHitTest , HitTest(wxCoord x, wxCoord y) const,
        "Test where the given (in client coords) point lies", "",
        HitTestXY);
    
    DocDeclStr(
        wxHitTest , HitTest(const wxPoint& pt) const,
        "Test where the given (in client coords) point lies", "");
    



    // misc
    // ----

    %nokwargs GetBorder;
    DocDeclStr(
        wxBorder , GetBorder(long flags) const,
        "Get the window border style from the given flags: this is different
from simply doing flags & wxBORDER_MASK because it uses
GetDefaultBorder() to translate wxBORDER_DEFAULT to something
reasonable.
", "");
    
    DocDeclStr(
        wxBorder , GetBorder() const,
        "Get border for the flags of this window", "");
    

    

    DocDeclStr(
        virtual void , UpdateWindowUI(long flags = wxUPDATE_UI_NONE),
        "This function sends EVT_UPDATE_UI events to the window. The particular
implementation depends on the window; for example a wx.ToolBar will
send an update UI event for each toolbar button, and a wx.Frame will
send an update UI event for each menubar menu item. You can call this
function from your application to ensure that your UI is up-to-date at
a particular point in time (as far as your EVT_UPDATE_UI handlers are
concerned). This may be necessary if you have called
`wx.UpdateUIEvent.SetMode` or `wx.UpdateUIEvent.SetUpdateInterval` to
limit the overhead that wxWindows incurs by sending update UI events
in idle time.",
"
The flags should be a bitlist of one or more of the following values:

    =====================      ==============================
    wx.UPDATE_UI_NONE          No particular value
    wx.UPDATE_UI_RECURSE       Call the function for descendants
    wx.UPDATE_UI_FROMIDLE      Invoked from OnIdle
    =====================      ==============================

If you are calling this function from an OnIdle function, make sure
you pass the wx.UPDATE_UI_FROMIDLE flag, since this tells the window
to only update the UI elements that need to be updated in idle
time. Some windows update their elements only when necessary, for
example when a menu is about to be shown. The following is an example
of how to call UpdateWindowUI from an idle function::

    def OnIdle(self, evt):
        if wx.UpdateUIEvent.CanUpdate(self):
            self.UpdateWindowUI(wx.UPDATE_UI_FROMIDLE);
");
    

// TODO: using directors?
//     // do the window-specific processing after processing the update event
//     virtual void DoUpdateWindowUI(wxUpdateUIEvent& event) ;


    DocStr(PopupMenu,
           "Pops up the given menu at the specified coordinates, relative to this window,
and returns control when the user has dismissed the menu. If a menu item is
selected, the corresponding menu event is generated and will be processed as
usual.  If the default position is given then the current position of the
mouse cursor will be used.", "");
    %Rename(PopupMenuXY,  bool, PopupMenu(wxMenu *menu, int x=-1, int y=-1));
    bool PopupMenu(wxMenu *menu, const wxPoint& pos=wxDefaultPosition);

    
    DocDeclStr(
        int , GetPopupMenuSelectionFromUser(wxMenu& menu,
                                            const wxPoint& pos=wxDefaultPosition),
        "Simply return the id of the selected item or wxID_NONE without
generating any events.", "");
    

    DocDeclStr(
        virtual bool , HasMultiplePages() const,
        "", "");

    
    DocDeclStr(
        virtual bool, SendIdleEvents(wxIdleEvent& event),
        "Send idle event to window and all subwindows.  Returns True if more
idle time is requested.", "");
    
    
    %extend {
        DocStr(GetHandle,
               "Returns the platform-specific handle (as a long integer) of the
physical window.  On wxMSW this is the win32 window handle, on wxGTK
it is the XWindow ID, and on wxMac it is the ControlRef.", "");
        long GetHandle() {
            return wxPyGetWinHandle(self);
        }
    }

    DocStr(
        AssociateHandle,
        "Associate the window with a new native handle", "");
    %extend {
        void  AssociateHandle(long handle) {
            self->AssociateHandle((WXWidget)handle);
        }
    }
        
           
    DocDeclStr(
        virtual void , DissociateHandle(),
        "Dissociate the current native handle from the window", "");

    
    %extend {
        DocStr(GetGtkWidget,
               "On wxGTK returns a pointer to the GtkWidget for this window as a long
integer.  On the other platforms this method returns zero.","");
        long GetGtkWidget() {
#ifdef __WXGTK__
            return (long)self->GetHandle();
#else
            return 0;
#endif
        }
    }

    
#ifdef __WXMSW__
    // A way to do the native draw first...  Too bad it isn't in wxGTK too.
    void OnPaint(wxPaintEvent& event);
#endif



    // scrollbars
    // ----------

    DocDeclStr(
        bool , CanScroll(int orient) const,
        "Can the window have the scrollbar in this orientation?", "");
    
    
    DocDeclStr(
        bool , HasScrollbar(int orient) const,
        "Does the window have the scrollbar for this orientation?", "");
    

    // configure the window scrollbars
    DocDeclStr(
        virtual void , SetScrollbar( int orientation,
                                     int position,
                                     int thumbSize,
                                     int range,
                                     bool refresh = true ),
        "Sets the scrollbar properties of a built-in scrollbar.",
        "
    :param orientation: Determines the scrollbar whose page size is to
                 be set. May be wx.HORIZONTAL or wx.VERTICAL.

    :param position: The position of the scrollbar in scroll units.

    :param thumbSize: The size of the thumb, or visible portion of the
                 scrollbar, in scroll units.

    :param range: The maximum position of the scrollbar.

    :param refresh: True to redraw the scrollbar, false otherwise.
");
    
    DocDeclStr(
        virtual void , SetScrollPos( int orientation, int pos, bool refresh = true ),
        "Sets the position of one of the built-in scrollbars.", "");
    
    DocDeclStr(
        virtual int , GetScrollPos( int orientation ) const,
        "Returns the built-in scrollbar position.", "");
    
    DocDeclStr(
        virtual int , GetScrollThumb( int orientation ) const,
        "Returns the built-in scrollbar thumb size.", "");
    
    DocDeclStr(
        virtual int , GetScrollRange( int orientation ) const,
        "Returns the built-in scrollbar range.", "");
    

    

    DocDeclStr(
        virtual void , ScrollWindow( int dx, int dy,
                                     const wxRect* rect = NULL ),
        "Physically scrolls the pixels in the window and move child windows
accordingly.  Use this function to optimise your scrolling
implementations, to minimise the area that must be redrawn. Note that
it is rarely required to call this function from a user program.","

    :param dx:   Amount to scroll horizontally.

    :param dy:   Amount to scroll vertically.

    :param rect: Rectangle to invalidate. If this is None, the whole
          window is invalidated. If you pass a rectangle corresponding
          to the area of the window exposed by the scroll, your
          painting handler can optimize painting by checking for the
          invalidated region.");
    

    DocDeclStr(
        virtual bool , ScrollLines(int lines),
        "If the platform and window class supports it, scrolls the window by
the given number of lines down, if lines is positive, or up if lines
is negative.  Returns True if the window was scrolled, False if it was
already on top/bottom and nothing was done.", "");
    
    DocDeclStr(
        virtual bool , ScrollPages(int pages),
        "If the platform and window class supports it, scrolls the window by
the given number of pages down, if pages is positive, or up if pages
is negative.  Returns True if the window was scrolled, False if it was
already on top/bottom and nothing was done.", "");
    

    DocDeclStr(
        bool , LineUp(),
        "This is just a wrapper for ScrollLines(-1).", "");
    
    DocDeclStr(
        bool , LineDown(),
        "This is just a wrapper for ScrollLines(1).", "");
    
    DocDeclStr(
        bool , PageUp(),
        "This is just a wrapper for ScrollPages(-1).", "");
    
    DocDeclStr(
        bool , PageDown(),
        "This is just a wrapper for ScrollPages(1).", "");
    

    virtual void AlwaysShowScrollbars(bool horz = true, bool vert = true);
    virtual bool IsScrollbarAlwaysShown(int orient) const;
#ifdef __WXMAC__
    bool MacIsWindowScrollbar( const wxWindow* sb );
#endif
 

    // context-sensitive help
    // ----------------------

    DocDeclStr(
        void , SetHelpText(const wxString& text),
        "Sets the help text to be used as context-sensitive help for this
window.  Note that the text is actually stored by the current
`wx.HelpProvider` implementation, and not in the window object itself.", "");
    

    DocDeclStr(
        void , SetHelpTextForId(const wxString& text),
        "Associate this help text with all windows with the same id as this
one.", "");
    %pythoncode { SetHelpTextForId = wx.deprecated(SetHelpTextForId,
                                                    'Use wx.HelpProvider.Get().AddHelp(id, text)') }
   
    

    DocDeclStr(
        virtual wxString , GetHelpTextAtPoint(const wxPoint& pt,
                                              wxHelpEvent::Origin origin) const,
        "Get the help string associated with the given position in this window.

Notice that pt may be invalid if event origin is keyboard or unknown
and this method should return the global window help text then
", "");
    
    
   DocDeclStr(
        wxString , GetHelpText() const,
        "Gets the help text to be used as context-sensitive help for this
window.  Note that the text is actually stored by the current
`wx.HelpProvider` implementation, and not in the window object itself.", "");
    


#ifndef __WXX11__
    // tooltips
    // --------

    DocStr(SetToolTip,
           "Attach a tooltip to the window.", "");
    %Rename(SetToolTipString, void,  SetToolTip( const wxString &tip ));

    %disownarg( wxToolTip *tip );
    void SetToolTip( wxToolTip *tip );
    %cleardisown( wxToolTip *tip );

    void UnsetToolTip();
    
    DocDeclStr(
        wxToolTip* , GetToolTip() const,
        "get the associated tooltip or None if none", "");

    %pythoncode {
        def GetToolTipString(self):
            tip = self.GetToolTip()
            if tip:
                return tip.GetTip()
            else:
                return None

        ToolTipString = property(GetToolTipString, SetToolTipString)
    }
#endif


    
#ifndef __WXX11__
    // drag and drop
    // -------------

    %disownarg( wxPyDropTarget *dropTarget );
    DocDeclStr(
        virtual void , SetDropTarget( wxPyDropTarget *dropTarget ),
        "Associates a drop target with this window.  If the window already has
a drop target, it is deleted.", "");   
    %cleardisown( wxPyDropTarget *dropTarget );

    
    DocDeclStr(
        virtual wxPyDropTarget *, GetDropTarget() const,
        "Returns the associated drop target, which may be None.", "");
    

    DocStr(DragAcceptFiles,
        "Enables or disables eligibility for drop file events, EVT_DROP_FILES.", "");
    void DragAcceptFiles(bool accept);
#endif
    

    // constraints and sizers
    // ----------------------

    %disownarg(wxLayoutConstraints*);
    DocDeclStr(
        void , SetConstraints( wxLayoutConstraints *constraints ),
        "Sets the window to have the given layout constraints. If an existing
layout constraints object is already owned by the window, it will be
deleted.  Pass None to disassociate and delete the window's current
constraints.

You must call SetAutoLayout to tell a window to use the constraints
automatically in its default EVT_SIZE handler; otherwise, you must
handle EVT_SIZE yourself and call Layout() explicitly. When setting
both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have
effect.", "");
    
    DocDeclStr(
        wxLayoutConstraints *, GetConstraints() const,
        "Returns a pointer to the window's layout constraints, or None if there
are none.", "");
    %cleardisown(wxLayoutConstraints*);
    

    DocDeclStr(
        void , SetAutoLayout( bool autoLayout ),
        "Determines whether the Layout function will be called automatically
when the window is resized.  lease note that this only happens for the
windows usually used to contain children, namely `wx.Panel` and
`wx.TopLevelWindow` (and the classes deriving from them).

This method is called implicitly by `SetSizer` but if you use
`SetConstraints` you should call it manually or otherwise the window
layout won't be correctly updated when its size changes.", "");
    
    DocDeclStr(
        bool , GetAutoLayout() const,
        "Returns the current autoLayout setting", "");
    

    DocDeclStr(
        virtual bool , Layout(),
        "Invokes the constraint-based layout algorithm or the sizer-based
algorithm for this window.  See SetAutoLayout: when auto layout is on,
this function gets called automatically by the default EVT_SIZE
handler when the window is resized.", "");
    

    %disownarg( wxSizer *sizer );
    DocDeclStr(
        void , SetSizer(wxSizer *sizer, bool deleteOld = true ),
        "Sets the window to have the given layout sizer. The window will then
own the object, and will take care of its deletion. If an existing
layout sizer object is already owned by the window, it will be deleted
if the deleteOld parameter is true. Note that this function will also
call SetAutoLayout implicitly with a True parameter if the sizer is
non-None, and False otherwise.", "");
    
    DocDeclStr(
        void , SetSizerAndFit( wxSizer *sizer, bool deleteOld = true ),
        "The same as SetSizer, except it also sets the size hints for the
window based on the sizer's minimum size.", "");
    %cleardisown( wxSizer *sizer );


    DocDeclStr(
        wxSizer *, GetSizer() const,
        "Return the sizer associated with the window by a previous call to
SetSizer or None if there isn't one.", "");
    

    // Track if this window is a member of a sizer
    DocDeclStr(
        void , SetContainingSizer(wxSizer* sizer),
        "This normally does not need to be called by application code. It is
called internally when a window is added to a sizer, and is used so
the window can remove itself from the sizer when it is destroyed.", "");
    
    DocDeclStr(
        wxSizer *, GetContainingSizer() const,
        "Return the sizer that this window is a member of, if any, otherwise None.", "");
    



    // accessibility
    // ----------------------
#if wxUSE_ACCESSIBILITY
    // Override to create a specific accessible object.
    virtual wxAccessible* CreateAccessible();

    // Sets the accessible object.
    void SetAccessible(wxAccessible* accessible) ;

    // Returns the accessible object.
    wxAccessible* GetAccessible() { return m_accessible; };

    // Returns the accessible object, creating if necessary.
    wxAccessible* GetOrCreateAccessible() ;
#endif




    DocDeclStr(
        virtual void , InheritAttributes(),
        "This function is (or should be, in case of custom controls) called
during window creation to intelligently set up the window visual
attributes, that is the font and the foreground and background
colours.

By 'intelligently' the following is meant: by default, all windows use
their own default attributes. However if some of the parent's
attributes are explicitly changed (that is, using SetFont and not
SetOwnFont) and if the corresponding attribute hadn't been
explicitly set for this window itself, then this window takes the same
value as used by the parent. In addition, if the window overrides
ShouldInheritColours to return false, the colours will not be changed
no matter what and only the font might.

This rather complicated logic is necessary in order to accommodate the
different usage scenarios. The most common one is when all default
attributes are used and in this case, nothing should be inherited as
in modern GUIs different controls use different fonts (and colours)
than their siblings so they can't inherit the same value from the
parent. However it was also deemed desirable to allow to simply change
the attributes of all children at once by just changing the font or
colour of their common parent, hence in this case we do inherit the
parents attributes.
", "");

    
// TODO:  Virtualize this with directors    
    DocDeclStr(
        virtual bool , ShouldInheritColours() const,
        "Return true from here to allow the colours of this window to be
changed by InheritAttributes, returning false forbids inheriting them
from the parent window.

The base class version returns false, but this method is overridden in
wxControl where it returns true.", "");
    

    // returns true if the window can be positioned outside of parent's client
    // area (normal windows can't, but e.g. menubar or statusbar can):
    virtual bool CanBeOutsideClientArea() const;

    // returns true if the platform should explicitly apply a theme border
    virtual bool CanApplyThemeBorder() const;

    // returns the main window of composite control; this is the window
    // that FindFocus returns if the focus is in one of composite control's
    // windows
    virtual wxWindow *GetMainWindowOfCompositeControl();

    
//     // this allows you to implement standard control borders without
//     // repeating the code in different classes that are not derived from
//     // wxControl
//     virtual wxBorder GetDefaultBorderForControl() const;

//     // choose the default border for this window
//     virtual wxBorder GetDefaultBorder() const;

    
    DocDeclStr(
        virtual bool , CanSetTransparent(),
        "Returns ``True`` if the platform supports setting the transparency for
this window.  Note that this method will err on the side of caution,
so it is possible that this will return ``False`` when it is in fact
possible to set the transparency.

NOTE: On X-windows systems the X server must have the composite
extension loaded, and there must be a composite manager program (such
as xcompmgr) running.", "");

    DocDeclStr(
        virtual bool , SetTransparent(byte alpha),
        "Attempt to set the transparency of this window to the ``alpha`` value,
returns True on success.  The ``alpha`` value is an integer in the
range of 0 to 255, where 0 is fully transparent and 255 is fully
opaque.", "");
    
    

    %pythoncode {
    def PostCreate(self, pre):
        """
        Phase 3 of the 2-phase create <wink!>
        Call this method after precreating the window with the 2-phase create method.
        """
        self.this = pre.this
        self.thisown = pre.thisown
        pre.thisown = 0
        if hasattr(self, '_setOORInfo'):
            try:
                self._setOORInfo(self)
            except TypeError:
                pass
        if hasattr(self, '_setCallbackInfo'):
            try:
                self._setCallbackInfo(self, pre.__class__)
            except TypeError:
                pass
    }


    
    %property(AcceleratorTable, GetAcceleratorTable, SetAcceleratorTable, doc="See `GetAcceleratorTable` and `SetAcceleratorTable`");
    %property(AutoLayout, GetAutoLayout, SetAutoLayout, doc="See `GetAutoLayout` and `SetAutoLayout`");
    %property(BackgroundColour, GetBackgroundColour, SetBackgroundColour, doc="See `GetBackgroundColour` and `SetBackgroundColour`");
    %property(BackgroundStyle, GetBackgroundStyle, SetBackgroundStyle, doc="See `GetBackgroundStyle` and `SetBackgroundStyle`");
    %property(EffectiveMinSize, GetEffectiveMinSize, doc="See `GetEffectiveMinSize`");
    %property(BestSize, GetBestSize, doc="See `GetBestSize`");
    %property(BestVirtualSize, GetBestVirtualSize, doc="See `GetBestVirtualSize`");
    %property(Border, GetBorder, doc="See `GetBorder`");
    %property(Caret, GetCaret, SetCaret, doc="See `GetCaret` and `SetCaret`");
    %property(CharHeight, GetCharHeight, doc="See `GetCharHeight`");
    %property(CharWidth, GetCharWidth, doc="See `GetCharWidth`");
    %property(Children, GetChildren, doc="See `GetChildren`");
    %property(ClientAreaOrigin, GetClientAreaOrigin, doc="See `GetClientAreaOrigin`");
    %property(ClientRect, GetClientRect, SetClientRect, doc="See `GetClientRect` and `SetClientRect`");
    %property(ClientSize, GetClientSize, SetClientSize, doc="See `GetClientSize` and `SetClientSize`");
    %property(Constraints, GetConstraints, SetConstraints, doc="See `GetConstraints` and `SetConstraints`");
    %property(ContainingSizer, GetContainingSizer, SetContainingSizer, doc="See `GetContainingSizer` and `SetContainingSizer`");
    %property(Cursor, GetCursor, SetCursor, doc="See `GetCursor` and `SetCursor`");
    %property(DefaultAttributes, GetDefaultAttributes, doc="See `GetDefaultAttributes`");
    %property(DropTarget, GetDropTarget, SetDropTarget, doc="See `GetDropTarget` and `SetDropTarget`");
    %property(EventHandler, GetEventHandler, SetEventHandler, doc="See `GetEventHandler` and `SetEventHandler`");
    %property(ExtraStyle, GetExtraStyle, SetExtraStyle, doc="See `GetExtraStyle` and `SetExtraStyle`");
    %property(Font, GetFont, SetFont, doc="See `GetFont` and `SetFont`");
    %property(ForegroundColour, GetForegroundColour, SetForegroundColour, doc="See `GetForegroundColour` and `SetForegroundColour`");
    %property(GrandParent, GetGrandParent, doc="See `GetGrandParent`");
    %property(TopLevelParent, GetTopLevelParent, doc="See `GetTopLevelParent`");
    %property(Handle, GetHandle, doc="See `GetHandle`");
    %property(HelpText, GetHelpText, SetHelpText, doc="See `GetHelpText` and `SetHelpText`");
    %property(Id, GetId, SetId, doc="See `GetId` and `SetId`");
    %property(Label, GetLabel, SetLabel, doc="See `GetLabel` and `SetLabel`");
    %property(LayoutDirection, GetLayoutDirection, SetLayoutDirection, doc="See `GetLayoutDirection` and `SetLayoutDirection`");
    %property(MaxHeight, GetMaxHeight, doc="See `GetMaxHeight`");
    %property(MaxSize, GetMaxSize, SetMaxSize, doc="See `GetMaxSize` and `SetMaxSize`");
    %property(MaxWidth, GetMaxWidth, doc="See `GetMaxWidth`");
    %property(MinHeight, GetMinHeight, doc="See `GetMinHeight`");
    %property(MinSize, GetMinSize, SetMinSize, doc="See `GetMinSize` and `SetMinSize`");
    %property(MinWidth, GetMinWidth, doc="See `GetMinWidth`");
    %property(Name, GetName, SetName, doc="See `GetName` and `SetName`");
    %property(Parent, GetParent, doc="See `GetParent`");
    %property(Position, GetPosition, SetPosition, doc="See `GetPosition` and `SetPosition`");
    %property(Rect, GetRect, SetRect, doc="See `GetRect` and `SetRect`");
    %property(ScreenPosition, GetScreenPosition, doc="See `GetScreenPosition`");
    %property(ScreenRect, GetScreenRect, doc="See `GetScreenRect`");
    %property(Size, GetSize, SetSize, doc="See `GetSize` and `SetSize`");
    %property(Sizer, GetSizer, SetSizer, doc="See `GetSizer` and `SetSizer`");
    %property(ThemeEnabled, GetThemeEnabled, SetThemeEnabled, doc="See `GetThemeEnabled` and `SetThemeEnabled`");
    %property(ToolTip, GetToolTip, SetToolTip, doc="See `GetToolTip` and `SetToolTip`");
    %property(UpdateClientRect, GetUpdateClientRect, doc="See `GetUpdateClientRect`");
    %property(UpdateRegion, GetUpdateRegion, doc="See `GetUpdateRegion`");
    %property(Validator, GetValidator, SetValidator, doc="See `GetValidator` and `SetValidator`");
    %property(VirtualSize, GetVirtualSize, SetVirtualSize, doc="See `GetVirtualSize` and `SetVirtualSize`");
    %property(WindowStyle, GetWindowStyle, SetWindowStyle, doc="See `GetWindowStyle` and `SetWindowStyle`");
    %property(WindowStyleFlag, GetWindowStyleFlag, SetWindowStyleFlag, doc="See `GetWindowStyleFlag` and `SetWindowStyleFlag`");
    %property(WindowVariant, GetWindowVariant, SetWindowVariant, doc="See `GetWindowVariant` and `SetWindowVariant`");

    %property(Shown, IsShown, Show, doc="See `IsShown` and `Show`");
    %property(Enabled, IsEnabled, Enable, doc="See `IsEnabled` and `Enable`");
    %property(TopLevel, IsTopLevel, doc="See `IsTopLevel`");

    %property(GtkWidget, GetGtkWidget);

    %property(MinClientSize, GetMinClientSize, SetMinClientSize);
    %property(MaxClientSize, GetMaxClientSize, SetMaxClientSize);
};






%pythoncode {
def DLG_PNT(win, point_or_x, y=None):
    """
    Convenience function for converting a Point or (x,y) in
    dialog units to pixel units.
    """
    if y is None:
        return win.ConvertDialogPointToPixels(point_or_x)
    else:
        return win.ConvertDialogPointToPixels(wx.Point(point_or_x, y))

def DLG_SZE(win, size_width, height=None):
    """
    Convenience function for converting a Size or (w,h) in
    dialog units to pixel units.
    """
    if height is None:
        return win.ConvertDialogSizeToPixels(size_width)
    else:
        return win.ConvertDialogSizeToPixels(wx.Size(size_width, height))
}




// Unfortunatly the names of these new static methods clash with the
// names wxPython has been using forever for the overloaded
// wxWindow::FindWindow, so instead of swigging them as statics create
// standalone functions for them.


DocStr(wxFindWindowById,
"Find the first window in the application with the given id. If parent
is None, the search will start from all top-level frames and dialog
boxes; if non-None, the search will be limited to the given window
hierarchy. The search is recursive in both cases.", "");

DocStr(wxFindWindowByName,
"Find a window by its name (as given in a window constructor or Create
function call). If parent is None, the search will start from all
top-level frames and dialog boxes; if non-None, the search will be
limited to the given window hierarchy. The search is recursive in both
cases.

If no window with such name is found, wx.FindWindowByLabel is called.", "");

DocStr(wxFindWindowByLabel,
"Find a window by its label. Depending on the type of window, the label
may be a window title or panel item label. If parent is None, the
search will start from all top-level frames and dialog boxes; if
non-None, the search will be limited to the given window
hierarchy. The search is recursive in both cases.", "");


MustHaveApp(wxFindWindowById);
MustHaveApp(wxFindWindowByName);
MustHaveApp(wxFindWindowByLabel);

%inline %{
wxWindow* wxFindWindowById( long id, const wxWindow *parent = NULL ) {
    return wxWindow::FindWindowById(id, parent);
}

wxWindow* wxFindWindowByName( const wxString& name,
                              const wxWindow *parent = NULL ) {
     return wxWindow::FindWindowByName(name, parent);
}

wxWindow* wxFindWindowByLabel( const wxString& label,
                               const wxWindow *parent = NULL ) {
    return wxWindow::FindWindowByLabel(label, parent);
}
%}




%{
#ifdef __WXMSW__
#include <wx/msw/private.h>  // to get wxGetWindowId
#endif
%}

MustHaveApp(wxWindow_FromHWND);

// Note this is similar to another function in _axbase.i, keep them in sync.

%inline %{
    wxWindow* wxWindow_FromHWND(wxWindow* parent, unsigned long _hWnd) {
#ifdef __WXMSW__
        WXHWND hWnd = (WXHWND)_hWnd;
        //long id = wxGetWindowId(hWnd);
        wxWindow* win = new wxWindow;
        if (parent)
            parent->AddChild(win);
        win->SetEventHandler(win);
        win->SetHWND(hWnd);
        //win->SetId(id);
        win->SubclassWin(hWnd);
        win->AdoptAttributesFromHWND();
        win->SetupColours();
        return win;
#else
        wxPyRaiseNotImplemented();
        return NULL;
#endif
    }
%}

//---------------------------------------------------------------------------

DocStr(GetTopLevelWindows,
"Returns a list-like object of the the application's top-level windows, (frames,
dialogs, etc.)", "");
%inline %{
    wxWindowList& GetTopLevelWindows() {
        return wxTopLevelWindows;
    }
%}

//---------------------------------------------------------------------------

%pythoncode {
    class FrozenWindow(object):
        """
        A context manager to be used with Python 'with' statements
        that will freeze the given window for the duration of the
        with block.
        """
        def __init__(self, window):
            self._win = window
        def __enter__(self):
            self._win.Freeze()
            return self
        def __exit__(self, exc_type, exc_val, exc_tb):
            self._win.Thaw()
}


//---------------------------------------------------------------------------