[gtkmm] Gtkmm-forge digest, Vol 1 #339 - 16 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #339 - 16 msgs
- Date: Thu, 23 Jan 2003 12:04:38 -0800
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.
Today's Topics:
1. [Bug 104181] New - Example segfaults after some time (bugzilla-daemon widget gnome org)
2. [Bug 102060] Changed - We should not wrap key binding signals (bugzilla-daemon widget gnome org)
3. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
4. [Bug 99929] Changed - Replace GdkDevice* with Glib::RefPtr<Gdk::Device> (bugzilla-daemon widget gnome org)
5. [Bug 99055] Changed - Gtk::Container::child_type() should be const (bugzilla-daemon widget gnome org)
6. [Bug 102853] Changed - TreeView::append_column_editable for double or float causes compiler error (bugzilla-daemon widget gnome org)
7. [Bug 101878] Changed - Glib::RefPtr<> should have operator*() (bugzilla-daemon widget gnome org)
8. [Bug 104194] New - A window with an option menu seg-faults when closed. (bugzilla-daemon widget gnome org)
9. [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions (bugzilla-daemon widget gnome org)
10. [Bug 86864] Changed - enums should be inside classes. (bugzilla-daemon widget gnome org)
11. [Bug 87241] Changed - TextBuffer needs extra iterators (bugzilla-daemon widget gnome org)
12. [Bug 94742] Changed - Make const TreeSelection more useful. (bugzilla-daemon widget gnome org)
13. [Bug 97036] Changed - Gdk::Drawable::draw_glyphs() uses a C type. (bugzilla-daemon widget gnome org)
14. [Bug 101878] Changed - Glib::RefPtr<> should have operator*() (bugzilla-daemon widget gnome org)
15. [Bug 102405] Changed - create_row_drag_icon and custom cell renderer problem (bugzilla-daemon widget gnome org)
16. [Bug 101823] Changed - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 15:46:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104181] New - Example segfaults after some time
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=104181
Changed by olau hardworking dk
--- shadow/104181 Wed Jan 22 15:46:19 2003
+++ shadow/104181.tmp.12129 Wed Jan 22 15:46:19 2003
@@ -0,0 +1,46 @@
+Bug#: 104181
+Product: gnomemm
+Version: 2.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gconfmm
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: olau hardworking dk
+TargetMilestone: ---
+URL:
+Summary: Example segfaults after some time
+
+The example in gconfmm/example/client segfaults for me after some time if I
+press and hold down a key in one of the entries - e.g. it just segfaulted
+after having written "dddddddd".
+
+The backtrace doesn't give any useful information:
+
+ gdb --core=core .libs/test_client
+ [...]
+ (gdb) bt
+#0 0x407dfb4b in strstr () from /lib/libc.so.6
+#1 0x406d5463 in g_strsplit () from /usr/lib/libglib-2.0.so.0
+#2 0x405b6374 in gconf_listeners_remove_if () from /usr/lib/libgconf-2.so.4
+#3 0x405c0af6 in gconf_client_change_set_from_current ()
+ from /usr/lib/libgconf-2.so.4
+#4 0x405c0bc3 in gconf_client_change_set_from_current ()
+ from /usr/lib/libgconf-2.so.4
+#5 0x405c09f6 in gconf_client_change_set_from_current ()
+ from /usr/lib/libgconf-2.so.4
+#6 0x406c5756 in g_timeout_add () from /usr/lib/libglib-2.0.so.0
+#7 0x406c30b9 in g_get_current_time () from /usr/lib/libglib-2.0.so.0
+#8 0x406c3e5f in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
+#9 0x406c4233 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
+#10 0x406c490f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
+#11 0x402f334f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
+#12 0x40120924 in Gtk::Main::run_impl () from /usr/lib/libgtkmm-2.0.so.1
+#13 0x401207a5 in Gtk::Main::run () from /usr/lib/libgtkmm-2.0.so.1
+#14 0x0804dcbb in main (argc=1, argv=0xbffff9e4) at main.cc:33
+
+I'm experiencing the same problem in my own application with spinbuttons -
+random crashes after changing the values a few times.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 18:12:38 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 102060] Changed - We should not wrap key binding signals
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=102060
Changed by murrayc usa net
--- shadow/102060 Fri Dec 27 13:23:25 2002
+++ shadow/102060.tmp.4378 Wed Jan 22 18:12:38 2003
@@ -1,13 +1,13 @@
Bug#: 102060
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
TargetMilestone: 3
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 18:13:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97731
Changed by murrayc usa net
--- shadow/97731 Wed Nov 13 22:57:04 2002
+++ shadow/97731.tmp.4920 Wed Jan 22 18:13:19 2003
@@ -1,13 +1,13 @@
Bug#: 97731
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: enhancement
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: matty chariot net au
TargetMilestone: 3
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 18:18:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99929] Changed - Replace GdkDevice* with Glib::RefPtr<Gdk::Device>
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99929
Changed by murrayc usa net
--- shadow/99929 Fri Nov 29 19:42:40 2002
+++ shadow/99929.tmp.7904 Wed Jan 22 18:18:56 2003
@@ -1,13 +1,13 @@
Bug#: 99929
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
TargetMilestone: 3
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 18:28:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99055] Changed - Gtk::Container::child_type() should be const
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99055
Changed by murrayc usa net
--- shadow/99055 Tue Nov 19 19:58:29 2002
+++ shadow/99055.tmp.11984 Wed Jan 22 18:28:02 2003
@@ -1,13 +1,13 @@
Bug#: 99055
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
TargetMilestone: 3
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, liza trdlnk com
Cc:
Date: Wed, 22 Jan 2003 18:28:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 102853] Changed - TreeView::append_column_editable for double or float causes compiler error
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=102853
Changed by murrayc usa net
--- shadow/102853 Sun Jan 12 06:45:59 2003
+++ shadow/102853.tmp.12249 Wed Jan 22 18:28:34 2003
@@ -1,13 +1,13 @@
Bug#: 102853
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: SunOS
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: TreeView
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: liza trdlnk com
TargetMilestone: 3
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 18:29:12 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101878] Changed - Glib::RefPtr<> should have operator*()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=101878
Changed by murrayc usa net
--- shadow/101878 Tue Dec 24 15:30:11 2002
+++ shadow/101878.tmp.12503 Wed Jan 22 18:29:12 2003
@@ -21,6 +21,9 @@
------- Additional Comments From murrayc usa net 2002-12-24 15:30 -------
1. I thought this was not the only thing stopping us from using
Glib::RefPtr with Gtk::Object derived classes.
2. You still need to give an example of when it would be necessary or
useful. I wouldn't want to add the confusion without gaining anything.
+
+------- Additional Comments From murrayc usa net 2003-01-22 18:29 -------
+I still have no answers to these questions.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 22 Jan 2003 19:16:39 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104194] New - A window with an option menu seg-faults when closed.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=104194
Changed by jsado_sc1 earthlink net
--- shadow/104194 Wed Jan 22 19:16:39 2003
+++ shadow/104194.tmp.2971 Wed Jan 22 19:16:39 2003
@@ -0,0 +1,107 @@
+Bug#: 104194
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: Kernel 2.4.20 GCC 3.2 glibc 2.2.5
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: jsado_sc1 earthlink net
+TargetMilestone: ---
+URL:
+Summary: A window with an option menu seg-faults when closed.
+
+I have a simple program to illustrate my problem. Run the program, close
+the window and behold these errors:
+
+~/code/gtkbonus/src 7> ./a.out
+
+(a.out:5621): GLib-GObject-WARNING **: instance with invalid (NULL) class
+pointer
+
+(a.out:5621): GLib-GObject-CRITICAL **: file gsignal.c: line 2056
+(g_signal_handlers_destroy): assertion `G_TYPE_CHECK_INSTANCE (instance)'
+failed
+
+(a.out:5621): GLib-GObject-WARNING **: instance of invalid
+non-instantiatable type `gint64'
+
+(a.out:5621): GLib-GObject-CRITICAL **: file gsignal.c: line 2056
+(g_signal_handlers_destroy): assertion `G_TYPE_CHECK_INSTANCE (instance)'
+failed
+Segmentation fault
+
+And here is the program that exhibits this error. If you change the two
+lines that pack the menu items into the menu by using the push_back to
+instead using the append, it no longer happens.
+
+#include <gtkmm/optionmenu.h>
+#include <gtkmm/menu.h>
+#include <gtkmm/window.h>
+#include <gtkmm/main.h>
+
+class test_window : public Gtk::Window
+{
+ Gtk::OptionMenu some_menu;
+ Gtk::MenuItem menu_one, menu_two;
+ Gtk::Menu the_menu;
+ public:
+ test_window();
+};
+
+test_window::test_window()
+: menu_one("One"), menu_two("Two")
+{
+ Gtk::Menu_Helpers::MenuList& menulist=the_menu.items();
+ menulist.push_back(menu_one);
+ menulist.push_back(menu_two);
+// the_menu.append(menu_one);
+// the_menu.append(menu_two);
+ some_menu.set_menu(the_menu);
+ add(some_menu);
+ show_all();
+}
+
+int main(int argc, char *argv[])
+{
+ Gtk::Main main_runner(argc, argv);
+ test_window foo;
+ main_runner.run(foo);
+ return(0);
+}
+
+It has been suggested that this bug is actually bug #78578. The
+differences, though are that this bug happens with GCC 3.2, that bug
+confirmed that it did not occur with that version of GCC, and also I do not
+find any error messages in that bug's comments. Finally, that one deals
+with a constructor, this one happens during destruction.
+
+Here is a backtrace:
+
+#0 0x405f8aae in g_data_set_internal () from /usr/lib/libglib-2.0.so.0
+#1 0x405f8de3 in g_datalist_id_set_data_full () from
+/usr/lib/libglib-2.0.so.0
+#2 0x405c1d45 in g_object_real_dispose () from
+/usr/lib/libgobject-2.0.so.0
+#3 0x4034b6bb in gtk_object_dispose () from
+/usr/lib/libgtk-x11-2.0.so.0
+#4 0x403e4be5 in gtk_widget_dispose () from
+/usr/lib/libgtk-x11-2.0.so.0
+#5 0x4017898b in Gtk::Widget_Class::dispose_vfunc_callback(_GObject*)
+() from /usr/lib/libgtkmm-2.0.so.1
+#6 0x405c1def in g_object_last_unref () from
+/usr/lib/libgobject-2.0.so.0
+#7 0x4013f419 in Gtk::Object::_destroy_c_instance() () from
+/usr/lib/libgtkmm-2.0.so.1
+#8 0x4013f6a4 in Gtk::Object::destroy_() () from
+/usr/lib/libgtkmm-2.0.so.1
+#9 0x4013914b in Gtk::MenuItem::~MenuItem() () from
+/usr/lib/libgtkmm-2.0.so.1
+#10 0x0804cf40 in ~test_window (this=0xbffff6a0) at
+debug_optionmenu.cpp:31
+#11 0x0804cd17 in main (argc=1, argv=0xbffff7d4) at
+debug_optionmenu.cpp:33
+#12 0x40751a44 in __libc_start_main () from /lib/libc.so.6
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, osamyn ulb ac be
Cc:
Date: Thu, 23 Jan 2003 14:22:16 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=85911
Changed by murrayc usa net
--- shadow/85911 Thu Oct 10 16:26:07 2002
+++ shadow/85911.tmp.26475 Thu Jan 23 14:22:16 2003
@@ -1,9 +1,9 @@
Bug#: 85911
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: other
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 23 Jan 2003 14:22:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 86864] Changed - enums should be inside classes.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=86864
Changed by murrayc usa net
--- shadow/86864 Fri Jul 26 11:30:00 2002
+++ shadow/86864.tmp.26709 Thu Jan 23 14:22:36 2003
@@ -1,9 +1,9 @@
Bug#: 86864
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: morten wtf dk
Date: Thu, 23 Jan 2003 14:23:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 87241] Changed - TextBuffer needs extra iterators
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=87241
Changed by murrayc usa net
--- shadow/87241 Fri Jul 19 07:38:29 2002
+++ shadow/87241.tmp.26917 Thu Jan 23 14:23:00 2003
@@ -1,9 +1,9 @@
Bug#: 87241
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
--__--__--
Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 23 Jan 2003 14:23:22 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 94742] Changed - Make const TreeSelection more useful.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=94742
Changed by murrayc usa net
--- shadow/94742 Thu Oct 31 07:18:03 2002
+++ shadow/94742.tmp.27162 Thu Jan 23 14:23:22 2003
@@ -1,9 +1,9 @@
Bug#: 94742
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: All
OS Details: Debian Testing
Status: NEW
Resolution:
Severity: enhancement
Priority: Normal
--__--__--
Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morus walter xipolis net
Cc:
Date: Thu, 23 Jan 2003 14:23:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97036] Changed - Gdk::Drawable::draw_glyphs() uses a C type.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97036
Changed by murrayc usa net
--- shadow/97036 Thu Oct 31 07:16:58 2002
+++ shadow/97036.tmp.27448 Thu Jan 23 14:23:53 2003
@@ -1,9 +1,9 @@
Bug#: 97036
Product: gtkmm
-Version: 2.0
+Version: 2.4
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: minor
Priority: Normal
--__--__--
Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 23 Jan 2003 14:24:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101878] Changed - Glib::RefPtr<> should have operator*()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=101878
Changed by murrayc usa net
--- shadow/101878 Wed Jan 22 18:29:12 2003
+++ shadow/101878.tmp.27643 Thu Jan 23 14:24:11 2003
@@ -1,9 +1,9 @@
Bug#: 101878
Product: gtkmm
-Version: unspecified
+Version: 2.4
OS: All
OS Details:
Status: NEW
Resolution:
Severity: enhancement
Priority: Normal
--__--__--
Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pprooi xs4all nl
Cc:
Date: Thu, 23 Jan 2003 14:24:37 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 102405] Changed - create_row_drag_icon and custom cell renderer problem
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=102405
Changed by murrayc usa net
--- shadow/102405 Mon Jan 6 13:17:23 2003
+++ shadow/102405.tmp.27895 Thu Jan 23 14:24:37 2003
@@ -1,9 +1,9 @@
Bug#: 102405
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
--__--__--
Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 23 Jan 2003 14:25:12 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101823] Changed - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=101823
Changed by murrayc usa net
--- shadow/101823 Sun Dec 22 19:09:15 2002
+++ shadow/101823.tmp.28442 Thu Jan 23 14:25:12 2003
@@ -1,9 +1,9 @@
Bug#: 101823
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
--__--__--
_______________________________________________
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]