widget.c
changeset 1095 b59632d9df1b
parent 915 d845fe7cf6f2
child 1177 9a250d8f0794
equal deleted inserted replaced
1094:9a01482df45a 1095:b59632d9df1b
   476 		return - 1;
   476 		return - 1;
   477 
   477 
   478 	return item;
   478 	return item;
   479 }
   479 }
   480 
   480 
   481 void DropdownMenuWndProc(Window *w, WindowEvent *e)
   481 static void DropdownMenuWndProc(Window *w, WindowEvent *e)
   482 {
   482 {
   483 	int item;
   483 	int item;
   484 
   484 
   485 	switch(e->event) {
   485 	switch(e->event) {
   486 		case WE_PAINT: {
   486 		case WE_PAINT: {