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

Popular posts from this blog

GO: Serve static pages -

Folder list php -

java - how to parse a JSON string into ObjectNode in Jackson? -