wxWidgets/include/wx/cocoa
David Elliott adb4816c3e Added machinery to Enable/Disable windows. When a window is disabled, it
disables all of its children.  Every window maintains a bool indicating
whether it should be enabled (i.e. Enable() was called on it directly).
When a window is reenabled, it reenables children, but only if they are
actually supposed to be enabled. Override CocoaSetEnabled() in subclasses
to actually enable/disable a Cocoa control.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-19 14:45:54 +00:00
..
app.h
autorelease.h
bitmap.h
bmpbuttn.h
brush.h
button.h
checkbox.h
checklst.h
choice.h
clipbrd.h
colour.h
combobox.h
control.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
font.h
frame.h
gauge.h
gdiobj.h
icon.h
listbox.h
menu.h
menuitem.h
NSBox.h
NSButton.h
NSControl.h
NSMenu.h
NSPanel.h
NSTableDataSource.h
NSTableView.h
NSTextField.h
NSView.h
NSWindow.h
ObjcAssociate.h
ObjcPose.h
pen.h
radiobox.h
radiobut.h
region.h
slider.h
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h
string.h
textctrl.h
toplevel.h
window.h Added machinery to Enable/Disable windows. When a window is disabled, it 2003-08-19 14:45:54 +00:00