gwenhywfar  5.10.1
Data Structures | Macros | Functions
gtk2_gui_dialog_l.h File Reference
#include <gwen-gui-gtk2/gtk2_gui.h>
#include <gtk/gtk.h>
#include <gwenhywfar/dialog_be.h>
Include dependency graph for gtk2_gui_dialog_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RunInfo
 

Macros

#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING   3
 

Functions

int GTK2_Gui_Dialog_Run (GWEN_DIALOG *dlg, int timeout)
 
void Gtk2Gui_Dialog_Extend (GWEN_DIALOG *dlg)
 
GtkWidget * Gtk2Gui_Dialog_GetMainWidget (const GWEN_DIALOG *dlg)
 
void Gtk2Gui_Dialog_Leave (GWEN_DIALOG *dlg, int result)
 
int Gtk2Gui_Dialog_Setup (GWEN_DIALOG *dlg, GtkWidget *parentWindow)
 
void Gtk2Gui_Dialog_Unextend (GWEN_DIALOG *dlg)
 
int Gtk2Gui_GetRawText (const char *text, GWEN_BUFFER *tbuf)
 

Macro Definition Documentation

◆ GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING

#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING   3

Function Documentation

◆ GTK2_Gui_Dialog_Run()

int GTK2_Gui_Dialog_Run ( GWEN_DIALOG dlg,
int  timeout 
)

Definition at line 315 of file gtk2_gui_dialog.c.

References DBG_ERROR, Gtk2Gui_Dialog_GetMainWidget(), Gtk2Gui_Dialog_Unextend(), GWEN_ERROR_INVALID, GWEN_INHERIT_GETDATA, GWEN_LOGDOMAIN, NULL, run_delete_handler(), run_destroy_handler(), and run_unmap_handler().

Referenced by GTK2_Gui_RunDialog().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Gtk2Gui_Dialog_Extend()

void Gtk2Gui_Dialog_Extend ( GWEN_DIALOG dlg)

◆ Gtk2Gui_Dialog_GetMainWidget()

GtkWidget* Gtk2Gui_Dialog_GetMainWidget ( const GWEN_DIALOG dlg)

Definition at line 123 of file gtk2_gui_dialog.c.

References GWEN_INHERIT_GETDATA.

Referenced by GTK2_Gui_CloseDialog(), GTK2_Gui_Dialog_Run(), and GTK2_Gui_OpenDialog().

Here is the caller graph for this function:

◆ Gtk2Gui_Dialog_Leave()

void Gtk2Gui_Dialog_Leave ( GWEN_DIALOG dlg,
int  result 
)

◆ Gtk2Gui_Dialog_Setup()

int Gtk2Gui_Dialog_Setup ( GWEN_DIALOG dlg,
GtkWidget *  parentWindow 
)

◆ Gtk2Gui_Dialog_Unextend()

void Gtk2Gui_Dialog_Unextend ( GWEN_DIALOG dlg)

◆ Gtk2Gui_GetRawText()

int Gtk2Gui_GetRawText ( const char *  text,
GWEN_BUFFER tbuf 
)

Definition at line 483 of file gtk2_gui_dialog.c.

References GWEN_Buffer_AppendBytes(), GWEN_Buffer_AppendString(), and NULL.

Referenced by Gtk2Gui_WLabel_SetCharProperty(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WTextBrowser_SetCharProperty(), and Gtk2Gui_WTextBrowser_Setup().

Here is the call graph for this function:
Here is the caller graph for this function: