From 8cdb3d2150fb591894d85d5ca5243f9ef6156099 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:10:34 +0100 Subject: Squashed 'mut/dmenu-mac/' content from commit c86c277 git-subtree-dir: mut/dmenu-mac git-subtree-split: c86c2774b8c7ac19299dfdc93d2e66e1a0393326 --- src/3rd-party/DDHotKeyTextField.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/3rd-party/DDHotKeyTextField.h (limited to 'src/3rd-party/DDHotKeyTextField.h') diff --git a/src/3rd-party/DDHotKeyTextField.h b/src/3rd-party/DDHotKeyTextField.h new file mode 100644 index 0000000..c399d62 --- /dev/null +++ b/src/3rd-party/DDHotKeyTextField.h @@ -0,0 +1,20 @@ +/* + DDHotKey -- DDHotKeyTextField.h + + Copyright (c) Dave DeLong + + Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + + The software is provided "as is", without warranty of any kind, including all implied warranties of merchantability and fitness. In no event shall the author(s) or copyright holder(s) be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software. + */ + +#import +#import "DDHotKeyCenter.h" + +@interface DDHotKeyTextField : NSTextField + +@property (nonatomic, strong) DDHotKey *hotKey; + +@end + +@interface DDHotKeyTextFieldCell : NSTextFieldCell @end \ No newline at end of file -- cgit v1.2.3