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

« back to all changes in this revision

Viewing changes to gtk/src/buttonbox.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
 
/* $Id: buttonbox.hg,v 1.3 2003/10/12 09:38:11 murrayc Exp $ */
2
 
 
3
 
/* buttonbox.h
4
 
 *
 
1
/*
5
2
 * Copyright (C) 1998-2002 The gtkmm Development Team
6
3
 *
7
4
 * This library is free software; you can redistribute it and/or
69
66
 
70
67
  _WRAP_METHOD(void set_child_secondary(Widget& child, bool is_secondary = true), gtk_button_box_set_child_secondary)
71
68
  _WRAP_METHOD(bool get_child_secondary(const Gtk::Widget& child) const, gtk_button_box_get_child_secondary)
72
 
  
 
69
 
73
70
  _WRAP_METHOD(bool get_child_non_homogeneous(const Gtk::Widget& child) const, gtk_button_box_get_child_non_homogeneous )
74
71
 
75
72
  _WRAP_METHOD(void set_child_non_homogeneous(Gtk::Widget& child, bool non_homogeneous = true), gtk_button_box_set_child_non_homogeneous)
76
 
  
 
73
 
77
74
  _WRAP_PROPERTY("layout-style", ButtonBoxStyle)
78
75
};
79
76
 
80
77
} // namespace Gtk
81
78
 
82
 
//Include the deprecated header, 
 
79
//Include the deprecated header,
83
80
//whose classes were previously in this header,
84
81
//to preserve the "API" of the includes.
85
82
#include <gtkmm/hvbuttonbox.h>