wxWidgets/include/wx/gtk
Robert Roebling 2f073eb2e0 Fixed problem with mouse events getting sent to wrong
children when these were scrolled.
  wxCheckBox and wxRadioButton now have cursors and
    will do other things more sanely.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-20 20:38:47 +00:00
..
.cvsignore Added some WINE things. 1999-06-07 21:17:21 +00:00
accel.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
app.h 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
bitmap.h Added new wxFontDialog, 1999-08-24 20:26:06 +00:00
bmpbuttn.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
brush.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
button.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
checkbox.h Fixed problem with mouse events getting sent to wrong 1999-10-20 20:38:47 +00:00
checklst.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
choice.h Added size hints to dialog, 1999-10-19 10:51:48 +00:00
clipbrd.h New wxDataObject etc. Almost works. 1999-10-18 22:22:56 +00:00
colour.h Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute 1999-02-18 14:55:34 +00:00
combobox.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
control.h wxControl and wxChoice derive from the base classes under wxGTK too now 1999-10-18 15:45:28 +00:00
cursor.h "wxGDIObject * => &" related changes (see mail to the list) 1998-12-09 17:30:17 +00:00
dataobj.h Further DnD changes. Untested. 1999-10-19 22:13:33 +00:00
dc.h 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcclient.h 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcmemory.h 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dcscreen.h 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
dialog.h removed wxDialog::Centre() 1999-10-15 15:49:05 +00:00
dnd.h Further DnD changes. Untested. 1999-10-19 22:13:33 +00:00
error.xpm Added wxGTK-only cmn dialogs. 1999-06-26 11:56:44 +00:00
filedlg.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
font.h If we used 10% less inline functions in useless occasions, 1999-10-03 19:33:07 +00:00
fontdlg.h Forgot to add the files. 1999-08-24 20:30:10 +00:00
frame.h Restored wxSizeEvent code form last week -> wxGLCanvas 1999-10-16 20:07:16 +00:00
gauge.h Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
gdiobj.h Small doc corrections 1999-01-24 15:07:54 +00:00
icon.h Some more wxMotif improvements: DrawIcon fixed; generic notebook 1998-12-23 21:35:51 +00:00
info.xpm Added wxExtDialog and sample. 1999-07-03 16:40:54 +00:00
joystick.h Added GTK/Linux joystick class (Guilhem Lavaux) 1998-06-13 10:11:58 +00:00
listbox.h Corrected filelist.txt a little - one gsocket.c is enough, 1999-09-30 22:13:45 +00:00
mdi.h many changes; major ones: 1999-10-04 20:15:38 +00:00
menu.h Added wxMenu::Delete() and fixed some menu deleted memory 1999-10-11 19:32:58 +00:00
menuitem.h Added wxMenu::Delete() and fixed some menu deleted memory 1999-10-11 19:32:58 +00:00
minifram.h Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
notebook.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
palette.h "wxGDIObject * => &" related changes (see mail to the list) 1998-12-09 17:30:17 +00:00
pen.h Updated testconf 1999-07-19 14:41:30 +00:00
question.xpm Added wxGTK-only cmn dialogs. 1999-06-26 11:56:44 +00:00
radiobox.h Changed time of sending the wxSizeEvent and assorted things, 1999-10-14 13:09:01 +00:00
radiobut.h Fixed problem with mouse events getting sent to wrong 1999-10-20 20:38:47 +00:00
region.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
scrolbar.h Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
settings.h Added scrollbar size to settings 1998-12-12 16:42:43 +00:00
setup0.h Compile fixes and typos corrected. 1999-07-29 13:43:08 +00:00
slider.h Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
spinbutt.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
spinctrl.h added SpinCtrl, 1999-10-11 10:05:36 +00:00
statbmp.h Added wxStaticBitmap::SetIcon() 1999-07-25 14:38:28 +00:00
statbox.h Added zillions of #if wxUSE_XXX 1999-06-14 23:04:05 +00:00
statline.h Added wxExtDialog and sample. 1999-07-03 16:40:54 +00:00
stattext.h * wxMemoryStreams updates 1999-07-15 18:08:57 +00:00
tbargtk.h Applied a few old patches, 1999-10-04 09:03:48 +00:00
textctrl.h Added wxFFileStream base on wxFFile (as opposed to wxFile) 1999-08-22 16:12:48 +00:00
timer.h Factorize timercmm.cpp code 1999-09-29 19:40:04 +00:00
tooltip.h wxToolTip modifications: wxUSE_TOOLTIPS setting (default: on) added and 1999-02-01 14:40:53 +00:00
treectrl.h wxTreeEvent is declared in one header, not 3 of them 1999-07-24 00:14:54 +00:00
warning.xpm Added wxGTK-only cmn dialogs. 1999-06-26 11:56:44 +00:00
wave.h Added --with-wave/--without-wave for conditional wxWave support. 1999-06-09 14:49:50 +00:00
win_gtk.h Applied patches for AIX, 1999-10-14 09:29:20 +00:00
window.h Applied Diana's font patch II 1999-10-17 10:22:45 +00:00