Jump to content

KrMenuBar: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:Kronis:KrMenuBar to KrMenuBar
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
'''#include "krmenu.hpp"'''  
'''#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  
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).


public:
[[Category:Kronis Classes]]
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).
 
[[Category:The OS/2 API Project]]

Revision as of 10:17, 13 February 2017

#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).