diff --git a/ui_windows.h b/ui_windows.h index 08a50ffc..0996a5db 100644 --- a/ui_windows.h +++ b/ui_windows.h @@ -26,7 +26,6 @@ struct uiWindowsMakeControlParams { // Store the result in *lResult and return any non-FALSE value (such as TRUE) to return the given result; return FALSE to pass the notification up to your window procedure. // Note that these are only issued if they come from the uiControl itself; notifications from children of the uiControl (such as a header control) will be received normally. BOOL (*onWM_COMMAND)(uiControl *c, WORD code, LRESULT *lResult); - // TODO set idFrom to 0? BOOL (*onWM_NOTIFY)(uiControl *c, NMHDR *nm, LRESULT *lResult); // This is called when the widget is ready to be destroyed.