Add support for transparent hint windows under GTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -913,12 +913,12 @@ void MyFrame::OnManagerFlag(wxCommandEvent& event)
|
||||
{
|
||||
unsigned int flag = 0;
|
||||
|
||||
#if !defined(__WXMSW__) && !defined(__WXMAC__)
|
||||
#if !defined(__WXMSW__) && !defined(__WXMAC__) && !defined(__WXGTK__)
|
||||
if (event.GetId() == ID_TransparentDrag ||
|
||||
event.GetId() == ID_TransparentHint ||
|
||||
event.GetId() == ID_TransparentHintFade)
|
||||
{
|
||||
wxMessageBox(wxT("This option is presently only available on wxMSW and wxMac"));
|
||||
wxMessageBox(wxT("This option is presently only available on wxGTK, wxMSW and wxMac"));
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user