[gtkmm] Gtkmm-forge digest, Vol 1 #731 - 1 msg



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


Today's Topics:

   1. [Bug 148012] New:  - gtk_style_new() not wrapped (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 20 Jul 2004 13:16:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 148012] New:  - gtk_style_new() not wrapped

http://bugzilla.gnome.org/show_bug.cgi?id=148012
gtkmm | general | Ver: 2.4

           Summary: gtk_style_new() not wrapped
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jbrandmeyer earthlink net


The C function gtk_style_new() returns a GtkStyle* that has been initialized
with the current style.  Please wrap it with a function simmilar to:

namespace Gtk {
class Style
{
  static Glib::RefPtr<Gtk::Style> 
  create()
  {
    GtkStyle* ret = gtk_style_new();
    return Glib::wrap(ret);
  }
};
}

Thanks.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--__--__--

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