Re: signal_realize
- From: Paul Davis <paul linuxaudiosystems com>
- To: "Mr.Cashe" <mrcashe gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: signal_realize
- Date: Thu, 28 Oct 2010 15:09:08 -0400
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]