Jump to content

KrMenuBar

From EDM2
Revision as of 16:07, 5 April 2015 by Martini (talk | contribs) (Created page with "'''#include "krmenu.hpp"''' KrMenuBar does not provide real new features, but rather a bugfix. It behaves exactely like IMenuBar, from which it inherits, with one exception:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

#include "krmenu.hpp"

KrMenuBar does not provide real new features, but rather a bugfix. It behaves exactely like IMenuBar, from which it inherits, with one exception: when constructed using

public: 
KrMenuBar (IFrameWindow *owner, const Style & style = defaultStyle()); 

the correct system font for menus is used to build the menu bar and the associated menus (IMenuBar erranously uses the system proportional font).