~ubuntu-branches/ubuntu/karmic/gtkmm2.4/karmic

« back to all changes in this revision

Viewing changes to gtk/gtkmm/enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 10:14:59 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922101459-pespb00fbm1mlqbd
Tags: 1:2.18.1-0ubuntu1
* New upstream release: (LP: #434355)
  - RecentManager: Undeprecate get_default().
  - Clipboard: wait_for_targets): Fix a crash.
  - Window: Added set_icon_name().
  - Require a recent pangomm.
  - Style: Fix a compiler error with the Intel C++ compiler.
  - Fix recently-introduced problems with disable-deprecated options.
* debian/control.in:
  - Bump libpangomm-1.4-dev depends and build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28
28
 */
29
29
 
 
30
#include <gtkmmconfig.h> //For GTKMM_MAEMO_EXTENSIONS_ENABLED
 
31
 
30
32
 
31
33
namespace Gtk
32
34
{
148
150
 
149
151
 
150
152
/** Used to indicate the direction in which a Gtk::Arrow should point.
151
 
 */
152
 
/**
153
153
 * @ingroup gtkmmEnums
154
154
 */
155
155
enum ArrowType
200
200
 */
201
201
 
202
202
/** Denotes the expansion properties that a widget will have when it (or its parent) is resized.
203
 
 */
204
 
/**
205
203
 * @ingroup gtkmmEnums
206
204
 * @par Bitwise operators:
207
205
 * <tt>%AttachOptions operator|(AttachOptions, AttachOptions)</tt><br>
275
273
/*! @var AttachOptions SHRINK
276
274
 * The widget should shrink as and when possible.
277
275
 */
278
 
/*! @var AttachOptions FILL
 
276
/** @var AttachOptions FILL
279
277
 * The widget should fill the space allocated to it.
280
 
 */
281
 
 
282
 
/**
283
278
 * @ingroup gtkmmEnums
284
279
 */
285
280
enum ButtonBoxStyle