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


Today's Topics:

   1. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
   2. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Apr 2003 13:33:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped

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

Changed by olau hardworking dk 

--- shadow/108511	Wed Apr  9 03:57:28 2003
+++ shadow/108511.tmp.23985	Sat Apr 12 13:33:46 2003
@@ -96,6 +96,17 @@
 > generate_defs_glib.cc: In function `int main(int, char**)':
 > generate_defs_glib.cc:26: warning: unused parameter `int argc'
 
 It's strange that only you see this, but I haven't built glibmm 2.4 
 for a while. It shoudl be easy to fix - just take away the parameter 
 names from the main() declaration.
+
+------- Additional Comments From olau hardworking dk  2003-04-12 13:33 -------
+I'm attaching a patch that puts the grab_add/-remove and get_current
+functionality in Gtk::Widget and changes the cellrenderer example to
+use the wrapped methods. I called the methods
+add_modal_grab/remove_modal_grab and get_current_modal_grab in an
+attempt to be less confusing.
+
+There's no specific example yet. Would a window with one button that
+said, "Press to grab a key", and then grabbed and wrote the key in a
+label be fine? That is just about what I'm using the grabbing for myself.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Apr 2003 13:34:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped

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

Changed by olau hardworking dk 

--- shadow/108511	Sat Apr 12 13:33:46 2003
+++ shadow/108511.tmp.24298	Sat Apr 12 13:34:40 2003
@@ -107,6 +107,11 @@
 add_modal_grab/remove_modal_grab and get_current_modal_grab in an
 attempt to be less confusing.
 
 There's no specific example yet. Would a window with one button that
 said, "Press to grab a key", and then grabbed and wrote the key in a
 label be fine? That is just about what I'm using the grabbing for myself.
+
+------- Additional Comments From olau hardworking dk  2003-04-12 13:34 -------
+Created an attachment (id=15670)
+Adds wrappers of the functionality
+




--__--__--

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