KrMenuBar: Difference between revisions
Appearance
m Ak120 moved page OS2 API:Kronis:KrMenuBar to KrMenuBar |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''#include "krmenu.hpp"''' | '''#include "krmenu.hpp"''' | ||
KrMenuBar does not provide real new features, but rather a bugfix. It behaves | KrMenuBar does not provide real new features, but rather a bugfix. It behaves exactly 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 erroneously uses the system proportional font). | |||
[[Category:Kronis Classes]] | |||
[[Category: |
Latest revision as of 21:29, 7 October 2022
#include "krmenu.hpp"
KrMenuBar does not provide real new features, but rather a bugfix. It behaves exactly 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 erroneously uses the system proportional font).