openmedicus / gtk-sharp

DEPRECATED: Use https://github.com/GLibSharp/GtkSharp or https://github.com/GtkSharp/GtkSharp
Other
22 stars 6 forks source link

Fix Dialog creation #8

Closed harry-cpp closed 8 years ago

harry-cpp commented 8 years ago

If flags are being sent the dialog needs to be created with gtk_dialog_new_with_buttons because HeaderBar flag can only be assigned during dialog creation.