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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/recentchoosermenu.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <glibmm/ustring.h>
8
8
#include <sigc++/sigc++.h>
9
9
 
10
 
/* recentchoosermenu.h
11
 
 *
 
10
/*
12
11
 * Copyright (C) 2006 The gtkmm Development Team
13
12
 *
14
13
 * This library is free software; you can redistribute it and/or
138
137
   * @return <tt>true</tt> if numbers should be shown.
139
138
   */
140
139
  bool get_show_numbers() const;
141
 
  
 
140
 
142
141
  #ifdef GLIBMM_PROPERTIES_ENABLED
143
142
/** Whether the items should be displayed with a number.
144
143
   *