|
1 |
| -# Not available at runtime. Contains type definitions that are otherwise not exposed |
| 1 | +# Not available at runtime. Contains type definitions that are otherwise not exposed and not part of a specific module. |
2 | 2 | from _typeshed import Incomplete
|
3 | 3 | from typing_extensions import final
|
4 | 4 |
|
@@ -646,182 +646,182 @@ class PyDCB:
|
646 | 646 |
|
647 | 647 | class PyDEVMODE:
|
648 | 648 | @property
|
649 |
| - def SpecVersion(self): ... |
| 649 | + def SpecVersion(self) -> int: ... |
650 | 650 | @property
|
651 |
| - def DriverVersion(self): ... |
| 651 | + def DriverVersion(self) -> int: ... |
652 | 652 | @property
|
653 |
| - def Size(self): ... |
| 653 | + def Size(self) -> int: ... |
654 | 654 | @property
|
655 |
| - def DriverExtra(self): ... |
| 655 | + def DriverExtra(self) -> int: ... |
656 | 656 | @property
|
657 |
| - def Fields(self): ... |
| 657 | + def Fields(self) -> int: ... |
658 | 658 | @property
|
659 |
| - def Orientation(self): ... |
| 659 | + def Orientation(self) -> int: ... |
660 | 660 | @property
|
661 |
| - def PaperSize(self): ... |
| 661 | + def PaperSize(self) -> int: ... |
662 | 662 | @property
|
663 |
| - def PaperLength(self): ... |
| 663 | + def PaperLength(self) -> int: ... |
664 | 664 | @property
|
665 |
| - def PaperWidth(self): ... |
| 665 | + def PaperWidth(self) -> int: ... |
666 | 666 | @property
|
667 |
| - def Position_x(self): ... |
| 667 | + def Position_x(self) -> int: ... |
668 | 668 | @property
|
669 |
| - def Position_y(self): ... |
| 669 | + def Position_y(self) -> int: ... |
670 | 670 | @property
|
671 |
| - def DisplayOrientation(self): ... |
| 671 | + def DisplayOrientation(self) -> int: ... |
672 | 672 | @property
|
673 |
| - def DisplayFixedOutput(self): ... |
| 673 | + def DisplayFixedOutput(self) -> int: ... |
674 | 674 | @property
|
675 |
| - def Scale(self): ... |
| 675 | + def Scale(self) -> int: ... |
676 | 676 | @property
|
677 |
| - def Copies(self): ... |
| 677 | + def Copies(self) -> int: ... |
678 | 678 | @property
|
679 |
| - def DefaultSource(self): ... |
| 679 | + def DefaultSource(self) -> int: ... |
680 | 680 | @property
|
681 |
| - def PrintQuality(self): ... |
| 681 | + def PrintQuality(self) -> int: ... |
682 | 682 | @property
|
683 |
| - def Color(self): ... |
| 683 | +
F438
def Color(self) -> int: ... |
684 | 684 | @property
|
685 |
| - def Duplex(self): ... |
| 685 | + def Duplex(self) -> int: ... |
686 | 686 | @property
|
687 |
| - def YResolution(self): ... |
| 687 | + def YResolution(self) -> int: ... |
688 | 688 | @property
|
689 |
| - def TTOption(self): ... |
| 689 | + def TTOption(self) -> int: ... |
690 | 690 | @property
|
691 |
| - def Collate(self): ... |
| 691 | + def Collate(self) -> int: ... |
692 | 692 | @property
|
693 |
| - def LogPixels(self): ... |
| 693 | + def LogPixels(self) -> int: ... |
694 | 694 | @property
|
695 |
| - def BitsPerPel(self): ... |
| 695 | + def BitsPerPel(self) -> int: ... |
696 | 696 | @property
|
697 |
| - def PelsWidth(self): ... |
| 697 | + def PelsWidth(self) -> int: ... |
698 | 698 | @property
|
699 |
| - def PelsHeight(self): ... |
| 699 | + def PelsHeight(self) -> int: ... |
700 | 700 | @property
|
701 |
| - def DisplayFlags(self): ... |
| 701 | + def DisplayFlags(self) -> int: ... |
702 | 702 | @property
|
703 |
| - def DisplayFrequency(self): ... |
| 703 | + def DisplayFrequency(self) -> int: ... |
704 | 704 | @property
|
705 |
| - def ICMMethod(self): ... |
| 705 | + def ICMMethod(self) -> int: ... |
706 | 706 | @property
|
707 |
| - def ICMIntent(self): ... |
| 707 | + def ICMIntent(self) -> int: ... |
708 | 708 | @property
|
709 |
| - def MediaType(self): ... |
| 709 | + def MediaType(self) -> int: ... |
710 | 710 | @property
|
711 |
| - def DitherType(self): ... |
| 711 | + def DitherType(self) -> int: ... |
712 | 712 | @property
|
713 |
| - def Reserved1(self): ... |
| 713 | + def Reserved1(self) -> int: ... |
714 | 714 | @property
|
715 |
| - def Reserved2(self): ... |
| 715 | + def Reserved2(self) -> int: ... |
716 | 716 | @property
|
717 |
| - def Nup(self): ... |
| 717 | + def Nup(self) -> int: ... |
718 | 718 | @property
|
719 |
| - def PanningWidth(self): ... |
| 719 | + def PanningWidth(self) -> int: ... |
720 | 720 | @property
|
721 |
| - def PanningHeight(self): ... |
| 721 | + def PanningHeight(self) -> int: ... |
722 | 722 | @property
|
723 |
| - def DeviceName(self): ... |
| 723 | + def DeviceName(self) -> str: ... |
724 | 724 | @property
|
725 |
| - def FormName(self): ... |
| 725 | + def FormName(self) -> str: ... |
726 | 726 | @property
|
727 |
| - def DriverData(self): ... |
| 727 | + def DriverData(self) -> Incomplete | None: ... |
728 | 728 | def Clear(self) -> None: ...
|
729 | 729 |
|
730 | 730 | class PyDEVMODEW:
|
731 | 731 | @property
|
732 |
| - def SpecVersion(self): ... |
| 732 | + def SpecVersion(self) -> int: ... |
733 | 733 | @property
|
734 |
| - def DriverVersion(self): ... |
| 734 | + def DriverVersion(self) -> int: ... |
735 | 735 | @property
|
736 |
| - def Size(self): ... |
| 736 | + def Size(self) -> int: ... |
737 | 737 | @property
|
738 |
| - def DriverExtra(self): ... |
| 738 | + def DriverExtra(self) -> int: ... |
739 | 739 | @property
|
740 |
| - def Fields(self): ... |
| 740 | + def Fields(self) -> int: ... |
741 | 741 | @property
|
742 |
| - def Orientation(self): ... |
| 742 | + def Orientation(self) -> int: ... |
743 | 743 | @property
|
744 |
| - def PaperSize(self): ... |
| 744 | + def PaperSize(self) -> int: ... |
745 | 745 | @property
|
746 |
| - def PaperLength(self): ... |
| 746 | + def PaperLength(self) -> int: ... |
747 | 747 | @property
|
748 |
| - def PaperWidth(self): ... |
| 748 | + def PaperWidth(self) -> int: ... |
749 | 749 | @property
|
750 |
| - def Position_x(self): ... |
| 750 | + def Position_x(self) -> int: ... |
751 | 751 | @property
|
752 |
| - def Position_y(self): ... |
| 752 | + def Position_y(self) -> int: ... |
753 | 753 | @property
|
754 |
| - def DisplayOrientation(self): ... |
| 754 | + def DisplayOrientation(self) -> int: ... |
755 | 755 | @property
|
756 |
| - def DisplayFixedOutput(self): ... |
| 756 | + def DisplayFixedOutput(self) -> int: ... |
757 | 757 | @property
|
758 |
| - def Scale(self): ... |
| 758 | + def Scale(self) -> int: ... |
759 | 759 | @property
|
760 |
| - def Copies(self): ... |
| 760 | + def Copies(self) -> int: ... |
761 | 761 | @property
|
762 |
| - def DefaultSource(self): ... |
| 762 | + def DefaultSource(self) -> int: ... |
763 | 763 | @property
|
764 |
| - def PrintQuality(self): ... |
| 764 | + def PrintQuality(self) -> int: ... |
765 | 765 | @property
|
766 |
| - def Color(self): ... |
| 766 | + def Color(self) -> int: ... |
767 | 767 | @property
|
768 |
| - def Duplex(self): ... |
| 768 | + def Duplex(self) -> int: ... |
769 | 769 | @property
|
770 |
| - def YResolution(self): ... |
| 770 | + def YResolution(self) -> int: ... |
771 | 771 | @property
|
772 |
| - def TTOption(self): ... |
| 772 | + def TTOption(self) -> int: ... |
773 | 773 | @property
|
774 |
| - def Collate(self): ... |
| 774 | + def Collate(self) -> int: ... |
775 | 775 | @property
|
776 |
| - def LogPixels(self): ... |
| 776 | + def LogPixels(self) -> int: ... |
777 | 777 | @property
|
778 |
| - def BitsPerPel(self): ... |
| 778 | + def BitsPerPel(self) -> int: ... |
779 | 779 | @property
|
780 |
| - def PelsWidth(self): ... |
| 780 | + def PelsWidth(self) -> int: ... |
781 | 781 | @property
|
782 |
| - def PelsHeight(self): ... |
| 782 | + def PelsHeight(self) -> int: ... |
783 | 783 | @property
|
784 |
| - def DisplayFlags(self): ... |
| 784 | + def DisplayFlags(self) -> int: ... |
785 | 785 | @property
|
786 |
| - def DisplayFrequency(self): ... |
| 786 | + def DisplayFrequency(self) -> int: ... |
787 | 787 | @property
|
788 |
| - def ICMMethod(self): ... |
| 788 | + def ICMMethod(self) -> int: ... |
789 | 789 | @property
|
790 |
| - def ICMIntent(self): ... |
| 790 | + def ICMIntent(self) -> int: ... |
791 | 791 | @property
|
792 |
| - def MediaType(self): ... |
| 792 | + def MediaType(self) -> int: ... |
793 | 793 | @property
|
794 |
| - def DitherType(self): ... |
| 794 | + def DitherType(self) -> int: ... |
795 | 795 | @property
|
796 |
| - def Reserved1(self): ... |
| 796 | + def Reserved1(self) -> int: ... |
797 | 797 | @property
|
798 |
| - def Reserved2(self): ... |
| 798 | + def Reserved2(self) -> int: ... |
799 | 799 | @property
|
800 |
| - def Nup(self): ... |
| 800 | + def Nup(self) -> int: ... |
801 | 801 | @property
|
802 |
| - def PanningWidth(self): ... |
| 802 | + def PanningWidth(self) -> int: ... |
803 | 803 | @property
|
804 |
| - def PanningHeight(self): ... |
| 804 | + def PanningHeight(self) -> int: ... |
805 | 805 | @property
|
806 | 806 | def DeviceName(self) -> str: ...
|
807 | 807 | @property
|
808 |
| - def FormName(self): ... |
| 808 | + def FormName(self) -> str: ... |
809 | 809 | @property
|
810 |
| - def DriverData(self): ... |
| 810 | + def DriverData(self) -> Incomplete | None: ... |
811 | 811 |
|
812 | 812 | class PyDISPLAY_DEVICE:
|
813 | 813 | @property
|
814 |
| - def Size(self): ... |
| 814 | + def Size(self) -> int: ... |
815 | 815 | @property
|
816 |
| - def DeviceName(self): ... |
| 816 | + def DeviceName(self) -> str: ... |
817 | 817 | @property
|
818 |
| - def DeviceString(self): ... |
| 818 | + def DeviceString(self) -> str: ... |
819 | 819 | @property
|
820 |
| - def StateFlags(self): ... |
| 820 | + def StateFlags(self) -> int: ... |
821 | 821 | @property
|
822 |
| - def DeviceID(self): ... |
| 822 | + def DeviceID(self) -> str: ... |
823 | 823 | @property
|
824 |
| - def DeviceKey(self): ... |
| 824 | + def DeviceKey(self) -> str: ... |
825 | 825 | def Clear(self) -> None: ...
|
826 | 826 |
|
827 | 827 | class PyDLGITEMTEMPLATE: ...
|
@@ -910,7 +910,7 @@ class PyGetSignerCertificate: ...
|
910 | 910 |
|
911 | 911 | class PyHANDLE:
|
912 | 912 | @property
|
913 |
| - def handle(self): ... |
| 913 | + def handle(self) -> int: ... |
914 | 914 | def Close(self) -> None: ...
|
915 | 915 | def close(self) -> None: ...
|
916 | 916 | def Detach(self): ...
|
|
0 commit comments