From ec0c2f3292b3db0fdad7f02ed068a97b66f7a2ea Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 20 May 2014 16:05:32 -0300 Subject: Add the --ellipsize option to info, error, warning and question dialogs This option will help people who need to add huge texts in their dialogs and the window size get's very huge due amount of size that GtkLabel requests --- src/zenity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenity.h') diff --git a/src/zenity.h b/src/zenity.h index 6e1b6875..d3606cd4 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -67,6 +67,7 @@ typedef struct { gboolean no_wrap; gboolean no_markup; gboolean default_cancel; + gboolean ellipsize; } ZenityMsgData; typedef struct { -- cgit