X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/974a12f86a2882b0999a441ce4ad07e0e2c4377c..e3408b704dd0e4dbd6e47cbb9dd90362e4957098:/docs/latex/wx/comboctrl.tex?ds=sidebyside diff --git a/docs/latex/wx/comboctrl.tex b/docs/latex/wx/comboctrl.tex index aa8d440a6d..1798986e0e 100644 --- a/docs/latex/wx/comboctrl.tex +++ b/docs/latex/wx/comboctrl.tex @@ -36,6 +36,10 @@ Here's a minimal sample of \helpref{wxListView}{wxlistview} popup: #include #include +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + class wxListViewComboPopup : public wxListView, public wxComboPopup @@ -130,7 +134,7 @@ Here's how you would create and populate it in a dialog constructor: \wxheading{Include files} - + \wxheading{Window styles} @@ -295,6 +299,14 @@ In this case, \helpref{AnimateShow}{wxcomboctrlanimateshow} must return \false.} \end{twocollist} +\membersection{wxComboCtrl::EnablePopupAnimation}\label{wxcomboctrlenablepopupanimation} + +\func{void}{EnablePopupAnimation}{\param{bool }{enable = true}} + +Enables or disables popup animation, if any, depending on the value of +the argument. + + \membersection{wxComboCtrl::GetBitmapDisabled}\label{wxcomboctrlgetbitmapdisabled} \constfunc{const wxBitmap\&}{GetBitmapDisabled}{\void} @@ -388,8 +400,7 @@ itself can be custom painted.} \twocolitem{{\tt wxComboCtrlFeatures::PaintWritable}}{A variable- width area in front of writable combo control's textctrl can be custom painted.} -\twocolitem{{\tt wxComboCtrlFeatures::Borderless}}{wxNO\_BORDER -window style works.} +\twocolitem{{\tt wxComboCtrlFeatures::Borderless}}{wxBORDER\_NONE window style works.} \twocolitem{{\tt wxComboCtrlFeatures::All}}{All of the above.} \end{twocollist}