OpenCPN Partial API docs
Loading...
Searching...
No Matches
InfoButton Class Reference

Clickable, small info icon which displays a help text Typical usage: More...

#include <gui_lib.h>

Inheritance diagram for InfoButton:

Classes

class  InfoFrame
 

Public Member Functions

 InfoButton (wxWindow *parent, bool touch, const char *header, const char *info)
 

Detailed Description

Clickable, small info icon which displays a help text Typical usage:

auto info_btn = InfoButton(this, g_btouch, "short header" "long, multiline help");

Definition at line 148 of file gui_lib.h.

Constructor & Destructor Documentation

◆ InfoButton()

InfoButton::InfoButton ( wxWindow *  parent,
bool  touch,
const char *  header,
const char *  info 
)

Definition at line 343 of file gui_lib.cpp.


The documentation for this class was generated from the following files: