From 92b43720b6b33e838f8e9b5dffaa556529de3d52 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 16:21:09 -0400 Subject: Decided to split control removal from parent into its own method removeParent() rather than automatically doing it in setParent(). --- new/uipriv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'new/uipriv.h') diff --git a/new/uipriv.h b/new/uipriv.h index 26d06ba..7745c2a 100644 --- a/new/uipriv.h +++ b/new/uipriv.h @@ -24,6 +24,7 @@ struct uiControl { void (*destroy)(uiControl *); uintptr_t (*handle)(uiControl *); void (*setParent)(uiControl *, uintptr_t); + void (*removeParent)(uiControl *); uiSize (*preferredSize)(uiControl *, uiSizing *); void (*resize)(uiControl *, intmax_t, intmax_t, intmax_t, intmax_t, uiSizing *); }; -- cgit v1.2.3