On Mon, 03 Jul 2006 12:09:50 +0200
Jouke Visser <jo...@bo...> wrote:
Hello,
> It looks like Wx::Window::UpdateWindowUI (and DoUpdateWindowUI) is not
> wrapped, and neither are the constants that this function accepts:
>
> wxUPDATE_UI_NONE = 0x0000, // No particular value
> wxUPDATE_UI_RECURSE = 0x0001, // Call the function for descendants
> wxUPDATE_UI_FROMIDLE = 0x0002 // Invoked from On(Internal)Idle
>
> Can you fix this please?
Fixed.
Regards
Mattia
|