Searched refs:listbox (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dmakefile.unx50 all: listbox
59 rm -f listbox
61 listbox: $(LISTBOX_OBJECTS)
H A DMakefile.in71 @COND_PLATFORM_MAC_1@ $(SETFILE) -a C listbox$(EXEEXT)
88 COND_PLATFORM_OS2_1___listbox___os2_emxbindcmd = $(NM) listbox$(EXEEXT) | if \
89 grep -q pmwin.763 ; then emxbind -ep listbox$(EXEEXT) ; fi
99 @COND_PLATFORM_MACOSX_1@ = listbox.app/Contents/PkgInfo
136 listbox$(EXEEXT) Carbon.r sample.r
141 all: listbox$(EXEEXT) $(__listbox_bundle___depname)
152 rm -f listbox$(EXEEXT)
153 rm -rf listbox.app
158 listbox$(EXEEXT): $(LISTBOX_OBJECTS) $(__listbox___win32rc)
165 @COND_PLATFORM_MACOSX_1@listbox
[all...]
H A Dmakefile.dmc28 all : $(OBJS)\listbox.exe
34 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
35 -if exist $(OBJS)\listbox.map del $(OBJS)\listbox.map
37 $(OBJS)\listbox.exe : $(LISTBOX_OBJECTS) $(OBJS)\listbox_sample.res
38 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT /DEBUG /CODEVIEW /su:windows:4.0 $(LDFLAGS) $(LISTBOX_OBJECTS),$@,$(OBJS)\listbox.map, $(LIBDIRNAME)\ wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_core.lib wxbase$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR).lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib \ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\listbox_sample.res
H A Dmakefile.bcc230 all: $(OBJS)\listbox.exe
236 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
237 -if exist $(OBJS)\listbox.tds del $(OBJS)\listbox.tds
238 -if exist $(OBJS)\listbox.ilc del $(OBJS)\listbox.ilc
239 -if exist $(OBJS)\listbox.ild del $(OBJS)\listbox.ild
240 -if exist $(OBJS)\listbox
[all...]
H A Dmakefile.dms197 all : $(OBJS)\listbox.exe
203 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
204 -if exist $(OBJS)\listbox.map del $(OBJS)\listbox.map
206 $(OBJS)\listbox.exe : $(LISTBOX_OBJECTS) $(OBJS)\listbox_sample.res
207 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT $(__DEBUGINFO_1) /su:windows:4.0 $(LDFLAGS) $(LISTBOX_OBJECTS),$@,$(OBJS)\listbox.map, $(LIBDIRNAME)\ $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) $(__CAIRO_LIBDIR_FILENAMES)\ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\listbox_sample.res
H A Dmakefile.vc22 $(__DEBUGINFO_0) /Fd$(OBJS)\listbox.pdb $(____DEBUGRUNTIME_3_p) \
339 all: $(OBJS)\listbox.exe
345 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
346 -if exist $(OBJS)\listbox.ilk del $(OBJS)\listbox.ilk
347 -if exist $(OBJS)\listbox.pdb del $(OBJS)\listbox.pdb
349 $(OBJS)\listbox.exe: $(LISTBOX_OBJECTS) $(OBJS)\listbox_sample.res
350 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\listbox
[all...]
H A Dmakefile.wat255 all : .SYMBOLIC $(OBJS)\listbox.exe
263 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
265 $(OBJS)\listbox.exe : $(LISTBOX_OBJECTS) $(OBJS)\listbox_sample.res
266 @%create $(OBJS)\listbox.lbc
267 @%append $(OBJS)\listbox.lbc option quiet
268 @%append $(OBJS)\listbox.lbc name $^@
269 @%append $(OBJS)\listbox.lbc option caseexact
270 @%append $(OBJS)\listbox.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)
271 @for %i in ($(LISTBOX_OBJECTS)) do @%append $(OBJS)\listbox
[all...]
H A Dmakefile.gcc231 all: $(OBJS)\listbox.exe
236 -if exist $(OBJS)\listbox.exe del $(OBJS)\listbox.exe
238 $(OBJS)\listbox.exe: $(LISTBOX_OBJECTS) $(OBJS)\listbox_sample_rc.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dlistbox.cpp2 // Name: src/gtk1/listbox.cpp
5 // Id: $Id: listbox.cpp 42816 2006-10-31 08:50:17Z RD $
15 #include "wx/listbox.h"
75 // check that the items haven't been deleted from the listbox since we had
163 listbox keeping the focus until it receives a GDK_BUTTON_RELEASE event.
171 wxListBox *listbox )
178 if (!listbox->m_hasVMT) return FALSE;
182 wxCommandEvent event( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, listbox->GetId() );
183 event.SetEventObject( listbox );
186 int n, count = listbox
366 gtk_listitem_select_cb( GtkWidget *widget, wxListBox *listbox, bool is_selection ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchecklst.cpp29 wxCheckListBox *listbox)
31 wxCHECK_RET( listbox->m_treeview != NULL, wxT("invalid listbox") );
35 listbox->GetId() );
36 new_event.SetEventObject( listbox );
39 listbox->Check( new_event.GetInt(), !listbox->IsChecked(new_event.GetInt()));
40 listbox->GetEventHandler()->ProcessEvent( new_event );
144 wxCHECK_MSG( m_treeview != NULL, 0, wxT("invalid listbox"));
27 gtk_checklist_toggled(GtkCellRendererToggle *renderer, gchar *stringpath, wxCheckListBox *listbox) argument
H A Dlistbox.cpp2 // Name: src/gtk/listbox.cpp
6 // Id: $Id: listbox.cpp 52940 2008-03-31 16:39:53Z VZ $
16 #include "wx/listbox.h"
67 wxListBox *listbox)
78 wxCommandEvent event(wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, listbox->GetId() );
79 event.SetEventObject( listbox );
81 if (listbox->IsSelected(sel))
83 GtkTreeEntry* entry = listbox->GtkGetEntry(sel);
90 if ( listbox->HasClientObjectData() )
92 else if ( listbox
64 gtk_listbox_row_activated_callback(GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *col, wxListBox *listbox) argument
222 gtk_tree_entry_destroy_cb(GtkTreeEntry* entry, wxListBox* listbox) argument
239 gtk_listbox_sort_callback(GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, wxListBox *listbox) argument
275 gtk_listbox_searchequal_callback(GtkTreeModel* model, gint column, const gchar* key, GtkTreeIter* iter, wxListBox* listbox) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dutil.c37 newtComponent listbox, form = newt_form__new(); local
42 listbox = newtListbox(0, 0, argc, NEWT_FLAG_RETURNEXIT);
43 if (listbox == NULL)
46 newtFormAddComponent(form, listbox);
52 if (newtListboxAddEntry(listbox, argv[i], (void *)(long)i))
58 rc = newtListboxGetCurrent(listbox) - NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdevent.tex107 Returns client data pointer for a listbox or choice selection event
114 Returns client object pointer for a listbox or choice selection event
122 If the event comes from a listbox selection, it is a boolean
124 deselection (false). A listbox deselection only occurs for
126 are indeterminate and the listbox must be examined by the application.
132 Returns the integer identifier corresponding to a listbox, choice or
140 Returns item index for a listbox or choice selection event (not valid for
147 Returns item string for a listbox or choice selection event (not valid for
164 For a listbox or similar event, returns true if it is a selection, false if it
H A Dlistbox.tex3 A listbox is used to select one or more of a list of strings. The
5 marked in reverse video. A listbox can be single selection (if an item
13 A listbox callback gets an event wxEVT\_COMMAND\_LISTBOX\_SELECTED for single clicks, and
26 <wx/listbox.h>
40 \twocolitem{\windowstyle{wxLB\_SORT}}{The listbox contents are sorted in alphabetical order.}
56 when the listbox is double-clicked.}
134 Creates the listbox for two-step construction. See \helpref{wxListBox::wxListBox}{wxlistboxctor}\rtfsp
167 Use this with a multiple selection listbox.
196 will be inserted in the beginning of the listbox}
H A Dvlbox.tex14 wxVListBox is a listbox-like control with the following two main differences
15 from a regular listbox: it can have an arbitrarily huge number of items because
17 callback to draw them (so it is a {\Large V}irtual listbox) and its items can
19 \helpref{OnMeasureItem()}{wxvlistboxonmeasureitem} (so it is also a listbox
78 which indicates that the listbox should support multiple selection.
87 Deselects all the items in the listbox.
103 Returns the index of the first selected item in the listbox or
201 Returns {\tt true} if the listbox was created with {\tt wxLB\_MULTIPLE} style
203 listbox.
213 listbox an
[all...]
H A Drichtextstylelistbox.tex67 This is a listbox that can display the styles in a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet},
127 Returns the \helpref{wxRichTextCtrl}{wxrichtextctrl} associated with this listbox.
133 Gets a style for a listbox index.
139 Returns the style sheet associated with this listbox.
176 Associates the listbox with a \helpref{wxRichTextCtrl}{wxrichtextctrl}.
H A Dhtmllbox.tex15 shows HTML content in the listbox rows. This is still an abstract base class
189 shows HTML content in the listbox rows.
200 for adding/removing/retrieving items in the listbox.
253 when the listbox is double-clicked.}
340 Creates the HTML listbox for two-step construction.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dmakefile.mic54 OBJS = widgets.o button.o combobox.o gauge.o listbox.o notebook.o radiobox.o slider.o spinbtn.o \
H A Dmakefile.dmc98 $(OBJS)\widgets_listbox.obj : .\listbox.cpp
99 $(CXX) -mn -c -cpp -o$@ $(WIDGETS_CXXFLAGS) .\listbox.cpp
H A Dmakefile.unx122 widgets_listbox.o: ./listbox.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.bcc47 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
205 @echo cd listbox >listbox.bat
206 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listbox.bat
207 call listbox.bat
208 @del listbox.bat
606 listbox:
607 @echo cd listbox >listbox.bat
608 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listbox
[all...]
H A Dmakefile.dmc22 all : access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
180 @echo cd listbox >listbox.bat
181 @echo make -f makefile.dmc $(MAKEARGS) clean >>listbox.bat
182 listbox.bat
183 @del listbox.bat
581 listbox :
582 @echo cd listbox >listbox.bat
583 @echo make -f makefile.dmc $(MAKEARGS) all >>listbox
[all...]
H A Dmakefile.gcc39 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
82 $(MAKE) -C listbox -f makefile.gcc $(MAKEARGS) clean
240 listbox:
241 $(MAKE) -C listbox -f makefile.gcc $(MAKEARGS) all
372 internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu \
H A Dmakefile.wat56 all : .SYMBOLIC access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
178 cd listbox
498 listbox : .SYMBOLIC
499 cd listbox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dlistbox.cpp2 // Name: src/univ/listbox.cpp
7 // RCS-ID: $Id: listbox.cpp 42816 2006-10-31 08:50:17Z RD $
32 #include "wx/listbox.h"
42 // selection listbox
48 // if pressing the mouse button in a multiselection listbox should toggle
51 // only when the mouse is released in the multi selection listbox)
65 // return the item under mouse, 0 if the mouse is above the listbox or
67 int HitTest(const wxListBox *listbox, const wxMouseEvent& event);
72 int HitTestUnsafe(const wxListBox *listbox, const wxMouseEvent& event);
73 int FixItemIndex(const wxListBox *listbox, in
[all...]

Completed in 155 milliseconds

123