KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_infobar.h File Reference
#include <functional>
#include <optional>
#include <wx/event.h>
#include <wx/infobar.h>
#include <wx/timer.h>
#include <wx/panel.h>
#include <wx/sizer.h>

Go to the source code of this file.

Classes

class  WX_INFOBAR
 A modified version of the wxInfoBar class that allows us to: More...
 
class  EDA_INFOBAR_PANEL
 A wxPanel derived class that hold an infobar and another control. More...
 

Enumerations

enum  { ID_CLOSE_INFOBAR = 2000 }
 

Functions

 wxDECLARE_EVENT (KIEVT_SHOW_INFOBAR, wxCommandEvent)
 
 wxDECLARE_EVENT (KIEVT_DISMISS_INFOBAR, wxCommandEvent)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_CLOSE_INFOBAR 

ID for the close button on the frame's infobar.

Definition at line 37 of file wx_infobar.h.

Function Documentation

◆ wxDECLARE_EVENT() [1/2]

wxDECLARE_EVENT ( KIEVT_DISMISS_INFOBAR  ,
wxCommandEvent   
)

◆ wxDECLARE_EVENT() [2/2]

wxDECLARE_EVENT ( KIEVT_SHOW_INFOBAR  ,
wxCommandEvent   
)