ui_notebook.h 223 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #ifndef UI_NOTEBOOK_H_ #define UI_NOTEBOOK_H_ void ui_notebook_terminal_clear(void); int ui_notebook_create(GtkWidget *vbox); void ui_notebook_terminal_append_data(gchar *text, gint length); #endif /* UI_NOTEBOOK_H_ */