Example #1
0
 public void AttachToWindow(Window window)
 {
     Gtk3Wrapper.gtk_window_set_titlebar(window.Handle, this.Handle);
 }
Example #2
0
 public HeaderBar() : base(Gtk3Wrapper.gtk_header_bar_new())
 {
 }