markm
89fac02f13
Updated documentation for upcoming release
2006-04-25 11:37:20 +00:00
markm
4ee85bcad7
Latest ctypes does not have stdcall - so commented out the Keyboard functions - which I wasn't using anyway.
2006-04-25 10:17:27 +00:00
markm
c3212c158e
Updated documentation for 0.3.3 release
2006-04-19 20:47:35 +00:00
markm
dd573eade1
Commented out deprecated methods, added Application.kill_() method
2006-04-18 23:29:58 +00:00
markm
8127e07813
Added information for GetWindowState
2006-04-18 23:24:16 +00:00
markm
1afebab40f
Added some more timings and doc strings
2006-04-18 23:23:50 +00:00
markm
8d6f187621
Updated version information
2006-04-18 23:23:21 +00:00
markm
1ecd27948a
Preliminary testing for SendKeys added
2006-04-18 23:23:00 +00:00
markm
f7ff045616
Various added methods to HwndWrapper and documentation string updates to win32_controls.py
2006-04-18 23:22:40 +00:00
markm
95e82a5ed3
Updated/added some tests
2006-04-18 23:19:26 +00:00
markm
e36b4c46b9
Fixed some hidden bugs with HwndWrapper.CloseClick()
2006-04-07 15:24:13 +00:00
markm
bbd443b68f
Fixed Slow() and Fast() timings
2006-04-07 14:56:13 +00:00
markm
7f6b227669
Added the rest of the 'action' timings
2006-04-07 14:40:24 +00:00
markm
6a4f336f25
Added more timing values for configurable waits after modifying actions (only common_controls.py so far)
2006-04-07 13:48:43 +00:00
markm
d4ef6fbcea
Fixed my mess ups with 0.3.1 and releasing as 0.3.2
2006-03-30 23:46:32 +00:00
markm
4e2a1ee7f6
Updated version number
2006-03-30 08:26:01 +00:00
markm
8316d32807
Catch a key error - so that Pudge can still generate the documentation
2006-03-30 08:12:19 +00:00
markm
69e8f96f83
Moved all timing information to timings module
2006-03-30 08:11:30 +00:00
markm
4294357fb0
Moved all timing information to timings module
2006-03-30 08:07:06 +00:00
markm
9ebe1ff617
Some minor changes to the unit tests
2006-03-29 09:27:23 +00:00
markm
639c199494
Added a check for correct item in ListView Select/Deselect, also added a call to WaitGuiIdle() as stuff can happen so fast that the control doesn't have time to react.
2006-03-29 09:22:06 +00:00
markm
ba6e08b179
As per Christophe Keller's suggestion - added a Deselect to the ListViewWrapper Class.
2006-03-29 08:56:28 +00:00
markm
7dcd82ddb1
Removed some extra spaces
2006-03-28 20:56:28 +00:00
markm
037ab8e23e
Modified is_toplevel_window() so that it only call's style() once and does not call has_style() for optimization
2006-03-28 15:30:25 +00:00
markm
64b7e69275
Changed SendMessage()s that does not retrieve data to SendMessageTimeout()s
2006-03-28 15:29:16 +00:00
markm
d928d117aa
Changed one or two SendMessage() SendMessageTimeout()
2006-03-28 15:22:33 +00:00
markm
d6362c514e
re-arranged the optimizations a little bit
2006-03-28 15:17:29 +00:00
markm
51297679d2
removed one test from testGetItem, and made the other tests in that test faster by modifying the timing
2006-03-28 15:11:50 +00:00
markm
175cef5e2e
Updated some doc strings - and changed an instance of CloseClick() to Click()
2006-03-28 15:10:17 +00:00
markm
519bc54030
Changed doc string
2006-03-28 15:06:53 +00:00
markm
107e9c6748
Updated some doc strings
2006-03-28 15:03:47 +00:00
markm
04b580ebe1
Made running tests more verbose
2006-03-28 15:00:14 +00:00
markm
c51d7a2c78
Trying out levenshtein matching - but commented it out again - as that doesn't seem to be where things are slow.
2006-03-28 10:24:28 +00:00
markm
d6d7de42b0
some rearranging of code - but still not running correctly when profiled :-(
2006-03-28 10:23:26 +00:00
markm
917f810468
WaitNot was raising an error if the control was not found - this should not happen - it should return in that particular case.
2006-03-28 10:19:23 +00:00
markm
3e7bdc0dea
Changed default timeout for SendMessageTimeout to .001 (minimum - 1 microsecond). This speeds up tests - I will have to migrate this to the timing module though (once I have one!)
2006-03-28 10:16:20 +00:00
markm
370dbcef76
Did some optimization (added a cache that Stefaan Himpe suggested.
2006-03-28 10:13:36 +00:00
markm
05451cf719
Compiled regular expressions outside the loop
2006-03-27 14:57:54 +00:00
markm
5653838715
Reduced calculations for finding the distance - as we only need to be able to compare - not have the actual distance
2006-03-27 14:57:26 +00:00
markm
202b4cd87c
removed \unittests directory and moved code into pywinauto/unittests folder.
2006-03-27 09:42:56 +00:00
markm
3fb4350a5d
Moving changes from local repository to OpenQA repository.
...
- Moved getting the ID of a menu item before setting the focus - as this seemed to be the cause of intermittent menu selection problems (still not 100% sure that it was cause though!
- Cleaned up the Initialization of tests and allowed for extra tests to be added more easily.
2006-03-27 09:34:26 +00:00
markm
71b614682a
Added - not used yet - but will be
2006-03-20 20:31:52 +00:00
markm
d9095a37a8
Commented out some print statements that did not belong in release code
2006-03-20 20:30:21 +00:00
markm
01e6b9c72e
Changed large Hex constant to long constant to support 2.3
2006-03-20 20:29:07 +00:00
markm
5c90694173
updated the version
2006-03-20 18:56:48 +00:00
markm
85ef183be8
Needed to pull the appdata MenuItems only when there was another level (because if there is no next level there will be no menuitems in the appdata).
2006-03-20 18:54:40 +00:00
markm
0b0641dc3b
Allow getting the Running application from the first window requested.
2006-03-20 14:44:34 +00:00
markm
72353b2a37
Fixed off by one error for picking ComboBox and ListBox items using a string
2006-03-20 14:43:52 +00:00
markm
7c72bab81e
Added Doc strings and modified some tests
2006-03-20 12:21:25 +00:00
markm
be3c165e28
Minor changes on how to get various items - added string option to some
2006-03-20 12:20:33 +00:00
markm
d04383bae3
Fixed documentation
2006-03-19 10:26:25 +00:00
markm
823f03100d
Moved Notifying parent here instead of calling it in the owning control
...
Fixed documentation blocks
2006-03-19 10:25:37 +00:00
markm
7b335bae02
Added Lots more documentation
2006-03-19 10:24:40 +00:00
markm
3b58aaee86
Trying to hide warnings during testing
2006-03-19 10:24:11 +00:00
markm
eeb46709c4
Added a small bit more information to docstring for bug 1452832 test
2006-03-19 10:03:34 +00:00
markm
02009c7f03
Minor documentation formatting changes
2006-03-19 10:02:50 +00:00
markm
83704bccad
Very minor cosmetic code changes
2006-03-19 09:42:05 +00:00
markm
aa6a9c1f7a
Various minor cosmetic changes
2006-03-18 20:12:17 +00:00
markm
8ab71615be
Removed some dead code
2006-03-18 19:58:57 +00:00
markm
70fbb3fc6d
GetMenuPath updated to support application data
2006-03-18 19:58:35 +00:00
markm
d2e1b38a33
Minor changes to support application data
2006-03-18 19:58:11 +00:00
markm
7eb96159f1
Updated test for MenuSelect issue (which showed that we needed to SetFocus before calling MenuSelect
2006-03-18 19:57:35 +00:00
markm
857c6113fa
Updated test for Bug 1452832
2006-03-18 19:56:42 +00:00
markm
351fe8aebc
Minor changes due to allowing applications to work on different languages.
2006-03-18 19:56:06 +00:00
markm
71827bb1f3
Huge changes to support working on different languages.
2006-03-18 19:55:25 +00:00
markm
cfa8b6f3d2
Added predicate function for mathching windows
2006-03-18 19:54:09 +00:00
markm
da8437fb60
Added a few more tests relating to clipboard and menuselection
2006-03-18 08:58:11 +00:00
markm
d4bf54289c
Possible future change for BY_POSITION menu items
2006-03-18 08:56:46 +00:00
markm
d82fd14e63
added SetFocus to MenuSelect()
2006-03-18 08:56:07 +00:00
markm
e4c181e8f0
[ 1452832 ] clipboard.GetData() opens but does not close clipboard. - Fixed (Thanks Randy)
2006-03-18 06:19:42 +00:00
markm
d0c7062eca
Added ControlCount method and Modified IsEnabled and IsVisible to check if Their Top Level parent is also Enabled/Visible (respectively)
2006-03-18 05:39:10 +00:00
markm
7ff22f9b80
Cleaning up
2006-03-16 22:22:27 +00:00
markm
1e89b053d0
Allow RECT and LOGFONTW to be pickled.
2006-03-16 22:21:58 +00:00
markm
4dd01bbc0e
Final commits before extracting
2006-03-09 21:03:59 +00:00
markm
3852bd6d5d
Changes for 2.3
...
Fixed a bug or two
commented out some methods
2006-03-09 15:55:53 +00:00
markm
3e06394a04
Called SetFocus() before TypeKeys() does it's stuff.
2006-03-08 21:28:32 +00:00
markm
bc442f8989
Changes for 2.3
2006-03-08 21:28:06 +00:00
markm
a9414161a6
Changes for 2.3
2006-03-08 21:27:49 +00:00
markm
a94184b01e
Changes for 2.3
2006-03-08 21:27:25 +00:00
markm
78f322276c
minimal refactoring changes
2006-03-08 18:05:50 +00:00
markm
8caa6a18c9
In the process of adding more tests
2006-03-08 18:05:24 +00:00
markm
d8f3e6ea75
Implemented many more tests
2006-03-08 18:05:04 +00:00
markm
8d3f3ec6d8
Updated SetFocus to set it as the foreground window also
2006-03-08 18:04:34 +00:00
markm
d93a67050a
Added some extra checks found due to testing
2006-03-08 18:04:07 +00:00
markm
55740bfe15
Added a little more documentation
2006-03-07 15:56:25 +00:00
markm
5a857dea7d
minor doc string changes
2006-03-06 21:58:52 +00:00
markm
b73009f8d0
Added __version__ tag
2006-03-06 21:58:11 +00:00
markm
b013e78100
Added - should have been added previously!
2006-03-06 20:33:02 +00:00
markm
05d55cf5b8
Stripped out some dead code
2006-03-06 20:17:55 +00:00
markm
a6777fbc58
Added error message for calling getitem on HwndWrapper instances
...
Fixed Wait and WaitNot (removed *args, **kwargs and used explicit parameters). all wait options specified in one string - rather then allowing many strings.
Updated Timing method for timeouts
fixed _start and _connect to return the Application instance
2006-03-06 20:09:40 +00:00
markm
4aac3ea774
used is_toplevel_window rather then an explicit test in font()
...
commented out get_button_friendlyclassname
added a deprecation warning to friendlyclassname() and fixed how it returns "Dialog"
2006-03-06 20:06:19 +00:00
markm
45353a986a
changed type to isintance for Structure equality testing as Nose didn't like type.
2006-03-06 20:04:53 +00:00
markm
0db6410945
Fixed a bug where best_match was returning wrapped windows - not handles
2006-03-06 20:04:19 +00:00
markm
d42fda4396
Implemented more tests
2006-03-06 20:02:00 +00:00
markm
2c1c8c8026
changed from HwndWrapper.HwndWrapper.__init__(self, hwnd) to super(xxx, self).__init__(hwnd) so that nose tests would not fail.
2006-03-06 20:01:11 +00:00
markm
30fbc79cee
Various changes mostly to Wait* methods of WindowSpecification
2006-03-02 20:58:19 +00:00
markm
58550ded68
Very minor code cleanup
2006-03-02 18:23:37 +00:00
markm
3409b2e29c
Added new comparison for structures - allows you to pass in a tuple/list that can be compared against.
2006-03-02 18:22:58 +00:00
markm
c17d55873e
Added tests for new module menuwrapper
2006-03-02 18:22:06 +00:00
markm
9ba9125786
Added some more tests
2006-03-02 18:21:01 +00:00
markm
72a35552d9
Minor bug fixes and code cleanup
2006-03-02 18:20:05 +00:00
markm
8c8ba1840e
Moved Menu stuff to a different file and cleaned up the code a little
2006-03-02 18:19:23 +00:00
markm
97171bfc8d
Extracted Menu processing from HwndWrapper and added this file.
2006-03-02 18:18:17 +00:00
markm
6d1e0ff97e
Fixed bug with Application.start_() where it was not reporting error correctly
2006-02-24 22:05:18 +00:00
markm
5129be9219
Fixed rebar Texts(), fixed how it get's the text too
...
added some checks for good indices when selecting a tab.
2006-02-24 22:04:08 +00:00
markm
66ea043094
Added more tests (Toolbar Test, ReBar Tests, application.start_() bug test)
2006-02-24 22:03:20 +00:00
markm
df4c9fdafc
Added a step to GetProperties to check if the control needed to have image property saved for it.
2006-02-24 17:34:59 +00:00
markm
eb27ae7943
Removed some tooltip stuff that was just test code and is not necessary or duplicated
2006-02-24 17:34:35 +00:00
markm
76b294c9bf
Missed a couple of items that needed to be converted from properties to Methods
2006-02-24 17:33:28 +00:00
markm
59861bfaf9
Added a simple test for button._IfNeedsImage
2006-02-24 17:16:42 +00:00
markm
cb5df8107e
Typo in argument name
2006-02-17 22:27:42 +00:00
markm
647fe375eb
Mainly toolbar and tooltip changes.
...
One bug fix to deal with RemoteMemoryBlock.__del__ when access was denied.
2006-02-17 22:15:42 +00:00
markm
be07999ddb
Added some more API items
2006-02-17 21:43:31 +00:00
markm
46ca378736
Modified quite extensively how controls are matched - hopefully making it more strict but still allowing flexibility
2006-02-17 21:07:35 +00:00
markm
eaf7f83397
Added a few more tests
2006-02-17 21:05:56 +00:00
markm
0c28a4c9b7
Added import of findwindows for findwindows.WindowAmbiguousError
2006-02-17 21:05:21 +00:00
markm
faa8cfd751
Fixed bug where combo box select was not notifying parent correctly.
...
Modified PopupMenu to work appropriately with the new MenuSelcet/MenuClick methods
2006-02-17 21:04:36 +00:00
markm
ef77ef58cc
Lots of menu changes, some doc strings edited.
2006-02-17 21:03:35 +00:00
markm
d2c20aa532
renamed variables to fix pylint warnings
2006-02-15 21:48:33 +00:00
markm
14869a4376
added some more windows functions/constants/structures
2006-02-15 21:48:05 +00:00
markm
b99fe3dd6e
Added an iswindow() function
2006-02-15 21:47:11 +00:00
markm
45cf64a141
Fixed finding the text control for a non text control
2006-02-15 21:46:44 +00:00
markm
d49cb0114d
Some bug fixes and fixing for findbestmatch.find_best_control_matches()
2006-02-15 21:45:56 +00:00
markm
e843a08fea
removed
2006-02-15 21:44:23 +00:00
markm
6eb70bfe6d
Added Lots of more tests
2006-02-15 21:43:58 +00:00
markm
504d6629c1
Minor changes to avoid a Pychecker warning
2006-02-15 21:43:05 +00:00
markm
6d6a6f09c7
Preliminary support for Popup menus
2006-02-15 21:42:33 +00:00
markm
4cd8dbf0b1
Various Refactoring
...
Added support for Up-Down controls
2006-02-15 21:41:38 +00:00
markm
a098e8cb96
Added SendInput versions of Click, DoubleClick, RightClick etc
2006-02-15 21:41:06 +00:00
markm
4fc6ab0716
Minor changes
2006-02-13 13:48:57 +00:00
markm
90ae468c25
Added some tab control tests
2006-02-13 13:46:02 +00:00
markm
e154bf62fc
Renamed Appliaction.app_windows_ to windows_ and made it work like window_ in that you could pass in criteria. (but it returns wrapped windows not window criteria!)
2006-02-13 13:45:23 +00:00
markm
e6c2e2d7ef
Fixed a bug with finding the closes text control
2006-02-13 13:40:55 +00:00
markm
81ade6e3d7
Changed HwndWrapper.Text, SetText to WindowText and SetWindowText (and EditWrapper.SetText to EditWrapper.SetEditText
2006-02-12 02:44:27 +00:00
markm
a7c73f75b7
Added more tests
2006-02-12 01:48:38 +00:00
markm
cf5409e053
Added some extra checks to ComboBox.Select()
2006-02-12 01:48:23 +00:00
markm
5b8d020c63
Minor updates, added direct import of cElementTree (though I should wrap the import to make it optional)
2006-02-10 21:06:27 +00:00
markm
101ac0800d
Fixed a bug in how the closest Text control was found.
2006-02-10 21:05:30 +00:00
markm
a249f36b8e
Minor changes
...
start of SetFocus, GetFocus methods
Fixed bug in GetProperties for ListBoxeWrapper
2006-02-10 21:05:07 +00:00
markm
2ffe50b072
Minor bugs due to earlier refactoring that hadn't been fixed
2006-02-10 21:03:36 +00:00
markm
ea67f4cdb4
Added some more tests - especially for GetProperties
2006-02-10 21:01:50 +00:00
markm
021f257b3a
Fixed importing of modules for py2exe by not playing with the path
2006-02-10 17:22:28 +00:00
markm
0fa16b772a
moved some GetProperties values into writable_props
2006-02-10 16:35:45 +00:00
markm
925eb3700d
Fixed some naming issues RebarWrapper.NumBands -> BandCount
...
Removed some GetProperties that could be implemented using writable_props
2006-02-10 16:35:05 +00:00
markm
a6733b636b
using internal __file__ rather then pywinauto.__file__
2006-02-10 15:12:27 +00:00
markm
cdd61b7a54
no real change
2006-02-09 22:18:10 +00:00
markm
d421a15152
Added some input and keyboard handling functions/structures
2006-02-09 22:17:58 +00:00
markm
d3ba5303d1
Added some keyboard input constants
2006-02-09 22:17:12 +00:00
markm
656dbf7d29
allow calling from the current directory if pywinauto is not in site-packages
2006-02-09 22:15:39 +00:00
markm
fde10b5648
Added some status bar tests
2006-02-09 22:14:57 +00:00
markm
05a8f94b2c
Fixed a bug in ListViewWrapper.Select()
...
Reflected changes in HwndWrapper.GetProperties()
Added a GetTab mehtod of TabControlWrapper
Fixed a bug in ToolbarWrapper.GetButton() that was setting the text incorrectly
Added a method ToolbarWrapper.GetButtonRect()
Added test methods ToolbarWrapper.RightClick() and ToolbarWrapper.PressButton()
2006-02-09 22:14:07 +00:00
markm
8996b7ac5c
Changed how top level windows are wrapped.
...
It was previously impossible to wrap top level windows in anything other then DialogWraper. Now I check for a specific wrapper and only fall back to HwndWrapper if no other wrapper is available.
2006-02-09 22:08:47 +00:00
markm
e67af6b328
Modified how GetProperties works to make it easier to extend in a simple way
...
Fixed a bug and Added a little more documentation to IsVisible and IsEnabled
Removed some parameters from DoubleClick and RightClick.
2006-02-09 22:07:31 +00:00
markm
f3a49f45d1
Added Init to DialogWrapper so that we could destinguish between #32770 windows and other ClassNames.
...
Added new wrapper - PopupMenuWrapper
2006-02-09 22:01:55 +00:00
markm
60e7edf6dd
Added a timeout parameter to exists
2006-02-07 00:05:18 +00:00
markm
78ed13aad3
Added support for some .NET controls
2006-02-06 23:32:11 +00:00
markm
89452320a5
Fixed a bug in application.WindowSpecification.window_
...
Added deprecated application._start and application._connect methods
Added better Attribute Error to WindowSpecification.__call__
2006-02-06 23:09:20 +00:00
markm
98a3e8292a
Already moved to unittest directory
2006-02-06 22:39:16 +00:00
markm
967d23a2d9
Moved UnitTests to their own directory and out of modules
2006-02-06 22:38:41 +00:00
markm
e023b00c3d
Mainly fixing pylint warnings
2006-02-06 21:06:17 +00:00
markm
7401183250
Added code to handle empty lists (highlighted by unit tests)
...
Fixed some pylint warnings
2006-02-06 21:06:04 +00:00
markm
f1b3c6cebe
Moved some dead code out of the file
...
Looked at implementing reading from app_data
Removed Process class and extracted 2 methods from it
2006-02-06 21:04:07 +00:00
markm
b9c943697e
Added MoveWindow method
...
Cleaned up some long lines, and variable names for Pylint
worked on unit tests
2006-02-06 21:02:39 +00:00
markm
07a2166793
Adding required files
2006-01-31 19:09:29 +00:00
markm
1716ac697b
Re-organized some files
2006-01-31 19:07:31 +00:00
markm
a664ee56ad
Re-organized some files
2006-01-31 19:06:51 +00:00
markm
3740f98db8
Complete change how dialogs are specified (from ActionDialog to WindowSpecification)
2006-01-31 19:04:48 +00:00
markm
27f1bd2a3d
Added code to find the closest text control for non text controls
2006-01-31 19:01:46 +00:00
markm
68c9bd5535
added handle option which is essentially a pass through search. (i.e. it just return the handle again.
2006-01-31 18:50:31 +00:00
markm
022912d130
added check for Non Rectangle in Rectangle.__eq__() and added NMLISTVIEW structure
2006-01-31 18:48:44 +00:00
markm
5b0c125195
Added check for boolean properties - so that they are handled as longs
2006-01-31 18:46:38 +00:00
markm
c9e84c7567
Added unit tests, changed from properties to methods
...
added more granularity to many controls
2006-01-31 18:44:54 +00:00
markm
f44d83ab67
...
2006-01-31 18:13:17 +00:00
markm
01a192204e
Changed to reflect that properties of HwndWraper objects are now methods rather then properties
2006-01-31 18:05:41 +00:00
markm
abf1df88e6
Moved MinimalNotepadTest first
...
Used CloseClick in places where they close dialogs
2006-01-26 22:25:23 +00:00
markm
68cc2a23e6
moved PrintCtypesStruct into Structure class so that all Structures now have a __str__ method
2006-01-26 22:23:50 +00:00
markm
4efc7d70a4
Added Some API functions and some packing/unpacking methods
2006-01-26 22:22:58 +00:00
markm
d77b662e5d
Added in MIIM_STRING
2006-01-26 22:22:19 +00:00
markm
db72b9f06f
Allowed best_match to be specified.
2006-01-26 22:22:02 +00:00
markm
1c5c3bc246
Refactored - but not finished yet
2006-01-26 22:21:33 +00:00
markm
6635321512
Commented out ActionDialog
...
Added WindowSpecification as a Replacement
2006-01-26 22:20:56 +00:00
markm
ccc2d727a6
Actions now use SendMessageTimeout rather than PostMessage.
...
I also changed how HwndWrapper is imported.
2006-01-26 22:19:27 +00:00
markm
c1b963f8c0
Added SendMessageTimeout and CloseClick
...
Also inserted calls to WaitGuiThreadIdle() as an extra safety measure
2006-01-26 22:18:27 +00:00
markm
aa56c83bab
Much refactoring!
...
- Moved Actions into Wrappers
- in process of moving processing out of constructors
- changed how friendly class is retrieved
2006-01-25 21:32:09 +00:00
markm
3b03fbec77
Major refactoring - and still not finished.
...
Probably need to change how the packaging of controls works (and this will probably mean changing where win32defines etc. are loaded from)
2006-01-20 23:02:48 +00:00
markm
de07ead891
...
2006-01-20 23:01:34 +00:00
markm
38434e55d0
Minor modification so that it works now - not how we would like it to work in the future
2006-01-20 23:00:20 +00:00
markm
5c1a45fa0d
Moved timing decisions near top of file.
2006-01-20 22:59:10 +00:00
markm
c77124d4cf
Fixed a bug in a previous edit where I had removed importing LOGFONTW and RECT - they were required!
2006-01-20 22:58:53 +00:00
markm
caa9444cb5
Changed visibility of some items (both for automatic doc creation and to help users know what they are expected to work with)
2006-01-20 04:56:52 +00:00
markm
1e1eea4f5d
Ran pychecker, pylint and fixed many of the raised items
...
Added Revision to each file
Many other small modifications
2006-01-20 01:43:23 +00:00
markm
a0171ce11f
Change Rev yet again
...
shortened long lines
2006-01-20 01:09:48 +00:00
markm
e5232b0af8
...
2006-01-19 16:26:26 +00:00
markm
f67c1aceaf
...
2006-01-19 16:24:28 +00:00
markm
3880cfee3e
Added subversion keywords for revision and modification date
2006-01-19 16:18:35 +00:00
markm
4865f4c9da
Removed import of control properties
2006-01-19 14:37:21 +00:00
markm
1275c7ea9d
not needed by application - the only file where it was included
2006-01-19 14:36:57 +00:00
markm
eebc7490bf
Fixed a bug where I was not wrapping a process parameter
2006-01-18 22:35:46 +00:00
markm
a186230da6
FriendlyClassName changes
...
Moved PrintCtypesStructure into win32structures
trying to play with GETDISPINFO stuff
2006-01-18 22:35:05 +00:00
markm
e5882c7736
FriendlyClassName changes
2006-01-18 22:34:16 +00:00