Re: container implementation
- From: "Murray Cumming" <murrayc murrayc com>
- To: "Paul Pogonyshev" <pogonyshev gmx net>
- Cc: gtkmm-list gnome org
- Subject: Re: container implementation
- Date: Wed, 2 Aug 2006 08:09:51 +0200 (CEST)
> Hi,
>
> Is it possible to implement a custom container using only Gtkmm
> functions?
Yes. Here is an example:
http://www.gtkmm.org/docs/gtkmm-2.4/examples/book/custom/custom_container/
> I ask, since Gtk::Widget::set_parent() is not available
> from outside...
Yes, I think it was protected in a previous version of gtkmm, but it's now
public (because someone filed a bug about it). If you are using that older
version of gtkmm then you can use gobj() and the C function as a
workaround.
> (In fact I implement a custom subclass of Gtk::Box
> with an internal widget, but that shouldn't matter.)
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]