wxWidgets/include/wx/generic
Vadim Zeitlin cbc66a2704 1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows
2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them)
3. Esc won't close the dialogs without cancel button under MSW
4. status bar can be child of windows of clases other than wxFrame
   (updated statbar sample to show it)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-12 00:26:21 +00:00
..
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
calctrl.h calctrl.h 2000-03-08 08:28:40 +00:00
caret.h Minor changes 1999-08-02 19:06:23 +00:00
choicdgg.h more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
colrdlgg.h Corrections 1999-10-14 10:20:38 +00:00
cross.xpm Added missing files 1999-08-16 20:21:06 +00:00
dcpsg.h Rotated text patch from Hans-Joachim Baader (with some corrections) 1999-12-06 09:35:27 +00:00
deffile.xpm icons for generic file dialog 2000-01-18 15:39:36 +00:00
dir_up.xpm EMX compilation, 1999-08-18 15:23:15 +00:00
dirdlgg.h more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
dragimgg.h Added wxDragImage generic implementation and sample; added mask handling to Motif's 2000-03-01 11:05:49 +00:00
error.xpm Made icons configurable via a wxMApp virtual function. Tested on wxGTK only, 1999-07-05 11:22:45 +00:00
exefile.xpm icons for generic file dialog 2000-01-18 15:39:36 +00:00
filedlgg.h Tried to prevent scrollbars from scrolling as 2000-02-06 13:51:01 +00:00
folder.xpm icons for generic file dialog 2000-01-18 15:39:36 +00:00
fontdlgg.h Some Unicode conversion. 1999-04-16 14:14:47 +00:00
grid.h Added many WXUNUSED, untabified once again. 2000-03-11 13:59:41 +00:00
gridg.h Added missing costructor 1999-10-09 07:10:26 +00:00
gridsel.h Removed unused parameter addToSelected. 2000-03-10 13:57:58 +00:00
helpext.h Added wxHelpControllerHtml, derived from wxHtmlHelpControllerBase. API like 1999-07-18 18:09:46 +00:00
helphtml.h Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
helpwxht.h Added WinHelp sample doc to samples/help, and made it possible to show 2000-03-08 13:04:51 +00:00
helpxlp.h *** empty log message *** 1999-08-02 04:44:01 +00:00
home.xpm EMX compilation, 1999-08-18 15:23:15 +00:00
imaglist.h added missing wxImageList::Add methods 2000-03-05 14:15:47 +00:00
info.xpm Made icons configurable via a wxMApp virtual function. Tested on wxGTK only, 1999-07-05 11:22:45 +00:00
laywin.h new makefiles (part I) 1999-06-01 15:32:12 +00:00
listctrl.h 1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in 2000-02-22 15:22:21 +00:00
listview.xpm wxWindow no longer emits any scroll events after 2000-02-05 10:33:57 +00:00
msgdlgg.h more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
new_dir.xpm EMX compilation, 1999-08-18 15:23:15 +00:00
notebook.h more Motif fixes (still doesn't compile, but *really* close :-) 1999-06-08 19:10:37 +00:00
panelg.h I think I finally fixed activation behaviour under MSW - now focus is not given 2000-01-22 01:44:16 +00:00
plot_dwn.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot_enl.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot_shr.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot_up.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot_zin.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot_zot.xpm Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
plot.h More wxPlotWindow goodies. 2000-02-27 15:56:24 +00:00
printps.h Added a few #if wxUSE_XXX 1999-06-15 20:21:59 +00:00
prntdlgg.h Changed wxChoice->wxComboBox as list of all paper sizes is too large to fit 1999-08-03 15:20:23 +00:00
progdlgg.h 1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows 2000-03-12 00:26:21 +00:00
question.xpm Made icons configurable via a wxMApp virtual function. Tested on wxGTK only, 1999-07-05 11:22:45 +00:00
repview.xpm wxFileDialog's report/list view icons changed to some visually more different 2000-01-16 00:31:10 +00:00
sashwin.h Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize; 1999-10-25 13:46:48 +00:00
scrolwin.h more backwards compatible kbd handling in wxScrolledWindow 2000-01-26 16:42:45 +00:00
spinctlg.h compilation fix for Motif 1999-11-08 18:38:56 +00:00
splitter.h Fixed wxSplitterEvent to set it's id to be the splitter window's id so 1999-12-23 20:12:34 +00:00
statline.h Added GetMainWidget() to fix bug that was causing crashes under wxMOTIF. 1999-09-16 10:32:03 +00:00
statusbr.h Some compilation fixes 2000-02-05 18:18:28 +00:00
tabg.h wxWindow split into wxWindowBase and wxWindow (wxGTK part) 1999-05-09 22:17:03 +00:00
textdlgg.h added wxGetPasswordFromUser(), dialogs sample shows it, documented it 2000-01-24 18:26:54 +00:00
tick.xpm Added missing files 1999-08-16 20:21:06 +00:00
tip.xpm startup tips for Unix 1999-06-29 11:50:30 +00:00
treectrl.h added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in 2000-02-21 14:35:44 +00:00
treelay.h Some corrections 2000-02-28 15:57:06 +00:00
warning.xpm Made icons configurable via a wxMApp virtual function. Tested on wxGTK only, 1999-07-05 11:22:45 +00:00
wizard.h 1. wxWizard supports setting images for each page, sample updated to show it 2000-01-21 02:26:25 +00:00