fbdbg  3.0
FreeBASIC Debugger
expand.bas File Reference

Functions to handle the non-modal dialogs with tree views. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SUB_cdecl fillExpandTree (BYVAL_as_GtkTreeStore_ptr Store, byval_as_gpointer UserData)
 
SUB_CDECL on_expand_destroyed (BYVAL_AS_GtkWidget_PTR, BYVAL_AS_gpointer)
 
SUB_CDECL_ALIAS exp_watched_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_dump_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_edit_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_show_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_new_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_replace_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_delta_m_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_delta_p_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_delta_set_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_close_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_arrange_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 
SUB_CDECL_ALIAS exp_about_clicked (BYVAL_AS_GtkButton_PTR Button, BYVAL_AS_gpointer user_data)
 

Variables

ExpandUdt_PTR XPD
 The global expand variable for this class.
 

Detailed Description

Functions to handle the non-modal dialogs with tree views.

This file contains code to handle non-modal dialog windows with tree view widgets, used show expanded structures. The file contains the ExpandUdt structure and the callbacks used in this class.

Since
3.0

Definition in file expand.bas.