index_win

index_win — Defines a simple window containing a list of documented GNU commands

Functions

Includes

#include <gtk/gtk.h>
#include "include/index_win.h"

Description

Functions

get_tttree ()

GtkWidget *
get_tttree (GtkTreeModel *ttListStore);

Generate a GtkTreeView from a GtkTreeModel

Parameters

ttListStore

a GtkTreeModel (aka. GtkListStore ) containing documentation strings for the GNU commands supported by Tutoterm

 

Returns

a GtkWidget (aka. GtkTreeView ) displaying information.


index_window ()

void
index_window (GtkWidget *button,
              GtkListStore *ttListStore);

Parameters

button

the widget from which the window is called

 

ttListStore

a GtkListStore containing documentation strings for the GNU commands supported by Tutoterm

 

Types and Values

See Also

liststore