~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/gtkmm/recentchoosermenu.cc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
void RecentChooserMenu::set_show_numbers(bool show_numbers)
149
149
{
150
 
gtk_recent_chooser_menu_set_show_numbers(gobj(), static_cast<int>(show_numbers)); 
 
150
  gtk_recent_chooser_menu_set_show_numbers(gobj(), static_cast<int>(show_numbers)); 
151
151
}
152
152
 
153
153
bool RecentChooserMenu::get_show_numbers() const
156
156
}
157
157
 
158
158
 
 
159
#ifndef GTKMM_DISABLE_DEPRECATED
 
160
 
159
161
#ifdef GLIBMM_PROPERTIES_ENABLED
160
162
Glib::PropertyProxy< bool > RecentChooserMenu::property_show_numbers() 
161
163
{
162
164
  return Glib::PropertyProxy< bool >(this, "show-numbers");
163
165
}
 
166
#endif // GTKMM_DISABLE_DEPRECATED
 
167
 
164
168
#endif //GLIBMM_PROPERTIES_ENABLED
165
169
 
166
170
#ifdef GLIBMM_PROPERTIES_ENABLED