From 4630eaa84b782b7e3f4bb285925e0b59fe451e71 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 6 Mar 2014 20:14:10 -0500 Subject: [PATCH] Updated to the control candidates document to reflect the now-written Mac OS X port. --- controlcandidates.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/controlcandidates.md b/controlcandidates.md index 22c73aa..ff6f0d8 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -54,11 +54,7 @@ COCOA - NSRuleEditor/NSPredicateEditor look nice too but - notes to self: - groupbox is NSBox - - non-editable combobox is NSPopUpButton - - editable combobox is NSCombobox - don't look at NSForm; though it arranges in the ideal form layout, it only allows single-line text entry fields as controls - - NSSecureTextField does password entries - - NSProgressIndicator for ProgressBar - TODO: - what does NSPathControl look like?