v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
16
source/frontend/StarSimpleTooltip.hpp
Normal file
16
source/frontend/StarSimpleTooltip.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef STAR_SIMPLE_TOOLTIP_HPP
|
||||
#define STAR_SIMPLE_TOOLTIP_HPP
|
||||
|
||||
#include "StarString.hpp"
|
||||
|
||||
namespace Star {
|
||||
|
||||
STAR_CLASS(Pane);
|
||||
|
||||
namespace SimpleTooltipBuilder {
|
||||
PanePtr buildTooltip(String const& text);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue