Codechange: Expose FindChildWindow()
as a method of Window
.
This commit is contained in:

committed by
Peter Nelson

parent
4c44e1eae0
commit
ac44c001a4
@@ -545,6 +545,7 @@ public:
|
||||
void DrawSortButtonState(WidgetID widget, SortButtonState state) const;
|
||||
static int SortButtonWidth();
|
||||
|
||||
Window *FindChildWindow(WindowClass wc = WC_INVALID) const;
|
||||
void CloseChildWindows(WindowClass wc = WC_INVALID) const;
|
||||
virtual void Close(int data = 0);
|
||||
static void DeleteClosedWindows();
|
||||
|
Reference in New Issue
Block a user