From: Gerd Moellmann Date: Wed, 21 Jul 1999 21:43:52 +0000 (+0000) Subject: (_window_state): Add button_width. X-Git-Tag: emacs-pretest-21.0.90~7408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c2eb6d1fd9b079e9284439068b5e88504688750;p=emacs.git (_window_state): Add button_width. --- 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;