Searched refs:wxFRAME_SHAPED (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_dlg.cpp46 XRC_ADD_STYLE(wxFRAME_SHAPED);
H A Dxh_frame.cpp48 XRC_ADD_STYLE(wxFRAME_SHAPED);
H A Dxh_mdi.cpp48 XRC_ADD_STYLE(wxFRAME_SHAPED);
H A Dxh_propdlg.cpp52 XRC_ADD_STYLE(wxFRAME_SHAPED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtaskbar.cpp47 wxFRAME_SHAPED,
H A Dtoplevel.cpp1378 wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
1379 _T("Shaped windows must be created with the wxFRAME_SHAPED style."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/shaped/
H A Dshaped.cpp150 | wxFRAME_SHAPED
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dframe.cpp117 wxFLAGS_MEMBER(wxFRAME_SHAPED)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dframe.h38 #define wxFRAME_SHAPED 0x0010 // Create a window that is able to be shaped macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dtaskbarx11.cpp67 wxSIMPLE_BORDER | wxFRAME_SHAPED) {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp757 if ( HasFlag(wxFRAME_SHAPED) )
793 if ( HasFlag(wxFRAME_SHAPED) )
1298 wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
1299 _T("Shaped windows must be created with the wxFRAME_SHAPED style."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1272 if ( HasFlag(wxFRAME_SHAPED) )
1359 if ( HasFlag(wxFRAME_SHAPED) )
1772 wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
1773 _T("Shaped windows must be created with the wxFRAME_SHAPED style."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp125 wxFLAGS_MEMBER(wxFRAME_SHAPED)
H A Dtoplevel.cpp974 wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
975 _T("Shaped windows must be created with the wxFRAME_SHAPED style."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtoplevel.cpp1214 wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
1215 _T("Shaped windows must be created with the wxFRAME_SHAPED style."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp95 : wxFrame(parent, id, title, pos, size, style | wxFRAME_SHAPED, name)

Completed in 108 milliseconds