Gtkmm-forge Digest, Vol 3, Issue 19



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-owner 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 351810] C++ bindings for GtkBinding*
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 351894] New: PATCH: Glib::ustring	documentation unclear
      (glibmm (bugzilla.gnome.org))
   3. [Bug 351894] PATCH: Glib::ustring documentation	unclear
      (glibmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Thu, 17 Aug 2006 20:57:25 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351810] C++ bindings for GtkBinding*
To: gtkmm-forge lists sourceforge net
Message-ID: <20060817195725 E1B196C403A box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351810
 gtkmm | general | Ver: unspecified





------- Comment #2 from Chong Kai Xiong  2006-08-17 19:57 UTC -------
Unfortunately I couldn't find any except GTK+'s code for e.g. GtkWidget,
GtkWindow and GtkScale.

Here's a link to GtkScale's code:
http://cvs.gnome.org/viewcvs/gtk%2B/gtk/gtkscale.c?view=markup

In the class initializer, the code first creates a GtkBindingSet for the class
using gtk_binding_set_by_class(). Then, key-signal entries are added to map
keys to signal handlers using gtk_binding_entry_add_signal(), complete with
arguments used to invoke them.

Then, in the key-press-event handler, the event struct is passed to
gtk_bindings_activate_event() which looks up and emits the corresponding
signal. Note that this is exactly what GtkWidget's handler does.

For GtkWidget-derived objects, there is no need to perform the last step as it
is already taken care of by GtkWidget's handler.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 2
Date: Fri, 18 Aug 2006 11:04:48 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351894] New: PATCH: Glib::ustring
	documentation unclear
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-351894-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351894
 glibmm | documentation | Ver: 2.11.x

           Summary: PATCH: Glib::ustring documentation unclear
           Product: glibmm
           Version: 2.11.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: minor
          Priority: Normal
         Component: documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: ralf ark in-berlin de
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Documentation 
Section: doxygen
For the constructors ustring (const ustring&, size_t, size_t n) and ustring
(const char*, size_t n) the doc says for parameter n: "Number of characters to
copy...". This is misleading in the 2nd case, as in both cases these are UTF8
characters. I had an unexplained std::length_error because of this
misunderstanding.

Correct version:
"Number of UTF8 characters to copy..."

Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 3
Date: Fri, 18 Aug 2006 11:06:34 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351894] PATCH: Glib::ustring
	documentation	unclear
To: gtkmm-forge lists sourceforge net
Message-ID: <20060818100634 A524E6C4085 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351894
 glibmm | documentation | Ver: 2.11.x





------- Comment #1 from Ralf Stephan  2006-08-18 10:06 UTC -------
Created an attachment (id=71134)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=71134&action=view)
fixes described documentation error

changes "Number of characters..." to "Number of UTF8 characters..." in two
cases


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 3, Issue 19
******************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]