#include <functional>
#include <optional>
#include <wx/event.h>
#include <wx/infobar.h>
#include <wx/timer.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <reporter.h>
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
ID_CLOSE_INFOBAR | ID for the close button on the frame's infobar.
|
Definition at line 38 of file wx_infobar.h.
◆ wxDECLARE_EVENT() [1/2]
wxDECLARE_EVENT |
( |
KIEVT_DISMISS_INFOBAR |
, |
|
|
wxCommandEvent |
|
|
) |
| |
◆ wxDECLARE_EVENT() [2/2]
wxDECLARE_EVENT |
( |
KIEVT_SHOW_INFOBAR |
, |
|
|
wxCommandEvent |
|
|
) |
| |