[gtkmm] Gtkmm-forge digest, Vol 1 #150 - 17 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.


Today's Topics:

   1. [Bug 87537] New - CellRenderers missing in TreeView classes (bugzilla-daemon widget gnome org)
   2. [Bug 87513] Changed - PORTING not very clear about new slot() behaviour (bugzilla-daemon widget gnome org)
   3. [Bug 87513] Changed - PORTING not very clear about new slot() behaviour (bugzilla-daemon widget gnome org)
   4. [Bug 87540] New - Two members in Gtk::Notebook take a GtkNotebookPage as argument (bugzilla-daemon widget gnome org)
   5. [Bug 87540] Changed - Two members in Gtk::Notebook take a GtkNotebookPage as argument (bugzilla-daemon widget gnome org)
   6. [Bug 87241] Changed - TextBuffer needs STL-style API (bugzilla-daemon widget gnome org)
   7. [Bug 87560] New - Wrong return type for Gtk::Style::create() (bugzilla-daemon widget gnome org)
   8. [Bug 87540] Changed - Two members in Gtk::Notebook take a GtkNotebookPage as argument (bugzilla-daemon widget gnome org)
   9. [Bug 87513] Changed - PORTING not very clear about new slot() behaviour (bugzilla-daemon widget gnome org)
  10. [Bug 87537] Changed - CellRenderers missing in TreeView classes (bugzilla-daemon widget gnome org)
  11. [Bug 87560] Changed - Wrong return type for Gtk::Style::create() (bugzilla-daemon widget gnome org)
  12. [Bug 87560] Changed - Wrong return type for Gtk::Style::create() (bugzilla-daemon widget gnome org)
  13. [Bug 87560] Changed - Wrong return type for Gtk::Style::create() (bugzilla-daemon widget gnome org)
  14. [Bug 87537] Changed - CellRenderers missing in TreeView classes (bugzilla-daemon widget gnome org)
  15. [Bug 87560] Changed - Wrong return type for Gtk::Style::create() (bugzilla-daemon widget gnome org)
  16. [Bug 87241] Changed - TextBuffer needs extra iterators (bugzilla-daemon widget gnome org)
  17. [Bug 87582] New - Lacking documentation for get_selected() (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  6 Jul 2002 21:00:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87537] New - CellRenderers missing in TreeView 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=87537

Changed by morten wtf dk 

--- shadow/87537	Sat Jul  6 21:00:29 2002
+++ shadow/87537.tmp.31210	Sat Jul  6 21:00:29 2002
@@ -0,0 +1,30 @@
+Bug#: 87537
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: trivial
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: morten wtf dk               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CellRenderers missing in TreeView classes
+
+On the "TreeView classes" page:
+
+http://gtkmm.org/gtkmm2/reference/html/group__TreeView.html
+
+I believe that the CellRenderer classes is missing, since they are widely
+used when you are using TreeView and friends.
+
+In the GTK+ 2.0 Reference manual, they stack up between each other as well:
+http://developer.gnome.org/doc/API/2.0/gtk/index.html.
+
+I don't feel very confident in editing the gtkmm "macro" source code, so
+I'm unable to create a patch.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  6 Jul 2002 21:31:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87513] Changed - PORTING not very clear about new slot() behaviour

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=87513

Changed by morten wtf dk 

--- shadow/87513	Sat Jul  6 14:58:08 2002
+++ shadow/87513.tmp.3228	Sat Jul  6 21:31:16 2002
@@ -39,6 +39,12 @@
 So please provide a patch.
 
 ------- Additional Comments From morten wtf dk  2002-07-06 14:57 -------
 Created an attachment (id=9684)
 Patch to PORTING file
 
+
+------- Additional Comments From morten wtf dk  2002-07-06 21:31 -------
+I sinned and forgot to patch the ChangeLog, sorry :-)
+
+Meanwhile I also found that the removal of set_policy() wasnt
+mentioned, so heres an updated PORTING and ChangeLog patch.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  6 Jul 2002 21:34:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87513] Changed - PORTING not very clear about new slot() behaviour

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=87513

