Searched refs:g_delayedFocus (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcheckbox.cpp32 extern wxWindowGTK *g_delayedFocus;
193 if (g_delayedFocus == this)
198 g_delayedFocus = NULL;
H A Dradiobut.cpp32 extern wxWindowGTK *g_delayedFocus;
198 if (g_delayedFocus == this)
203 g_delayedFocus = NULL;
H A Dtoplevel.cpp65 extern wxWindowGTK *g_delayedFocus;
1043 if ( g_delayedFocus &&
1044 wxGetTopLevelParent((wxWindow*)g_delayedFocus) == this )
1048 g_delayedFocus->GetClassInfo()->GetClassName(),
1049 g_delayedFocus->GetLabel().c_str());
1051 g_delayedFocus->SetFocus();
1052 g_delayedFocus = NULL;
H A Dradiobox.cpp40 extern wxWindowGTK *g_delayedFocus;
592 if (g_delayedFocus == this)
596 g_delayedFocus = NULL;
H A Dlistbox.cpp50 extern wxWindowGTK *g_delayedFocus;
1203 if (g_delayedFocus == this)
1208 g_delayedFocus = NULL;
H A Dtextctrl.cpp46 extern wxWindowGTK *g_delayedFocus;
1260 if (g_delayedFocus == this)
1265 g_delayedFocus = NULL;
H A Dwindow.cpp222 wxWindowGTK *g_delayedFocus = (wxWindowGTK*) NULL; variable
2603 if ( g_delayedFocus == this )
2604 g_delayedFocus = NULL;
3321 g_delayedFocus = this;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtoplevel.cpp57 extern wxWindowGTK *g_delayedFocus;
1211 if ( g_delayedFocus &&
1212 wxGetTopLevelParent((wxWindow*)g_delayedFocus) == this )
1216 g_delayedFocus->GetClassInfo()->GetClassName(),
1217 g_delayedFocus->GetLabel().c_str());
1219 g_delayedFocus->SetFocus();
1220 g_delayedFocus = NULL;
H A Dwindow.cpp240 wxWindowGTK *g_delayedFocus = (wxWindowGTK*) NULL; variable
2503 if ( g_delayedFocus == this )
2504 g_delayedFocus = NULL;
3272 if ( g_delayedFocus == this )
3277 g_delayedFocus = NULL;
3343 g_delayedFocus = this;

Completed in 194 milliseconds