input_output

input_output — Text tutorial functions

Functions

Includes

#include <gtk/gtk.h>
#include <string.h>

Description

Functions

fill_tttext_with_input_description ()

void
fill_tttext_with_input_description (GtkListStore *ttListStore);

Parameters

ttListStore

a GtkListStore

 

fill_tttext_with_context_comment ()

void
fill_tttext_with_context_comment (GtkListStore *ttListStore);

Parameters

ttListStore

a GtkListStore

 

set_description ()

gboolean
set_description (GtkTreeModel *ttListStore,
                 GtkTreePath *path,
                 GtkTreeIter *iter,
                 gpointer user_data);

set_comment ()

gboolean
set_comment (GtkTreeModel *ttListStore,
             GtkTreePath *path,
             GtkTreeIter *iter,
             gpointer user_data);

update_input ()

void
update_input (gchar *keyval);

Types and Values