By default, align renderers as column header under GTK+, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,8 +60,9 @@ extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxDataViewCtrlNameStr[];
|
||||
// the default minimal width of the columns:
|
||||
#define wxDVC_DEFAULT_MINWIDTH 30
|
||||
|
||||
// the default alignment of wxDataViewRenderers:
|
||||
#define wxDVR_DEFAULT_ALIGNMENT (wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL)
|
||||
// The default alignment of wxDataViewRenderers is to take
|
||||
// the alignment from the column it owns.
|
||||
#define wxDVR_DEFAULT_ALIGNMENT -1
|
||||
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user