Lines Matching defs:co

61 static void listboxMapped(newtComponent co, int isMapped) {  in listboxMapped()
69 static void listboxPlace(newtComponent co, int newLeft, int newTop) { in listboxPlace()
81 newtComponent co, sb; in newtListbox() local
143 static inline void updateWidth(newtComponent co, struct listbox * li, in updateWidth()
152 void newtListboxSetCurrentByKey(newtComponent co, void * key) { in newtListboxSetCurrentByKey()
165 void newtListboxSetCurrent(newtComponent co, int num) in newtListboxSetCurrent()
188 static void newtListboxRealSetCurrent(newtComponent co) in newtListboxRealSetCurrent()
198 void newtListboxSetWidth(newtComponent co, int width) { in newtListboxSetWidth()
209 void * newtListboxGetCurrent(newtComponent co) { in newtListboxGetCurrent()
223 void newtListboxSelectItem(newtComponent co, const void * key, in newtListboxSelectItem()
254 void newtListboxClearSelection(newtComponent co) in newtListboxClearSelection()
267 void ** newtListboxGetSelection(newtComponent co, int *numitems) in newtListboxGetSelection()
288 void newtListboxSetEntry(newtComponent co, int num, const char * text) { in newtListboxSetEntry()
310 void newtListboxSetData(newtComponent co, int num, void * data) { in newtListboxSetData()
322 int newtListboxAppendEntry(newtComponent co, const char * text, in newtListboxAppendEntry()
348 int newtListboxInsertEntry(newtComponent co, const char * text, in newtListboxInsertEntry()
390 int newtListboxDeleteEntry(newtComponent co, void * key) { in newtListboxDeleteEntry()
438 void newtListboxClear(newtComponent co) in newtListboxClear()
455 int newtListboxItemCount(newtComponent co) in newtListboxItemCount()
463 void newtListboxGetEntry(newtComponent co, int num, char **text, void **data) { in newtListboxGetEntry()
490 static void listboxDraw(newtComponent co) in listboxDraw()
546 static struct eventResult listboxEvent(newtComponent co, struct event ev) { in listboxEvent()
757 static void listboxDestroy(newtComponent co) { in listboxDestroy()