src/window_gui.h
changeset 8845 e0eac76d3d16
parent 8831 c13fdbe2783a
child 8914 6ebaa4b4eb2b
equal deleted inserted replaced
8844:b4f9ff470b85 8845:e0eac76d3d16
   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();