/// Should we show tooltips?
static bool ShowToolTips() { return sm_showToolTips; }
-
+
/// Determines whether tooltips will be shown
static void SetShowToolTips(bool show) { sm_showToolTips = show; }
-
+
/// Map book control page index to our page id
void AddPageId(int id) { m_pageIds.Add(id); }