browser-window-ffi 0.4.1

FFI bindings for the browser-window crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BW_WINDOW_GTK_H
#define BW_WINDOW_GTK_H

#include <gtk/gtk.h>



typedef struct {
	GtkWidget* handle;
	gboolean minimizable;
} bw_WindowImpl;



#endif//BW_WINDOW_GTK_H