mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
docs: make GtkWidget:margin-start and margin-end clearer
margin-start and margin-end have been added for RTL support, see: https://bugzilla.gnome.org/show_bug.cgi?id=710238 So those properties are used only for the horizontal direction: left or right, not top or bottom. https://bugzilla.gnome.org/show_bug.cgi?id=732681
This commit is contained in:
parent
196b9f8eea
commit
03b4c82f77
@ -1541,7 +1541,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
/**
|
||||
* GtkWidget:margin-start:
|
||||
*
|
||||
* Margin on start of widget.
|
||||
* Margin on start of widget, horizontally. This property supports
|
||||
* left-to-right and right-to-left text directions.
|
||||
*
|
||||
* This property adds margin outside of the widget's normal size
|
||||
* request, the margin will be added in addition to the size from
|
||||
@ -1562,7 +1563,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
/**
|
||||
* GtkWidget:margin-end:
|
||||
*
|
||||
* Margin on end of widget.
|
||||
* Margin on end of widget, horizontally. This property supports
|
||||
* left-to-right and right-to-left text directions.
|
||||
*
|
||||
* This property adds margin outside of the widget's normal size
|
||||
* request, the margin will be added in addition to the size from
|
||||
|
Loading…
Reference in New Issue
Block a user