#include <gtk/gtk.h>
#include "openldev-output-build.h"
#include "openldev-output-search.h"
#include "openldev-output-terminal.h"
Data Structures | |
struct | OutputManager |
GtkNotebook that holds the build and search output. More... | |
Functions | |
void | output_manager_add_tab (OutputManager *manager, GtkWidget *child, GtkWidget *tab_label) |
GtkWidget * | output_manager_get_build (OutputManager *manager) |
GtkWidget * | output_manager_get_search (OutputManager *manager) |
GtkWidget * | output_manager_get_terminal (OutputManager *manager) |
|
Add a new tab to the GtkNotebook. You can add any widget that you want as the tab_label and child.
|
|
Retrieve the OutputBuild object of the specified OutputManager.
|
|
Retrieve the OutputSearch object of the specified OutputManager.
|
|
Retrieve the OutputTerminal object of the specified OutputManager.
|