Changed by morten wtf dk 

--- shadow/87513	Sat Jul  6 21:31:16 2002
+++ shadow/87513.tmp.3580	Sat Jul  6 21:34:24 2002
@@ -45,6 +45,11 @@
 
 ------- Additional Comments From morten wtf dk  2002-07-06 21:31 -------
 I sinned and forgot to patch the ChangeLog, sorry :-)
 
 Meanwhile I also found that the removal of set_policy() wasnt
 mentioned, so heres an updated PORTING and ChangeLog patch.
+
+------- Additional Comments From morten wtf dk  2002-07-06 21:34 -------
+Created an attachment (id=9688)
+Final patch.
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  6 Jul 2002 22:15:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87540] New - Two members in Gtk::Notebook take a GtkNotebookPage as argument

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=87540

Changed by morten wtf dk 

--- shadow/87540	Sat Jul  6 22:15:50 2002
+++ shadow/87540.tmp.9734	Sat Jul  6 22:15:50 2002
@@ -0,0 +1,21 @@
+Bug#: 87540
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: morten wtf dk               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Two members in Gtk::Notebook take a GtkNotebookPage as argument
+
+signal_switch_page() and on_switch_page() takes GTK-types as their
+arguments. I believe this is a bug.
+
+In gtkmm 1.2, the switch_page() signal used a Gtk::Notebook_Helpers::Page type.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sat,  6 Jul 2002 22:20:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87540] Changed - Two members in Gtk::Notebook take a GtkNotebookPage as argument

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=87540

Changed by matty chariot net au 

--- shadow/87540	Sat Jul  6 22:15:50 2002
+++ shadow/87540.tmp.10440	Sat Jul  6 22:20:59 2002
@@ -9,13 +9,12 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Two members in Gtk::Notebook take a GtkNotebookPage as argument
 
 signal_switch_page() and on_switch_page() takes GTK-types as their
 arguments. I believe this is a bug.
 
 In gtkmm 1.2, the switch_page() signal used a Gtk::Notebook_Helpers::Page type.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: morten wtf dk
Date: Sun,  7 Jul 2002 06:50:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87241] Changed - TextBuffer needs STL-style API

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	Sat Jul  6 13:58:55 2002
+++ shadow/87241.tmp.15649	Sun Jul  7 06:50:00 2002
@@ -89,6 +89,17 @@
 I would be fine if size() just returned the number of characters, and
 then perhaps add specialized versions, so that:
 
 cout << myTextBuf.<Gtk::TextBuffer::LineIterator>size() << endl;
 
 would return the number of lines.
+
+------- Additional Comments From murrayc usa net  2002-07-07 06:49 -------
+I don't think that's a very pleasant syntax. And it's not just size().
+There is also the question of what iterator is returned by the
+insert*() methods.
+
+I think that the normal iterator should just be a char-based iterator
+used by most things. And we could have extra iterators for use when
+they are wanted. I guess we would need to have automatic conversions
+between them, so that we could insert at a word as well as at a
+character offset.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun,  7 Jul 2002 06:51:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87560] New - Wrong return type for Gtk::Style::create()

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=87560

Changed by morten wtf dk 

--- shadow/87560	Sun Jul  7 06:51:07 2002
+++ shadow/87560.tmp.16047	Sun Jul  7 06:51:07 2002
@@ -0,0 +1,21 @@
+Bug#: 87560
+Product: gtkmm
+Version: 2.0
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: morten wtf dk               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong return type for Gtk::Style::create()
+
+Gtk::Style::create() now returns a Glib::RefPtr<Glib::Object> (inherited
+member from Glib::Object).
+
+This looks like a bug, it should actually return Glib::RefPtr<Gtk::Style>.



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:00:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87540] Changed - Two members in Gtk::Notebook take a GtkNotebookPage as argument

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=87540

