Searched refs:iconize (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dtoplevel.h46 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtoplevel.h51 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dtoplevel.h56 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtoplevel.h45 virtual void Iconize(bool iconize = true);
H A Dmdi.h166 virtual void Iconize(bool iconize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h55 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoplevel.cpp288 void wxTopLevelWindowMotif::Iconize( bool iconize )
293 if( !iconize )
297 XmNiconic, (Boolean)iconize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtoplevel.h94 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtoplevel.h48 virtual void Iconize(bool iconize = true);
90 // do *not* call this to iconize the frame, this is a private function!
H A Dmdi.h147 virtual void Iconize(bool WXUNUSED(iconize) = true) { }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtoplevel.h48 virtual void Iconize(bool iconize = true);
89 // do *not* call this to iconize the frame, this is a private function!
H A Dmdi.h169 virtual void Iconize(bool WXUNUSED(iconize) = true) { }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Diconevt.tex29 To process an iconize event, use this event handler macro to direct input to a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dtoplevel.cpp206 void wxTopLevelWindowMGL::Iconize(bool WXUNUSED(iconize))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.h157 void DoIconize(bool iconize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoplevel.h63 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoplevel.h55 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h53 virtual void Iconize(bool iconize = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtoplevel.cpp1314 void wxTopLevelWindowGTK::Iconize( bool iconize )
1316 if (iconize)
1327 void wxTopLevelWindowGTK::SetIconizeState(bool iconize) argument
1329 if ( iconize != m_isIconized )
1331 m_isIconized = iconize;
1332 (void)SendIconizeEvent(iconize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtoplevel.cpp1140 void wxTopLevelWindowGTK::Iconize( bool iconize )
1142 if (iconize)
1147 wxCHECK_RET( window, _T("frame not created yet - can't iconize") );
1160 void wxTopLevelWindowGTK::SetIconizeState(bool iconize) argument
1162 if ( iconize != m_isIconized )
1164 m_isIconized = iconize;
1165 (void)SendIconizeEvent(iconize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoplevel.cpp192 void wxTopLevelWindowPalm::Iconize(bool iconize) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h134 // iconize = true => iconize, otherwise - restore
135 virtual void Iconize(bool iconize = true) = 0;
284 // send the iconize event, return true if processed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h190 virtual void Iconize(bool WXUNUSED(iconize) = true) { /* Has no effect */ }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h179 virtual void Iconize(bool WXUNUSED(iconize) = true) { /* Has no effect */ }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp752 void wxTopLevelWindowMSW::Iconize(bool iconize) argument
754 DoShowWindow(iconize ? SW_MINIMIZE : SW_RESTORE);

Completed in 210 milliseconds

12