[gtkmm] Comments changes.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Comments changes.
- Date: Fri, 19 Mar 2010 09:45:59 +0000 (UTC)
commit 5747023800dbc4fced4e8e05bb58fe860f87b560
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 19 09:45:23 2010 +0100
Comments changes.
NEWS | 2 +-
gtk/src/box.hg | 1 +
gtk/src/toolbar.hg | 12 ------------
3 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9fca77..b68a950 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Gtk:
- Added get_window_type(), deprecating get_is_toplevel() and get_is_popup().
Removed get_is_dialog() because it never had any implmentation anyway.
- Added unset_transient_for().
- (Murray Cummign)
+ (Murray Cumming)
2.19.6 (unstable):
diff --git a/gtk/src/box.hg b/gtk/src/box.hg
index 66137cb..0366f70 100644
--- a/gtk/src/box.hg
+++ b/gtk/src/box.hg
@@ -49,6 +49,7 @@ class Box;
namespace Box_Helpers
{
+//TODO: We will need real iterator API in GTK+ soon: https://bugzilla.gnome.org/show_bug.cgi?id=613132
//This may not have any data or virtual functions. See below.
class Child : protected _GtkBoxChild
{
diff --git a/gtk/src/toolbar.hg b/gtk/src/toolbar.hg
index b5070b7..656cf9c 100644
--- a/gtk/src/toolbar.hg
+++ b/gtk/src/toolbar.hg
@@ -129,18 +129,6 @@ public:
Tooltips* get_tooltips_object() const;
#endif //GTKMM_DISABLE_DEPRECATED
- //This is probably the same as Container::children().size(), which is deprecated anyway?
- //_MEMBER_GET(num_children, num_children, int, gint)
-
- //There is already set/get_orientation():
- //_MEMBER_GET(orientation, orientation, GtkOrientation, Orientation)
-
- //There is already set/get_toolbar_style():
- //_MEMBER_GET(style, style, GtkToolbarStyle, ToolbarStyle)
-
- //There is already set/get_icon_size():
- //_MEMBER_GET(icon_size, icon_size, int, gint)
-
//Ignore deprecated GtkToolbarAPI:
//Normally we just deprecate it in gtkmm too,
//but the GtkToolbar compatibility system is particularly unpleasant, so we just removed it in gtkmm 2.4. murrayc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]