tutoterm

tutoterm — Main graphic functions for Tutoterm

Functions

Includes

#include "include/index_win.h"
#include "include/input_output.h"
#include "include/liststore.h"
#include "include/tutoterm.h"

Description

Functions

activate ()

void
activate (GtkApplication *app,
          gpointer user_data);

Parameters

app

a GtkApplication

 

user_data

a gpointer

 

get_ttlabel ()

GtkWidget *
get_ttlabel (GtkWidget *widget);

return: a GtkWidget

Parameters

widget

a GtkWidget

 

get_ttvtextbox ()

GtkWidget *
get_ttvtextbox (GtkWidget *widget);

return: a GtkWidget

Parameters

widget

a GtkWidget

 

key_event ()

gboolean
key_event (GtkWidget *ttMainWindow,
           GdkEventKey *event,
           GtkListStore *ttListStore);

return: a gboolean

Parameters

ttMainWindow

a GtkWidget

 

event

a GtkEventKey

 

ttListStore

a GtkListStore

 

preferences_activated ()

void
preferences_activated (GSimpleAction *action,
                       GVariant *parameter,
                       gpointer user_data);

Parameters

action

a GSimpleAction

 

parameter

a GVariant

 

user_data

a gpointer

 

quit_activated ()

void
quit_activated (GSimpleAction *action,
                GVariant *parameter,
                gpointer user_data);

Types and Values