browser-window-c 0.0.3

FFI bindings for the browser-window crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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