Searched refs:the_one (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbmpbuttn.cpp204 wxBitmap the_one; local
206 the_one = m_bmpDisabled;
208 the_one = m_bmpSelected;
210 the_one = m_bmpFocus;
212 the_one = m_bmpNormal;
214 if (!the_one.Ok()) the_one = m_bmpNormal;
215 if (!the_one.Ok()) return;
218 if (the_one.GetMask()) mask = the_one
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbmpbuttn.cpp205 wxBitmap the_one; local
207 the_one = m_bmpDisabled;
209 the_one = m_bmpSelected;
214 the_one = m_bmpHover;
217 the_one = m_bmpFocus;
219 the_one = m_bmpNormal;
221 if (!the_one.Ok()) the_one = m_bmpNormal;
222 if (!the_one.Ok()) return;
229 gtk_image_new_from_pixbuf(the_one
[all...]

Completed in 32 milliseconds