~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to Nux/GridHLayout.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
//         @param offset_space     The space at the left of all elements.
138
138
//         @param element_margin   The margin between elements.
139
139
//     */
140
 
//     void ComputeStacking(t_s32 remaining_width, t_s32 &offset_space, t_s32 &element_margin);
 
140
//     void ComputeStacking(int remaining_width, int &offset_space, int &element_margin);
141
141
  };
142
142
}
143
143