~unity-team/unity/remote-panel

« back to all changes in this revision

Viewing changes to vapi/clutk-0.3.vapi

  • Committer: Neil Jagdish Patel
  • Date: 2010-07-08 14:37:25 UTC
  • mfrom: (368.1.10 collapsing-place-groups)
  • Revision ID: neil.patel@canonical.com-20100708143725-u70g1zjf30agzm8j
[merge] Collapsing place groups

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        public class IconView : Ctk.Actor, Clutter.Scriptable, Ctk.Focusable, Clutter.Container {
163
163
                [CCode (type = "ClutterActor*", has_construct_function = false)]
164
164
                public IconView ();
 
165
                public uint get_n_cols ();
 
166
                public uint get_n_rows ();
165
167
                public int get_spacing ();
166
168
                public void set_spacing (int spacing);
 
169
                [NoAccessorMethod]
 
170
                public bool auto_fade_children { get; set construct; }
 
171
                public uint n_cols { get; }
 
172
                public uint n_rows { get; }
167
173
                public int spacing { get; set construct; }
168
174
        }
169
175
        [CCode (cheader_filename = "clutk/clutk.h")]