Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
src\main.h
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: src\main.h (Read 4439 times)
sethjackson
Guest
src\main.h
«
on:
February 23, 2006, 09:24:30 pm »
On line 172 why is it wxNotebookEvent? Shouldn't it be wxFlatNotebookEvent?
void OnPageChanged(wxNotebookEvent& event);
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: src\main.h
«
Reply #1 on:
February 23, 2006, 09:43:05 pm »
Strictly, yes. This is a relict from the old days.
However, it does not really matter, it works just fine, and the object is not even used.
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
src\main.h