summaryrefslogtreecommitdiff
path: root/src/glibext/widthtracker.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-11-17 07:30:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-11-17 07:30:08 (GMT)
commitbaef7fad5e4a7f19926c8722e8ab1e1d426d4433 (patch)
treef882ccb39ae6b06ed886519820f06557187f6b14 /src/glibext/widthtracker.h
parent187cf13a6f0b0ddbb46fd563d66bb01b0dcd18be (diff)
Fixed raw data display.
Diffstat (limited to 'src/glibext/widthtracker.h')
-rw-r--r--src/glibext/widthtracker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/widthtracker.h b/src/glibext/widthtracker.h
index 4920f9b..113cf8a 100644
--- a/src/glibext/widthtracker.h
+++ b/src/glibext/widthtracker.h
@@ -79,6 +79,9 @@ GWidthTracker *g_width_tracker_new_restricted(const GWidthTracker *, size_t, siz
/* Indique le nombre de colonnes prises en compte. */
size_t g_width_tracker_count_columns(const GWidthTracker *);
+/* Indique la largeur minimale pour une colonne donnée. */
+gint g_width_tracker_get_column_min_width(GWidthTracker *, size_t);
+
/* Impose une largeur minimale pour une colonne donnée. */
void g_width_tracker_set_column_min_width(GWidthTracker *, size_t, gint);