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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/entrybuffer.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:
9
9
#include <glibmm/ustring.h>
10
10
#include <sigc++/sigc++.h>
11
11
 
12
 
/* $Id: entrybuffer.hg,v 1.20 2006/11/20 09:19:49 murrayc Exp $ */
13
 
 
14
12
/* Copyright(C) 1998-2002 The gtkmm Development Team
15
13
 *
16
14
 * This library is free software; you can redistribute it and/or
58
56
 *
59
57
 * EntryBuffer may be derived from. Such a derived class might allow
60
58
 * text to be stored in an alternate location, such as non-pageable memory,
61
 
 * useful in the case of important passwords. Or a derived class could 
 
59
 * useful in the case of important passwords. Or a derived class could
62
60
 * integrate with an application's concept of undo/redo.
63
61
 *
64
62
 * @@newin{2,20}