diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-24 20:32:35 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-24 20:32:35 -0500 |
| commit | 7039e1c0257336988696df80efe0fefc0d995340 (patch) | |
| tree | 00391c4cfe35f749d4f8c962ce6264edab1db60e | |
| parent | 6baefb894f492b3dc3be130e6cfbebef5857d12b (diff) | |
Markdown fixups in the control planning document.
| -rw-r--r-- | controlcandidates.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/controlcandidates.md b/controlcandidates.md index 6b15697..975bc02 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -27,9 +27,9 @@ GTK+ - same for GtkColorButton - GtkIconView - GtkSeparator (I think Windows makes this a mode of Static controls?) -notes to self: -- groupbox is GtkFrame -- GtkTreeView can do tree views and Tables +- notes to self: + - groupbox is GtkFrame + - GtkTreeView can do tree views and Tables COCOA - NSOutlineView for tree views @@ -46,11 +46,11 @@ COCOA - NSColorWell is the color button - NSOpenGLView for OpenGL; need to see how much OpenGL-specific stuff I need to expose - 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 -TODO: -- what does NSPathControl look like? +- 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 +- TODO: + - what does NSPathControl look like? |
