ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
authorRobert Roebling <robert@roebling.de>
Fri, 11 Dec 1998 15:41:28 +0000 (15:41 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 11 Dec 1998 15:41:28 +0000 (15:41 +0000)
commit92976ab62b850005f9b1e506d0e5ccf2ed465c15
tree6d28936357ed3bd5e8d01c8f7d3ec3e4156323b1
parent16553659df1a8fee8b19cc9a8ff8321711fe983c
  ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
  Corrected inheritence of wxTreeEvent, wxNotebookEvent, wxListEvent on
    wxMSW and wxGTK
  Corrected scrolling step etc. in wxListCtrl
  Built-in correction of out-of-bounds values for position of scrollbar thumb
  Reverted interpretation of wxVERTICAL for radiobox
  Applied Phls patch for wxStaticText

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
Makefile
include/wx/event.h
include/wx/generic/listctrl.h
include/wx/generic/treectrl.h
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
samples/controls/controls.cpp
src/common/event.cpp
src/generic/listctrl.cpp
src/generic/statusbr.cpp
src/generic/treectrl.cpp
src/gtk/dnd.cpp
src/gtk/notebook.cpp
src/gtk/radiobox.cpp
src/gtk/stattext.cpp
src/gtk/window.cpp
src/gtk1/dnd.cpp
src/gtk1/notebook.cpp
src/gtk1/radiobox.cpp
src/gtk1/stattext.cpp
src/gtk1/window.cpp
src/msw/data.cpp
src/msw/gauge95.cpp
src/msw/listctrl.cpp
src/msw/notebook.cpp
src/msw/treectrl.cpp