Changed by murrayc usa net 

--- shadow/87540	Sat Jul  6 22:20:59 2002
+++ shadow/87540.tmp.17369	Sun Jul  7 07:00:19 2002
@@ -1,13 +1,13 @@
 Bug#: 87540
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---
@@ -15,6 +15,11 @@
 Summary: Two members in Gtk::Notebook take a GtkNotebookPage as argument
 
 signal_switch_page() and on_switch_page() takes GTK-types as their
 arguments. I believe this is a bug.
 
 In gtkmm 1.2, the switch_page() signal used a Gtk::Notebook_Helpers::Page type.
+
+------- Additional Comments From murrayc usa net  2002-07-07 07:00 -------
+It's an undefined type, that's not even used in GTK+. I don't think
+it's worth the effort to write special code to change the number of
+signal arguments seen in C++.



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:06:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87513] Changed - PORTING not very clear about new slot() behaviour

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=87513

Changed by murrayc usa net 

--- shadow/87513	Sat Jul  6 21:34:24 2002
+++ shadow/87513.tmp.18206	Sun Jul  7 07:06:22 2002
@@ -1,13 +1,13 @@
 Bug#: 87513
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: minor
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 QAContact: gtkmm-forge lists sourceforge net
@@ -50,6 +50,9 @@
 mentioned, so heres an updated PORTING and ChangeLog patch.
 
 ------- Additional Comments From morten wtf dk  2002-07-06 21:34 -------
 Created an attachment (id=9688)
 Final patch.
 
+
+------- Additional Comments From murrayc usa net  2002-07-07 07:06 -------
+Perfect. Thanks.



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:26:08 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87537] Changed - CellRenderers missing in TreeView 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=87537

Changed by murrayc usa net 

--- shadow/87537	Sat Jul  6 21:00:29 2002
+++ shadow/87537.tmp.21179	Sun Jul  7 07:26:08 2002
@@ -25,6 +25,9 @@
 
 In the GTK+ 2.0 Reference manual, they stack up between each other as well:
 http://developer.gnome.org/doc/API/2.0/gtk/index.html.
 
 I don't feel very confident in editing the gtkmm "macro" source code, so
 I'm unable to create a patch.
+
+------- Additional Comments From murrayc usa net  2002-07-07 07:26 -------
+Done. For the educational value, here's the patch showing how.



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:26:57 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87560] Changed - Wrong return type for Gtk::Style::create()

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=87560

Changed by murrayc usa net 

--- shadow/87560	Sun Jul  7 06:51:07 2002
+++ shadow/87560.tmp.21199	Sun Jul  7 07:26:57 2002
@@ -16,6 +16,11 @@
 Summary: Wrong return type for Gtk::Style::create()
 
 Gtk::Style::create() now returns a Glib::RefPtr<Glib::Object> (inherited
 member from Glib::Object).
 
 This looks like a bug, it should actually return Glib::RefPtr<Gtk::Style>.
+
+------- Additional Comments From murrayc usa net  2002-07-07 07:26 -------
+Created an attachment (id=9689)
+cellrendererdocs.patch
+



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:27:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87560] Changed - Wrong return type for Gtk::Style::create()

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=87560

Changed by murrayc usa net 

--- shadow/87560	Sun Jul  7 07:26:57 2002
+++ shadow/87560.tmp.21310	Sun Jul  7 07:27:07 2002
@@ -1,13 +1,13 @@
 Bug#: 87560
 Product: gtkmm
 Version: 2.0
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: major
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun,  7 Jul 2002 07:37:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87560] Changed - Wrong return type for Gtk::Style::create()

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=87560

Changed by morten wtf dk 

