Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
ece85921
Commit
ece85921
authored
Aug 19, 2011
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eeschema library path configuration window was not expanding in bottom panels
parent
09d5e693
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1285 additions
and
804 deletions
+1285
-804
dialog_eeschema_config_fbp.fbp
eeschema/dialogs/dialog_eeschema_config_fbp.fbp
+1272
-792
dialog_eeschema_config_fbp.h
eeschema/dialogs/dialog_eeschema_config_fbp.h
+13
-12
No files found.
eeschema/dialogs/dialog_eeschema_config_fbp.fbp
View file @
ece85921
This source diff could not be displayed because it is too large. You can
view the blob
instead.
eeschema/dialogs/dialog_eeschema_config_fbp.h
View file @
ece85921
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Apr 16 2008
)
// C++ code generated with wxFormBuilder (version
Jun 6 2011
)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -55,22 +55,23 @@ class DIALOG_EESCHEMA_CONFIG_FBP : public wxDialog
wxStaticLine
*
m_staticline3
;
// Virtual event handlers, overide them in your derived class
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnFilesListClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnAddOrInsertLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnRemoveLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnButtonUpClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnButtonDownClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnAddOrInsertPath
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnRemoveUserPath
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnCancelClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnOkClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnFilesListClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnAddOrInsertLibClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnRemoveLibClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnButtonUpClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnButtonDownClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnAddOrInsertPath
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnRemoveUserPath
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnCancelClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
virtual
void
OnOkClick
(
wxCommandEvent
&
event
)
{
event
.
Skip
();
}
public
:
wxStdDialogButtonSizer
*
m_sdbSizer1
;
wxButton
*
m_sdbSizer1OK
;
wxButton
*
m_sdbSizer1Cancel
;
DIALOG_EESCHEMA_CONFIG_FBP
(
wxWindow
*
parent
,
wxWindowID
id
=
wxID_ANY
,
const
wxString
&
title
=
wxEmptyString
,
const
wxPoint
&
pos
=
wxDefaultPosition
,
const
wxSize
&
size
=
wxSize
(
-
1
,
-
1
),
long
style
=
wxDEFAULT_DIALOG_STYLE
|
wxRESIZE_BORDER
);
~
DIALOG_EESCHEMA_CONFIG_FBP
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment