~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to vapi/mx-1.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-15 11:44:25 UTC
  • mfrom: (1.5.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215114425-8vtvfqmnely5x8tt
Tags: 0.11.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
                public Clutter.Actor child { get; set; }
473
473
                public bool pick_child { get; set; }
474
474
        }
475
 
        [Compact]
476
 
        [CCode (type_id = "MX_TYPE_PADDING", cheader_filename = "mx/mx.h")]
477
 
        public class Padding {
478
 
                public float bottom;
479
 
                public float left;
480
 
                public float right;
481
 
                public float top;
482
 
        }
483
475
        [CCode (cheader_filename = "mx/mx.h")]
484
476
        public class PathBar : Mx.Widget, Clutter.Scriptable, Mx.Stylable, Mx.Focusable {
485
477
                [CCode (type = "ClutterActor*", has_construct_function = false)]
805
797
                [HasEmitter]
806
798
                public signal void style_changed (Mx.StyleChangedFlags flags);
807
799
        }
 
800
        [CCode (type_id = "MX_TYPE_PADDING", cheader_filename = "mx/mx.h")]
 
801
        public struct Padding {
 
802
                public float top;
 
803
                public float right;
 
804
                public float bottom;
 
805
                public float left;
 
806
        }
808
807
        [CCode (cprefix = "MX_ALIGN_", cheader_filename = "mx/mx.h")]
809
808
        public enum Align {
810
809
                START,