#include <gtk/gtk.h>
#include <glib.h>
#include <glib-object.h>
Data Structures | |
struct | OutputList |
Widgets for the list output GtkTreeView. More... | |
Functions | |
GtkWidget * | output_list_new () |
GtkWidget * | output_list_get_scrolled_window (OutputList *list) |
void | output_list_clear (OutputList *list) |
|
Clear the content of the GtkTreeView.
|
|
Get the GtkScrolledWindow widget in the OutputList object.
|
|
Create a new OutputList object. This is useful if you want a generic GtkTreeView to show output in.
|