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

« back to all changes in this revision

Viewing changes to gtk/src/border.hg

  • 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:
1
 
/* border.h
2
 
 *
 
1
/*
3
2
 * Copyright 2009 The gtkmm Development Team
4
3
 *
5
4
 * This library is free software; you can redistribute it and/or
24
23
namespace Gtk
25
24
{
26
25
 
27
 
/** This specifies a border around a rectangular area that can be of a different width on each side. 
 
26
/** This specifies a border around a rectangular area that can be of a different width on each side.
28
27
 */
29
28
class Border
30
29
{
64
63
  _MEMBER_SET(bottom, bottom, int, gint)
65
64
};
66
65
 
67
 
} /* namespace Gtk */
 
66
} //namespace Gtk
68
67
 
69
68