API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2025.4
since: 3.10
int gtk_widget_get_allocated_baseline ( GtkWidget* widget )
Returns the baseline that has currently been allocated to widget. This function is intended to be used when implementing handlers for the GtkWidget::draw function, and when allocating child widgets in GtkWidget::size_allocate.
widget
GtkWidget::draw
GtkWidget::size_allocate
Available since: 3.10
Type: int
int
The baseline of the widget, or -1 if none.