Re: signal_realize



On Thu, Oct 28, 2010 at 3:04 PM, Mr.Cashe <mrcashe gmail com> wrote:
> 29.10.2010 01:19, Kees Kling пишет:

> May be it would be better to override virtual method on_realize()?
>
> void screenManager::on_realize() {
>     Window::on_realize();
> .... do what you want ....
> }

that, or add ", false)" to the connect call so that the handler is
called *before* the default handler and not  after it (being called
after means that you might not be called).

--p


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]