Searched refs:listbox (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A DMakefile.in258 widgets_listbox.o: $(srcdir)/listbox.cpp
259 $(CXXC) -c -o $@ $(WIDGETS_CXXFLAGS) $(srcdir)/listbox.cpp
H A Dmakefile.bcc318 $(OBJS)\widgets_listbox.obj: .\listbox.cpp
319 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) .\listbox.cpp
H A Dmakefile.dms257 $(OBJS)\widgets_listbox.obj : .\listbox.cpp
258 $(CXX) -mn -c -cpp -o$@ $(WIDGETS_CXXFLAGS) .\listbox.cpp
H A Dmakefile.vc424 $(OBJS)\widgets_listbox.obj: .\listbox.cpp
425 $(CXX) /c /nologo /TP /Fo$@ $(WIDGETS_CXXFLAGS) .\listbox.cpp
H A Dmakefile.gcc311 $(OBJS)\widgets_listbox.o: ./listbox.cpp
H A Dmakefile.wat350 $(OBJS)\widgets_listbox.obj : .AUTODEPEND .\listbox.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchecklst.tex14 A checklistbox is like a listbox, but allows items to be checked or unchecked.
H A Dchoice.tex15 listbox, only the selection is visible until the user pulls down the
H A Dtconstr.tex143 it horizontally. A listbox and multitext item are placed below it. The listbox
H A Dtsizer.tex60 calculate their size (such as a checkbox) whereas others (such as a listbox)
89 sample shows a listbox and three buttons in a horizontal box sizer; one button
H A Dcategory.tex98 \twocolitem{\helpref{wxCheckListBox}{wxchecklistbox}}{A listbox with a checkbox to the left of each item}
106 \twocolitem{\helpref{wxSimpleHtmlListBox}{wxsimplehtmllistbox}}{A listbox showing HTML content}
124 \twocolitem{\helpref{wxVListBox}{wxvlistbox}}{A listbox supporting variable height rows}
619 \twocolitem{\helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox}}{A listbox for applying styles.}
H A Dclasses.tex238 \input listbox.tex
H A Dcombobox.tex3 A combobox is like a combination of an edit control and a listbox. It can be
H A Drenderer.tex74 wxCONTROL_SELECTED = 0x00000020, // selected item in e.g. listbox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp480 GtkList *listbox = GTK_LIST( GTK_COMBO(m_widget)->list ); local
482 GList *child = g_list_nth( listbox->children, n );
493 gtk_list_remove_items( listbox, list );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Drenderer.h388 // get the height of a listbox item from the base font height
882 void DrawItems(const wxListBox *listbox,
886 void DrawCheckItems(const wxCheckListBox *listbox,
921 void DoDrawItems(const wxListBox *listbox,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl149 listbox.obj \
345 listbox.obj: $(MSWDIR)\listbox.cpp
346 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\listbox.cpp /BINARY listbox.obj
H A Dmakefile.mic247 $(UNIVDIR)/listbox.$(OBJSUFF) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp610 GtkList *listbox = GTK_LIST( GTK_COMBO(m_widget)->list ); local
612 GList *child = g_list_nth( listbox->children, n );
623 gtk_list_remove_items( listbox, list );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp740 SetListboxClientData(wxT("listbox"), m_listbox);
741 SetListboxClientData(wxT("listbox"), m_listboxSorted);
765 m_checkbox->SetToolTip( _T("Click here to disable the listbox") );
1194 wxListBox *listbox = event.GetId() == ID_LISTBOX ? m_listbox local
1203 if ( !listbox->HasFlag(wxLB_MULTIPLE) )
1206 m_text->AppendText( listbox->GetStringSelection() );
1219 obj = (wxStringClientData *)listbox->GetClientObject(event.GetInt());
1244 cb->SetToolTip( _T("Click to enable listbox") );
1246 cb->SetToolTip( _T("Click to disable listbox") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.dms146 cd listbox
467 cd listbox
H A Dmakefile.vc158 cd listbox
479 cd listbox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dmakefile.unx247 $(UNIVDIR)/listbox.$(OBJSUFF) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcframe.cpp46 #include <wx/listbox.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmakefile.va492 ..\os2\$D\listbox.obj \
572 listbox.obj \
921 copy ..\os2\$D\listbox.obj

Completed in 99 milliseconds

123