* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 18 Aug 1998 17:22:15 +0000 (17:22 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 18 Aug 1998 17:22:15 +0000 (17:22 +0000)
commitc2dd8380badebac8dc01f8948288235ae91056ed
treeffab59e290ae75d019a45ef20e1b596e2b50a8cc
parentc86f1403c3737c07d58676a203f4707942684a01
* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID
* Updates and new objects in utils/serialize
* wxLayout*_Serialize are friends of wxLayout* (so I can access to the
internal fields)
* wxMenu (GTK):  SetTitle/GetTitle (basic implementation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
include/wx/gtk/menu.h
include/wx/gtk1/menu.h
include/wx/layout.h
include/wx/thread.h
src/gtk/menu.cpp
src/gtk/threadno.cpp
src/gtk/threadpsx.cpp
src/gtk/threadsgi.cpp
src/gtk1/menu.cpp
src/gtk1/threadno.cpp
src/gtk1/threadpsx.cpp
src/gtk1/threadsgi.cpp
src/qt/threadno.cpp
src/qt/threadpsx.cpp
src/qt/threadsgi.cpp
src/stubs/thread.cpp
utils/serialize/serctrl.cpp
utils/serialize/sergdi.cpp
utils/serialize/sergdi.h
utils/serialize/serwnd.cpp
utils/serialize/serwnd.h