This commit is contained in:
sunsets
2023-09-11 11:10:12 +08:00
parent 205d475acb
commit 39bb8169a0
11 changed files with 69 additions and 5 deletions

View File

@@ -5,6 +5,12 @@
#include "../wxExtensions.hpp"
#include "StateHandler.hpp"
#include "PopupWindow.hpp"
//B35
#if defined __linux__
#include <boost/date_time/posix_time/posix_time.hpp>
#include "wx/dcbuffer.h"
#include "wx/display.h"
#endif
#define DD_NO_CHECK_ICON 0x0001
#define DD_NO_TEXT 0x0002

View File

@@ -6,6 +6,11 @@
#define LB_HYPERLINK 0x0020
#define LB_PROPAGATE_MOUSE_EVENT 0x0040
//B35
#if defined __linux__
#include <wx/settings.h>
#include "wx/dcclient.h"
#endif
class Label : public wxStaticText
{

View File

@@ -3,6 +3,13 @@
#include "../wxExtensions.hpp"
//B35
#if defined __linux__
#include <wx/panel.h>
#include <wx/wx.h>
#endif
class RoundedRectangle : public wxWindow
{
public:

View File

@@ -5,6 +5,13 @@
#include "StateColor.hpp"
//B35
#if defined __linux__
#include<memory>
#include <wx/wx.h>
#endif
wxDECLARE_EVENT(EVT_ENABLE_CHANGED, wxCommandEvent);
class StateHandler : public wxEvtHandler

View File

@@ -19,6 +19,11 @@
#elif defined __linux__
#include <gtk/gtk.h>
#define WEBKIT_API
//B35
#if defined __linux__
#include <boost/log/trivial.hpp>
#endif
struct WebKitWebView;
struct WebKitJavascriptResult;
extern "C" {