projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Document wxDataViewModelNotifier callbacks return values.
[wxWidgets.git]
/
interface
/
wx
/
collpane.h
diff --git
a/interface/wx/collpane.h
b/interface/wx/collpane.h
index 5718757d1f627d36d74ee3e43678442eeea6068d..2ad1b466378386a4fb788d17d6f34c18dcc1458e 100644
(file)
--- a/
interface/wx/collpane.h
+++ b/
interface/wx/collpane.h
@@
-3,9
+3,12
@@
// Purpose: interface of wxCollapsiblePane
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxCollapsiblePane
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
+#define wxCP_DEFAULT_STYLE (wxTAB_TRAVERSAL | wxNO_BORDER)
+#define wxCP_NO_TLW_RESIZE (0x0002)
+
/**
@class wxCollapsiblePaneEvent
/**
@class wxCollapsiblePaneEvent
@@
-41,7
+44,7
@@
public:
void SetCollapsed(bool collapsed);
};
void SetCollapsed(bool collapsed);
};
-
+wxEventType wxEVT_COMMAND_COLLPANE_CHANGED;
/**
@class wxCollapsiblePane
/**
@class wxCollapsiblePane
@@
-91,9
+94,11
@@
public:
flag to disable this automatic parent resizing then.
@endStyleTable
flag to disable this automatic parent resizing then.
@endStyleTable
- @beginEvent
Table{wxCollapsiblePane
Event}
+ @beginEvent
EmissionTable{wxCollapsiblePaneEvent,wxNavigationKey
Event}
@event{EVT_COLLAPSIBLEPANE_CHANGED(id, func)}
@event{EVT_COLLAPSIBLEPANE_CHANGED(id, func)}
- The user expanded or collapsed the collapsible pane.
+ The user expanded or collapsed the collapsible pane.
+ @event{EVT_NAVIGATION_KEY(func)}
+ Process a navigation key event.
@endEventTable
@library{wxcore}
@endEventTable
@library{wxcore}
@@
-177,4
+182,3
@@
public:
*/
bool IsExpanded() const;
};
*/
bool IsExpanded() const;
};
-