Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
authorJulian Smart <julian@anthemion.co.uk>
Tue, 18 Jun 2002 21:46:42 +0000 (21:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 18 Jun 2002 21:46:42 +0000 (21:46 +0000)
commit5152b0e59aa09d885deeaa018642e0e96aff92d9
treeb8f68bfed99dd0667ea67e750ffb2d266ccd30a2
parent68b893338a716022fd2665fc558041ecf20972ad
Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
and AddGrabIfNeeded to wxHtmlHelpController, to assist with
showing the help window from a modal dialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/toplevel.h
include/wx/gtk1/toplevel.h
include/wx/html/helpctrl.h
src/gtk/toplevel.cpp
src/gtk1/toplevel.cpp
src/html/helpctrl.cpp
src/html/helpfrm.cpp