From 7c2eb6d1fd9b079e9284439068b5e88504688750 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 21 Jul 1999 21:43:52 +0000 Subject: [PATCH] (_window_state): Add button_width. --- lwlib/xlwmenuP.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 79f454fefc4..23e105c1443 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -13,6 +13,9 @@ typedef struct _window_state Dimension width; Dimension height; Dimension label_width; + + /* Width of toggle buttons or radio buttons. */ + Dimension button_width; } window_state; -- 2.39.5