src/window_gui.h
changeset 8349 e61105cb1f87
parent 8335 09a2e049b3a8
child 8418 afae92fe35f1
equal deleted inserted replaced
8348:4d7c1c5055b3 8349:e61105cb1f87
   579 
   579 
   580 /* widget.cpp */
   580 /* widget.cpp */
   581 int GetWidgetFromPos(const Window *w, int x, int y);
   581 int GetWidgetFromPos(const Window *w, int x, int y);
   582 void DrawWindowWidgets(const Window *w);
   582 void DrawWindowWidgets(const Window *w);
   583 
   583 
       
   584 enum SortButtonState {
       
   585 	SBS_OFF,
       
   586 	SBS_DOWN,
       
   587 	SBS_UP,
       
   588 };
       
   589 
       
   590 void DrawSortButtonState(const Window *w, int widget, SortButtonState state);
       
   591 
   584 
   592 
   585 Window *GetCallbackWnd();
   593 Window *GetCallbackWnd();
   586 void DeleteNonVitalWindows();
   594 void DeleteNonVitalWindows();
   587 void DeleteAllNonVitalWindows();
   595 void DeleteAllNonVitalWindows();
   588 void HideVitalWindows();
   596 void HideVitalWindows();