centralized the handling of border styles; added borders support for wxListBox and support of other kinds of borders (patch 1448088)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -467,6 +467,9 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
|
||||
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC );
|
||||
}
|
||||
|
||||
|
||||
GtkScrolledWindowSetBorder(m_widget, style);
|
||||
|
||||
m_treeview = GTK_TREE_VIEW( gtk_tree_view_new( ) );
|
||||
|
||||
//wxListBox doesn't have a header :)
|
||||
|
Reference in New Issue
Block a user