~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to testgtk/create_button_box.adb

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
-- Free Software Foundation, Inc., 59 Temple Place - Suite 330,      --
20
20
-- Boston, MA 02111-1307, USA.                                       --
21
21
--                                                                   --
22
22
-----------------------------------------------------------------------
23
23
 
24
24
with Glib; use Glib;
39
33
 
40
34
package body Create_Button_Box is
41
35
 
 
36
   function Create_Bbox (Horizontal : in Boolean;
 
37
                         Title      : in String;
 
38
                         Spacing    : in Gint;
 
39
                         Child_W    : in Gint;
 
40
                         Child_H    : in Gint;
 
41
                         Layout     : in Gtk_Button_Box_Style)
 
42
                         return Gtk_Frame;
 
43
   --  Create one of the sample button box
 
44
 
42
45
   ----------
43
46
   -- Help --
44
47
   ----------