Searched refs:SetShape (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.h34 inline void SetShape(wxShape* shape) { m_shape = shape; } function in class:csSymbol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/shaped/
H A Dshaped.cpp173 m_hasShape = SetShape(region);
181 SetShape(region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtoplevel.h71 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtoplevel.h59 virtual bool SetShape( const wxRegion& region );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h62 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtoplevel.h59 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtoplevel.h57 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.h174 inline void SetShape(wxShape *s) { shape = s; } function in class:DiagramCommand
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoplevel.h71 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoplevel.h61 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h62 virtual bool SetShape(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp699 void SetShape(DnDShape *shape);
700 virtual bool SetShape(const wxRegion &region) function in class:DnDShapeFrame
702 return wxFrame::SetShape( region );
1716 void DnDShapeFrame::SetShape(DnDShape *shape) function in class:DnDShapeFrame
1761 SetShape(NULL);
1794 SetShape(shape);
1802 SetShape(dlg.GetShape());
1815 SetShape(new DnDEllipticShape(wxPoint(10, 10), wxSize(80, 60), *wxRED));
1824 SetShape(NULL);
1856 SetShape(shapeDataObjec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoplevel.cpp255 bool wxTopLevelWindowPalm::SetShape(const wxRegion& region) function in class:wxTopLevelWindowPalm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h176 virtual bool SetShape(const wxRegion& WXUNUSED(region)) { return false; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dtaskbarx11.cpp176 SetShape(region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoplevel.cpp348 bool wxTopLevelWindowMotif::SetShape( const wxRegion& region ) function in class:wxTopLevelWindowMotif
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtlw.tex340 \membersection{wxTopLevelWindow::SetShape}\label{wxtoplevelwindowsetshape}
342 \func{bool}{SetShape}{\param{const wxRegion\&}{ region}}
348 call {\it SetShape} again with an empty region. Returns true if the
H A Dframe.tex63 allowed to have their shape changed with the \helpref{SetShape}{wxtoplevelwindowsetshape} method.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp797 SetShape(rgn);
1296 bool wxTopLevelWindowMac::SetShape(const wxRegion& region) function in class:wxTopLevelWindowMac
1308 return SetShape(rgn);
1385 // The structure region is set to the shape given to the SetShape method.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1363 SetShape( rgn );
1770 bool wxTopLevelWindowMac::SetShape(const wxRegion& region) function in class:wxTopLevelWindowMac
1784 return SetShape(rgn);
1881 // The structure region is set to the shape given to the SetShape method.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp972 bool wxTopLevelWindowMSW::SetShape(const wxRegion& region) function in class:wxTopLevelWindowMSW
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtoplevel.cpp404 bool wxTopLevelWindowX11::SetShape(const wxRegion& region) function in class:wxTopLevelWindowX11
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtoplevel.cpp1376 bool wxTopLevelWindowGTK::SetShape(const wxRegion& region) function in class:wxTopLevelWindowGTK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtoplevel.cpp1212 bool wxTopLevelWindowGTK::SetShape(const wxRegion& region) function in class:wxTopLevelWindowGTK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h138 inline void SetShape(wxShape *sh) { m_handlerShape = sh; } function in class:wxShapeEvtHandler

Completed in 154 milliseconds

12