mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
GtkWidget: Add missing Since docs
This commit is contained in:
parent
c630804647
commit
ac8817d34b
@ -13687,6 +13687,8 @@ gtk_widget_set_halign (GtkWidget *widget,
|
||||
* %GTK_ALIGN_BASELINE.
|
||||
*
|
||||
* Returns: the vertical alignment of @widget
|
||||
*
|
||||
* Since: 3.10
|
||||
*/
|
||||
GtkAlign
|
||||
gtk_widget_get_valign_with_baseline (GtkWidget *widget)
|
||||
@ -14503,6 +14505,8 @@ gtk_widget_get_allocated_height (GtkWidget *widget)
|
||||
* widgets in #GtkWidget::size_allocate.
|
||||
*
|
||||
* Returns: the baseline of the @widget, or -1 if none
|
||||
*
|
||||
* Since: 3.10
|
||||
**/
|
||||
int
|
||||
gtk_widget_get_allocated_baseline (GtkWidget *widget)
|
||||
|
Loading…
Reference in New Issue
Block a user