+ DocDeclStr(
+ void , SetPickerCtrlProportion(int prop),
+ "Sets the proportion value of the picker.", "");
+
+ DocDeclStr(
+ int , GetPickerCtrlProportion() const,
+ "Gets the proportion value of the picker.", "");
+
+
+ DocDeclStr(
+ bool , IsTextCtrlGrowable() const,
+ "", "");
+
+ DocDeclStr(
+ void , SetTextCtrlGrowable(bool grow = true),
+ "", "");
+
+
+ DocDeclStr(
+ bool , IsPickerCtrlGrowable() const,
+ "", "");
+
+ DocDeclStr(
+ void , SetPickerCtrlGrowable(bool grow = true),
+ "", "");
+
+