discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Horizontal menus.


From: Michael Hanni
Subject: Horizontal menus.
Date: Sun, 11 May 2003 21:18:53 -0700 (PDT)

Screenshot: http://deviant-behavior.com/hor-menus.png

Maybe someone would be interested in making this work.

Index: NSApplication.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSApplication.m,v
retrieving revision 1.241
diff -u -r1.241 NSApplication.m
--- NSApplication.m     11 May 2003 14:49:11 -0000      1.241
+++ NSApplication.m     12 May 2003 04:10:38 -0000
@@ -2001,6 +2001,8 @@
 
   ASSIGN(_main_menu, aMenu);
 
+  [[_main_menu menuRepresentation] setHorizontal: YES];
+
   // Set the title of the window.
   // This wont be displayed, but the window manager may need it.
   [[_main_menu window] setTitle: [[NSProcessInfo processInfo] processName]];


=====





reply via email to

[Prev in Thread] Current Thread [Next in Thread]