Re: [gtkmm] problems with pango



On Tue, 2002-10-22 at 20:44, Morus Walter wrote:
[snip]
> After calling Pango::Context::itemize I get a list of items I must loop
> over. Now itemize returns a Glib::ListHandle<Pango::Item*> and I can
> iterate over this list using 
> for ( Glib::ListHandle<Pango::Item*>::iterator it = items.begin(); 
>     	  it != items.end() ; it++ )
> But I could not figure out, how to reference the items in the list

That is an intermediate type:
http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch03s05.html

-- 
Murray Cumming
murray usa net
www.murrayc.com




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