Gtkmm-forge Digest, Vol 3, Issue 21



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 352088] New: Typo in	Gtk::Button::get_image_position
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 352088] Typo in	Gtk::Button::get_image_position
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 352111] New: no function Pango::LayoutIter
      wrap(PangoLayoutIter*, bool) (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Sun, 20 Aug 2006 00:22:28 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 352088] New: Typo in
	Gtk::Button::get_image_position
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-352088-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=352088
 gtkmm | general | Ver: unspecified

           Summary: Typo in Gtk::Button::get_image_position
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: kevin kdau com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


When the *_image_position functions were added to Gtk::Button, the _WRAP_METHOD
for get_image_position was entered as "set_image_position". The actual
set_image_position is itself correct. Present in HEAD at line 99 of
gtk/src/button.hg.


-- 
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: Sun, 20 Aug 2006 02:38:10 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 352088] Typo in
	Gtk::Button::get_image_position
To: gtkmm-forge lists sourceforge net
Message-ID: <20060820013810 14E946C406F 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=352088
 gtkmm | general | Ver: 2.10.x


jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathon jongsma gmail com,
                   |                            |murrayc murrayc com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Version|unspecified                 |2.10.x




------- Comment #1 from jonner  2006-08-20 01:37 UTC -------
Indeed, you are correct.  Right now we have this:

  _WRAP_METHOD(void set_image_position(PositionType position),
gtk_button_set_image_position)
  _WRAP_METHOD(PositionType set_image_position() const,
gtk_button_get_image_position)

I'm not completely sure about the API stability rules.  Murray, can we fix
something that's obviously incorrectly named, or do we have to live with this
for now?  I can commit if you give me the go-ahead.


-- 
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: Sun, 20 Aug 2006 07:52:14 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 352111] New: no function
	Pango::LayoutIter	wrap(PangoLayoutIter*, bool)
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-352111-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=352111
 gtkmm | general | Ver: 2.9.x

           Summary: no function Pango::LayoutIter wrap(PangoLayoutIter*,
                    bool)
           Product: gtkmm
           Version: 2.9.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: usability
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: ralf ark in-berlin de
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Similar to most other Pango:: classes, there should be a function 
Pango::LayoutIter wrap(PangoLayoutIter* object, bool take_object)


Other information:
Are there more such functions missing?


-- 
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 21
******************************************



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