--- shadow/87560	Sun Jul  7 07:27:07 2002
+++ shadow/87560.tmp.22750	Sun Jul  7 07:37:35 2002
@@ -1,13 +1,13 @@
 Bug#: 87560
 Product: gtkmm
 Version: 2.0
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: major
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---
@@ -21,6 +21,9 @@
 This looks like a bug, it should actually return Glib::RefPtr<Gtk::Style>.
 
 ------- Additional Comments From murrayc usa net  2002-07-07 07:26 -------
 Created an attachment (id=9689)
 cellrendererdocs.patch
 
+
+------- Additional Comments From morten wtf dk  2002-07-07 07:37 -------
+Murray, wrong bug :-)



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 07:59:20 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87537] Changed - CellRenderers missing in TreeView 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=87537

Changed by murrayc usa net 

--- shadow/87537	Sun Jul  7 07:26:08 2002
+++ shadow/87537.tmp.25924	Sun Jul  7 07:59:20 2002
@@ -1,13 +1,13 @@
 Bug#: 87537
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: trivial
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 QAContact: gtkmm-forge lists sourceforge net



--__--__--

Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sun,  7 Jul 2002 08:20:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87560] Changed - Wrong return type for Gtk::Style::create()

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=87560

Changed by murrayc usa net 

--- shadow/87560	Sun Jul  7 07:37:35 2002
+++ shadow/87560.tmp.29132	Sun Jul  7 08:20:19 2002
@@ -1,13 +1,13 @@
 Bug#: 87560
 Product: gtkmm
 Version: 2.0
 OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: major
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---
@@ -24,6 +24,20 @@
 Created an attachment (id=9689)
 cellrendererdocs.patch
 
 
 ------- Additional Comments From morten wtf dk  2002-07-07 07:37 -------
 Murray, wrong bug :-)
+
+------- Additional Comments From murrayc usa net  2002-07-07 08:20 -------
+But the correct person at least.
+
+I don't think that you are meant to instantiate a Gtk::Style object
+directly anyway. You probably get it from a widget.
+
+2002-07-07  Murray Cumming  <murrayc usa net>
+
+	* Removed Glib::Object::create(). It was meant as an example for
+	derived classes, but it is inherited publically so it just
+	confuses the API of derived classes, such as Gtk::Style, that have
+	no create() method, because they can not be instantiated. Problem
+	found by Morten Brix Pedersen.



--__--__--

Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: morten wtf dk
Date: Sun,  7 Jul 2002 08:22:16 -0400 (EDT)
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	Sun Jul  7 06:50:00 2002
+++ shadow/87241.tmp.29379	Sun Jul  7 08:22:16 2002
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 TargetMilestone: ---
 URL: 
-Summary: TextBuffer needs STL-style API
+Summary: TextBuffer needs extra iterators
 
 Gtk::TextBuffer (used by Gtk::TextView) has an iterator (GtkTextIter) and
 we need to make this more STL-like.
 
 In GtkTreeModel, which is similar, we have a  TreeNodeChildren
 TreeModel::children() method that returns a separate STL-style API object.
@@ -100,6 +100,9 @@
 
 I think that the normal iterator should just be a char-based iterator
 used by most things. And we could have extra iterators for use when
 they are wanted. I guess we would need to have automatic conversions
 between them, so that we could insert at a word as well as at a
 character offset.
+
+------- Additional Comments From murrayc usa net  2002-07-07 08:22 -------
+Applied my insert() patch.



--__--__--

Message: 17
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun,  7 Jul 2002 14:08:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87582] New - Lacking documentation for get_selected()

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=87582

Changed by morten wtf dk 

--- shadow/87582	Sun Jul  7 14:08:19 2002
+++ shadow/87582.tmp.16186	Sun Jul  7 14:08:19 2002
@@ -0,0 +1,20 @@
+Bug#: 87582
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: morten wtf dk               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Lacking documentation for get_selected()
+
+The documentation doesn't mention what get_selected() returns if no rows
+were selected.




--__--__--

_______________________________________________
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]