fbdbg  3.0
FreeBASIC Debugger
gui.bi File Reference

The central header that provides gui stuff for core part. More...

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

Go to the source code of this file.

Classes

class  GUIData
 class for global handling of the XML file fbdbg.ui More...
 
class  ActionsUDT
 Class to handle variable actions and status bar messages. More...
 
class  ExpandUdt
 Class to handle expand dialogs. More...
 
class  LOG_Udt
 Class to handle the dialogs with text view. More...
 
class  SrcNotebook
 Class to handle the context of the source notebook. More...
 

Macros

#define FIX_GDKEVENT_STATE
 
#define FIX_GDKEVENT_STATE
 
#define gdk_pixbuf_new_from_file_at_size
 
#define g_filename_to_utf8(_N_, XXX...)
 

Functions

FUNCTION_AS_GdkPixbuf_PTR gdk_pixbuf_new_from_file_at_size (BYVAL_AS_CONST_char_PTR, BYVAL_AS_gint, BYVAL_AS_gint, BYVAL_AS_GError_PTR_PTR)
 
SUB access_viol (BYVAL_AS_gint Adr, byval_AS_zSTRING_PTR Fnam, byval_AS_zSTRING_PTR Proc, byval_AS_gint Lin_, byval_AS_zSTRING_PTR Text)
 

Detailed Description

The central header that provides gui stuff for core part.

This file contains the declarations of the GUI part.

Since
3.0

Definition in file gui.bi.

Macro Definition Documentation

#define FIX_GDKEVENT_STATE
Value:
/* 16
*/

Definition at line 15 of file gui.bi.

#define FIX_GDKEVENT_STATE
Value:
/* 0
*/

Definition at line 15 of file gui.bi.

#define g_filename_to_utf8 (   _N_,
  XXX... 
)
Value:
/* g_strdup(sadd(_N_))
*/

Definition at line 24 of file gui.bi.

#define gdk_pixbuf_new_from_file_at_size
Value:
/* gdk_pixbuf_new_from_file_at_size_utf8
*/

Definition at line 20 of file gui.bi.