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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/buttonbox.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
 
/* $Id: buttonbox.hg,v 1.3 2003/10/12 09:38:11 murrayc Exp $ */
11
 
 
12
 
/* buttonbox.h
13
 
 *
 
10
/*
14
11
 * Copyright (C) 1998-2002 The gtkmm Development Team
15
12
 *
16
13
 * This library is free software; you can redistribute it and/or
170
167
   * @return Whether @a child should appear in a secondary group of children.
171
168
   */
172
169
  bool get_child_secondary(const Gtk::Widget& child) const;
173
 
  
 
170
 
174
171
  
175
172
  /** Returns whether the child is exempted from homogenous
176
173
   * sizing.
189
186
   * @param non_homogeneous The new value.
190
187
   */
191
188
  void set_child_non_homogeneous(Gtk::Widget& child, bool non_homogeneous =  true);
192
 
  
 
189
 
193
190
  #ifdef GLIBMM_PROPERTIES_ENABLED
194
191
/** How to lay out the buttons in the box. Possible values are: spread, edge, start and end.
195
192
   *
215
212
 
216
213
} // namespace Gtk
217
214
 
218
 
//Include the deprecated header, 
 
215
//Include the deprecated header,
219
216
//whose classes were previously in this header,
220
217
//to preserve the "API" of the includes.
221
218
#include <gtkmm/hvbuttonbox.h>