Gtk::Calendar



Hello Everyone,

I am using the above entitled class in my application. Everything works as advertised except for a class method called "marked_date" that I have found in the docs that purportedly should allow me to access an array containing boolean values that indicate which days during a given month have been "marked."

When I compile my code, the compiler complains that Gtk::Calendar::marked_date method is undefined. In point of fact, a perusal of gtkmm/calendar.h reveals that it is, in fact, not there.

Anyone have any ideas about what I'm doing wrong here, or possibly were I should look to figure this out? My inability to retrieve which days have been marked is pretty much going to render this calendar idea useless to me otherwise.

Thanks!

Bob Caryl

P.S.  `pkg-config --modversion gtkmm-2.4` == "2.6.2"




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