OpenCPN Partial API docs
|
Clickable, small info icon which displays a help text Typical usage: More...
#include <gui_lib.h>
Classes | |
class | InfoFrame |
Public Member Functions | |
InfoButton (wxWindow *parent, bool touch, const char *header, const char *info) | |
Clickable, small info icon which displays a help text Typical usage:
auto info_btn = InfoButton(this, g_btouch, "short header" "long, multiline help");
InfoButton::InfoButton | ( | wxWindow * | parent, |
bool | touch, | ||
const char * | header, | ||
const char * | info | ||
) |
Definition at line 343 of file gui_lib.cpp.