Markdown fixups in the control planning document.
This commit is contained in:
parent
6baefb894f
commit
7039e1c025
|
@ -27,9 +27,9 @@ GTK+
|
||||||
- same for GtkColorButton
|
- same for GtkColorButton
|
||||||
- GtkIconView
|
- GtkIconView
|
||||||
- GtkSeparator (I think Windows makes this a mode of Static controls?)
|
- GtkSeparator (I think Windows makes this a mode of Static controls?)
|
||||||
notes to self:
|
- notes to self:
|
||||||
- groupbox is GtkFrame
|
- groupbox is GtkFrame
|
||||||
- GtkTreeView can do tree views and Tables
|
- GtkTreeView can do tree views and Tables
|
||||||
|
|
||||||
COCOA
|
COCOA
|
||||||
- NSOutlineView for tree views
|
- NSOutlineView for tree views
|
||||||
|
@ -46,11 +46,11 @@ COCOA
|
||||||
- NSColorWell is the color button
|
- NSColorWell is the color button
|
||||||
- NSOpenGLView for OpenGL; need to see how much OpenGL-specific stuff I need to expose
|
- NSOpenGLView for OpenGL; need to see how much OpenGL-specific stuff I need to expose
|
||||||
- NSRuleEditor/NSPredicateEditor look nice too but
|
- NSRuleEditor/NSPredicateEditor look nice too but
|
||||||
notes to self:
|
- notes to self:
|
||||||
- groupbox is NSBox
|
- groupbox is NSBox
|
||||||
- non-editable combobox is NSPopUpButton
|
- non-editable combobox is NSPopUpButton
|
||||||
- editable combobox is NSCombobox
|
- 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
|
- 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
|
- NSSecureTextField does password entries
|
||||||
TODO:
|
- TODO:
|
||||||
- what does NSPathControl look like?
|
- what does NSPathControl look like?
|
||||||
|
|
Loading…
Reference in New Issue