Home
last modified time | relevance | path

Searched refs:GetSimpleBox (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/htlbox/
H A Dhtlbox.cpp135 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
353 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
353 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
353 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
353 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
353 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
356 GetSimpleBox()->Append(arr); in CreateBox()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/htlbox/
H A Dhtlbox.cpp138 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function in MyFrame
356 GetSimpleBox()->Append(arr); in CreateBox()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DMarkInfo.cpp882 GetSimpleBox()->Clear(); in UpdateHtmlList()
890 GetSimpleBox()->AppendString(s); in UpdateHtmlList()
1062 for( int i=0; i < (int)GetSimpleBox()->GetCount(); i++ ) in m_htmlListContextMenu()
1064 wxRect rect = GetSimpleBox()->GetItemRect( i ); in m_htmlListContextMenu()
1072 if( ( GetSimpleBox()->GetCount() ) > 0 && in m_htmlListContextMenu()
1074 ( i_htmlList_item < (int)GetSimpleBox()->GetCount() ) ) { in m_htmlListContextMenu()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DMarkInfo.h371 wxSimpleHtmlListBox *GetSimpleBox() in GetSimpleBox() function