Replace all margin-left and margin-right with margin-start and margin-end

https://bugzilla.gnome.org/show_bug.cgi?id=710238
This commit is contained in:
Yosef Or Boczko
2013-11-15 00:31:17 +02:00
committed by Benjamin Otte
parent 9921bec63a
commit 719dd636a9
24 changed files with 111 additions and 108 deletions

View File

@ -897,8 +897,8 @@ gtk_table_get_row_spacing (GtkTable *table,
* Alters the amount of space between a given table column and the following
* column.
*
* Deprecated: 3.4: Use gtk_widget_set_margin_left() and
* gtk_widget_set_margin_right() on the widgets contained in the row if
* Deprecated: 3.4: Use gtk_widget_set_margin_start() and
* gtk_widget_set_margin_end() on the widgets contained in the row if
* you need this functionality. #GtkGrid does not support per-row spacing.
*/
void