src/window.h
changeset 8036 279f4cbf9ec7
parent 8035 8c76ea0d84ab
child 8068 41569ce2d1d9
equal deleted inserted replaced
8035:8c76ea0d84ab 8036:279f4cbf9ec7
   644 /* widget.cpp */
   644 /* widget.cpp */
   645 int GetWidgetFromPos(const Window *w, int x, int y);
   645 int GetWidgetFromPos(const Window *w, int x, int y);
   646 void DrawWindowWidgets(const Window *w);
   646 void DrawWindowWidgets(const Window *w);
   647 void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask);
   647 void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask);
   648 
   648 
   649 void HandleButtonClick(Window *w, byte widget);
       
   650 
   649 
   651 Window *GetCallbackWnd();
   650 Window *GetCallbackWnd();
   652 void DeleteNonVitalWindows();
   651 void DeleteNonVitalWindows();
   653 void DeleteAllNonVitalWindows();
   652 void DeleteAllNonVitalWindows();
   654 void HideVitalWindows();
   653 void HideVitalWindows();