src/window.h
changeset 8532 3099f32f9bfd
parent 8531 e87a51f162e2
child 8564 f4a063368ba9
equal deleted inserted replaced
8531:e87a51f162e2 8532:3099f32f9bfd
   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();