Re: An example of Glib::ArrayHandle



Paulo Flabiano Smorigo wrote:
Hi everyone,

Anybody here have a little example of Glib::ArrayHandle for me. I tried to implement a code using it but without success.


You should not need to use Glib::ArrayHandle directly (see the docs: http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ArrayHandle.html). You should use a standard c++ STL container like std::list or std::vector instead.

--
José Alburquerque



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