added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2746,6 +2746,10 @@ void wxWindowGTK::PostCreation()
|
||||
G_CALLBACK (wxgtk_combo_size_request_callback),
|
||||
this);
|
||||
}
|
||||
else if (GTK_IS_FILE_CHOOSER_BUTTON(m_widget))
|
||||
{
|
||||
// FIXME: what should be done here ?
|
||||
}
|
||||
else
|
||||
{
|
||||
// This is needed if we want to add our windows into native
|
||||
|
Reference in New Issue
Block a user