mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'alatiera/inscription-since' into 'main'
inscription: Add missing Since annotations See merge request GNOME/gtk!4815
This commit is contained in:
commit
381c34783d
@ -43,6 +43,8 @@
|
||||
*
|
||||
* As it is a common occurrence that text doesn't fit, users of this widget should
|
||||
* plan for that case.
|
||||
*
|
||||
* Since: 4.8
|
||||
*/
|
||||
|
||||
/* 3 chars are enough to display ellipsizing "..." */
|
||||
|
@ -39,6 +39,8 @@ G_BEGIN_DECLS
|
||||
*
|
||||
* The different methods to handle text in #GtkInscription when it doesn't
|
||||
* fit the available space.
|
||||
*
|
||||
* Since: 4.8
|
||||
*/
|
||||
typedef enum {
|
||||
GTK_INSCRIPTION_OVERFLOW_CLIP,
|
||||
|
Loading…
Reference in New Issue
Block a user