mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Added documentation to "cell-area" construct-only properties.
Indicate what kind of area will be used by default if none is provided by the user.
This commit is contained in:
parent
0b0f110152
commit
4164a49b84
@ -233,6 +233,9 @@ gtk_cell_view_class_init (GtkCellViewClass *klass)
|
||||
*
|
||||
* The #GtkCellArea rendering cells
|
||||
*
|
||||
* If no area is specified when creating the cell view with gtk_cell_view_new_with_context()
|
||||
* a horizontally oriented #GtkCellAreaBox will be used.
|
||||
*
|
||||
* since 3.0
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
@ -933,6 +933,9 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
*
|
||||
* The #GtkCellArea used to layout cell renderers for this combo box.
|
||||
*
|
||||
* If no area is specified when creating the combo box with gtk_combo_box_new_with_area()
|
||||
* a horizontally oriented #GtkCellAreaBox will be used.
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
|
@ -437,6 +437,9 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
|
||||
*
|
||||
* The #GtkCellArea used to layout cell renderers in the treeview column.
|
||||
*
|
||||
* If no area is specified when creating the entry completion with gtk_entry_completion_new_with_area()
|
||||
* a horizontally oriented #GtkCellAreaBox will be used.
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
|
@ -759,6 +759,9 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
|
||||
*
|
||||
* The #GtkCellArea used to layout cell renderers for this view.
|
||||
*
|
||||
* If no area is specified when creating the icon view with gtk_icon_view_new_with_area()
|
||||
* a #GtkCellAreaBox will be used.
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
@ -404,6 +404,9 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
|
||||
*
|
||||
* The #GtkCellArea used to layout cell renderers for this column.
|
||||
*
|
||||
* If no area is specified when creating the tree view column with gtk_tree_view_column_new_with_area()
|
||||
* a horizontally oriented #GtkCellAreaBox will be used.
|
||||
*
|
||||
* Since: 3.0
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
|
Loading…
Reference in New Issue
Block a user