]> git.eshelyaron.com Git - emacs.git/commitdiff
(_window_state): Add button_width.
authorGerd Moellmann <gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)
lwlib/xlwmenuP.h

index 79f454fefc4503214a3eb39ca609d89da980d957..23e105c144315a5ace131e63b504953733994fa6 100644 (file)
@@ -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;