Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkCalendarSetDetailFunc

gtkCalendarSetDetailFunc


Description

Installs a function which provides Pango markup with detail information for each day. Examples for such details are holidays or appointments. That information is shown below each day when "show-details" is set. A tooltip containing with full detail information is provided, if the entire text should not fit into the details area, or if "show-details" is not set.

Usage

gtkCalendarSetDetailFunc(object, func, data)

Arguments

object

a GtkCalendar.

func

a function providing details for each day.

data

data to pass to func invokations.

Details

The size of the details area can be restricted by setting the "detail-width-chars" and "detail-height-rows" properties. Since 2.14

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.