mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
964b1fe1d9
Use wxWidgets 2.5.2.
13 lines
467 B
C
13 lines
467 B
C
--- src/include/frmStatus.h.orig Mon Jun 28 01:16:59 2004
|
|
+++ src/include/frmStatus.h Mon Jun 28 01:21:48 2004
|
|
@@ -35,7 +35,9 @@
|
|
void OnHelp(wxCommandEvent& ev);
|
|
void OnClose(wxCommandEvent &event);
|
|
void OnRefresh(wxCommandEvent &event);
|
|
+ void OnRefreshTimer(wxTimerEvent &event);
|
|
void OnRateChange(wxCommandEvent &event);
|
|
+ void OnRateChangeSpin(wxSpinEvent &event);
|
|
frmMain *mainForm;
|
|
pgConn *connection;
|
|
long backend_pid;
|