c# - Remove minimize and maximize window buttons in GTK# -
How can I remove at least and max buttons on the gtk # window, I came across, but it was not sure That's how to use it in Gtk #.
Mono discusses the indirect method described in the words.
this.TypeHint = Gdk.WindowTypeHint.Dialog;
This value is used by the values to set the value to WindowTypeHint.Dialog
.
PS: I was unable to find a good reference for GDK # documentation.
Comments
Post a Comment