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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstattext.h35 void Wrap(int width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_sttxt.cpp53 text->Wrap(wrap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dstattext.h47 void Wrap(int width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dstattext.h62 void Wrap(int width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddlgcmn.cpp57 void Wrap(wxWindow *win, const wxString& text, int widthMax);
129 void wxTextWrapper::Wrap(wxWindow *win, const wxString& text, int widthMax) function in class:wxTextWrapper
193 Wrap(m_win, text, widthMax);
247 Wrap(text, text->GetLabel(), widthMax);
274 Wrap(int width) function in class:wxStaticText
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstattext.tex101 \membersection{wxStaticText::Wrap}\label{wxstatictextwrpa}
103 \func{void}{Wrap}{\param{int }{width}}
H A Dtext.tex52 \twocolitem{\windowstyle{wxTE\_CHARWRAP}}{Wrap the lines too long to be shown entirely at any position (wxUniv and wxGTK2 only).}
53 \twocolitem{\windowstyle{wxTE\_WORDWRAP}}{Wrap the lines too long to be shown entirely at word boundaries (wxUniv and wxGTK2 only).}
54 \twocolitem{\windowstyle{wxTE\_BESTWRAP}}{Wrap the lines at word boundaries or at any other character if there are words longer than the window width (this is the default).}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Daboutdlgg.cpp230 txt->Wrap(maxWidth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebug.c82 byte *Wrap; /* current wraparound position */ member in struct:MSG_QUEUE
100 Q->Wrap = NULL;
117 if (Q->Wrap || need > Q->Size) {
129 Q->Wrap = Q->Tail;
159 if (Q->Wrap) {
160 if (Q->Head >= Q->Wrap) {
162 Q->Wrap = NULL;
176 if (((byte *)Msg == Q->Tail && !Q->Wrap) ||

Completed in 216 milliseconds