23 Jan
2013
23 Jan
'13
5:27 p.m.
Can someone explain to me the origins of the function manage() quoted below in fill-and-stroke,cpp at L:134 ?
' fillWdgt = manage(sp_fill_style_widget_new()); '
--- demicoder
23 Jan
23 Jan
5:55 p.m.
On Jan 23, 2013, at 9:27 AM, Arshdeep Singh wrote:
Can someone explain to me the origins of the function manage() quoted below in fill-and-stroke,cpp at L:134 ?
' fillWdgt = manage(sp_fill_style_widget_new()); '
That is from Gtkmm and is actually Gtk::manage()
http://developer.gnome.org/gtkmm/unstable/namespaceGtk.html#a753d0ddca83bd0d...
p.s. this is another reason to keep the use of short explicit namespace prefixes (and thus also avoid 'using namespace ...').
4350
Age (days ago)
4350
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arshdeep Singh
-
Jon Cruz