[gtkmm] Gtkmm-forge digest, Vol 1 #179 - 4 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 86865] Changed - Collection of minor GTK+ bugs that affect gtkmm (bugzilla-daemon widget gnome org)
   2. [Bug 89778] New - Wrap panel API for gnomemm (bugzilla-daemon widget gnome org)
   3. [Bug 89780] New - signal_button_press_event is not called (bugzilla-daemon widget gnome org)
   4. [Bug 89780] Changed - signal_button_press_event is not called (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Fri,  2 Aug 2002 17:03:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 86865] Changed - Collection of minor GTK+ bugs that affect gtkmm

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

Changed by otaylor redhat com 

--- shadow/86865	Mon Jul  1 16:48:53 2002
+++ shadow/86865.tmp.15473	Fri Aug  2 17:03:37 2002
@@ -9,13 +9,12 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Collection of minor GTK+ bugs that affect gtkmm
 BugsThisDependsOn: 52877, 63768, 64601, 72426
 
 This umbrella bug helps us to know what GTK+ bugs are relevant to gtkmm. 
 We have probably hacked around these bugs, but we'd still like them to be
 fixed properly.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  3 Aug 2002 08:11:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89778] New - Wrap panel API for gnomemm

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

Changed by murrayc usa net 

--- shadow/89778	Sat Aug  3 08:11:01 2002
+++ shadow/89778.tmp.10285	Sat Aug  3 08:11:01 2002
@@ -0,0 +1,24 @@
+Bug#: 89778
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: murrayc usa net               
+TargetMilestone: ---
+URL: 
+Summary: Wrap panel API for gnomemm
+
+Gergo Erdi said:
+> I've looked at the GNOME2 panel applet API and it (thankfully) seems to
+> totally hide the underlying Bonobo stuff, so anyone could wrap it simply
+> by looking at an existing GNOMEmm wrapper and setting things up using that
+> as a template
+
+If the API hasn't changed much then you might find the original panelmm
+helpful too.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  3 Aug 2002 08:42:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89780] New - signal_button_press_event is not called

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

Changed by steve przepiora org 

--- shadow/89780	Sat Aug  3 08:42:26 2002
+++ shadow/89780.tmp.14043	Sat Aug  3 08:42:26 2002
@@ -0,0 +1,32 @@
+Bug#: 89780
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: TreeView
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: steve przepiora org               
+TargetMilestone: ---
+URL: 
+Summary: signal_button_press_event is not called
+
+I have a tree with a pixbufrenderer and a textrenderer, I have attached a
+callback for on button press, and activated(the example doesn't have the
+activated handler).
+
+When clicking on the text widget the signal handler is not called, also
+when pressing the space bar when the text widget is highlighted will not
+call the activated handler.
+
+Things seem to work fine when clicking on the pixbuf, also the button
+release event is called when expected all the time.
+
+If I subclass treeview and override on_button_press_event it works.
+
+I have found a rather complex work around by subclassing treeview and
+overriding on_button_press_event, I pass into the new class my handler I
+want called and the new class will call it when I get an on_button_press_event.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  3 Aug 2002 08:44:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89780] Changed - signal_button_press_event is not called

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

Changed by steve przepiora org 

--- shadow/89780	Sat Aug  3 08:42:26 2002
+++ shadow/89780.tmp.14271	Sat Aug  3 08:44:16 2002
@@ -27,6 +27,11 @@
 
 If I subclass treeview and override on_button_press_event it works.
 
 I have found a rather complex work around by subclassing treeview and
 overriding on_button_press_event, I pass into the new class my handler I
 want called and the new class will call it when I get an on_button_press_event.
+
+------- Additional Comments From steve przepiora org  2002-08-03 08:44 -------
+Created an attachment (id=10239)
+example of 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]