Gtkmm-forge digest, Vol 1 #993 - 2 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 320631] Maybe Widget::map() should be public. (gtkmm (bugzilla.gnome.org))
   2. [Bug 320631] Maybe Widget::map() should be public. (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Fri,  4 Nov 2005 05:35:59 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 320631] Maybe Widget::map() should be public.

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D320631
 gtkmm | general | Ver: 2.8.x





------- Additional Comments From Murray Cumming  2005-11-04 10:35 -------
I'm now pretty sure that this should be public. The tutorial mentions tha=
t
custom widgets should use it on their children:
http://www.gtk.org/tutorial/x2331.html

I am surprised that my custom widgets work without it.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 2
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Fri,  4 Nov 2005 17:29:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 320631] Maybe Widget::map() should be public.

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D320631
 gtkmm | general | Ver: 2.8.x





------- Additional Comments From Marco Scholten  2005-11-04 22:29 -------
I think there's no problem if you derive your custom container from Gtk::
Container and don't override map(), because gtk_container_map() calls=20
gtk_widget_map() on all it's visible and unmapped children.
Or am i missing someting?
I looked at the gtk+ source and noticed that most containers do not call=20
gtk_widget_map() directly, only some like GtkExpander, GtkNotebook, GtkHa=
ndleBox=20
and a few others.
So it seems that for simple containers there is no need to call Widget::m=
ap()=20
directly but in some cases there is.
So yes i agree that it should be public.


------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



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