NCBI C++ ToolKit
Macros | Variables
wx_tools.cpp File Reference
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/ncbi_limits.h>
#include <algo/structure/wx_tools/wx_tools.hpp>
+ Include dependency graph for wx_tools.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define SEND_CHANGED_EVENT
 

Variables

const int WX_TOOLS_NOTIFY_CHANGED = wxNewEventType()
 

Macro Definition Documentation

◆ SEND_CHANGED_EVENT

#define SEND_CHANGED_EVENT
Value:
do { \
wxCommandEvent notify(WX_TOOLS_NOTIFY_CHANGED); \
AddPendingEvent(notify); } while (0)
const int WX_TOOLS_NOTIFY_CHANGED
Definition: wx_tools.cpp:43

Definition at line 45 of file wx_tools.cpp.

Variable Documentation

◆ WX_TOOLS_NOTIFY_CHANGED

const int WX_TOOLS_NOTIFY_CHANGED = wxNewEventType()

Definition at line 43 of file wx_tools.cpp.

Modified on Fri Sep 20 14:58:13 2024 by modify_doxy.py rev. 669887