mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
9 lines
193 B
C
9 lines
193 B
C
// 22 may 2016
|
|
#include "../ui.h"
|
|
#include "uipriv.h"
|
|
|
|
void uiUserBugCannotSetParentOnToplevel(const char *type)
|
|
{
|
|
uiprivUserBug("You cannot make a %s a child of another uiControl,", type);
|
|
}
|