vanilla icon indicating copy to clipboard operation
vanilla copied to clipboard

A Pythonic wrapper around Cocoa.

Results 57 vanilla issues
Sort by recently updated
recently updated
newest added

Is there interest in making vanilla a bit more thread save? For example currently it is dangerous to change the content of a TextBox from a background thread. It could...

``` "control": NSAlternateKeyMask, "option": NSAlternateKeyMask, ``` About having `NSAlternateKeyMask` instead of `NSControlKeyMask`for the "control" key? I see in the Apple Doc, that the latter is deprecated (but all of them...

Run the following, and hit the "Click" button repeatedly until it crashes. The crash occurs in a fairly deep key/value binding callback. If in the code below you change `editable=True`...

( extracted from #17 ) more documentation about and examples of drag and drop

( extracted from issue #17 ) This is going to require some research on how localization is handled at the app level. I'm not sure if localization will be able...

This is the deprecated method: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSApplication_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/instm/NSApplication/beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:

When sorting a column by clicking the column's header I get a editCallback. This might be on purpose, because the order changes and somehow the list is edited, but at...

fixing #207 fixing #204

https://vanilla.robotools.dev/en/latest/objects/Window.html https://vanilla.robotools.dev/en/latest/objects/FloatingWindow.html Most doc pages begin with the class constructor and some examples and descriptions, like the image below. This is missing from the Window and FloatingWindow doc pages linked...

https://vanilla.robotools.dev/en/latest/objects/List.html