geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

_CreateClassDialog Struct Reference

Public Attributes

gint class_type
 
GtkWidget * dialog
 
GtkWidget * class_name_entry
 
GtkWidget * header_entry
 
GtkWidget * source_entry
 
GtkWidget * base_name_entry
 
GtkWidget * base_header_entry
 
GtkWidget * base_header_global_box
 
GtkWidget * base_gtype_entry
 
GtkWidget * create_constructor_box
 
GtkWidget * create_destructor_box
 
GtkWidget * gtk_constructor_type_entry
 
GtkWidget * class_namespace_entry
 
GtkWidget * class_implements_entry
 
GtkWidget * create_isabstract_box
 
GtkWidget * create_issingleton_box
 

Detailed Description

Definition at line 78 of file classbuilder.c.

Member Data Documentation

◆ base_gtype_entry

GtkWidget* _CreateClassDialog::base_gtype_entry

Definition at line 88 of file classbuilder.c.

◆ base_header_entry

GtkWidget* _CreateClassDialog::base_header_entry

Definition at line 86 of file classbuilder.c.

◆ base_header_global_box

GtkWidget* _CreateClassDialog::base_header_global_box

Definition at line 87 of file classbuilder.c.

◆ base_name_entry

GtkWidget* _CreateClassDialog::base_name_entry

Definition at line 85 of file classbuilder.c.

◆ class_implements_entry

GtkWidget* _CreateClassDialog::class_implements_entry

Definition at line 94 of file classbuilder.c.

◆ class_name_entry

GtkWidget* _CreateClassDialog::class_name_entry

Definition at line 82 of file classbuilder.c.

◆ class_namespace_entry

GtkWidget* _CreateClassDialog::class_namespace_entry

Definition at line 93 of file classbuilder.c.

◆ class_type

gint _CreateClassDialog::class_type

Definition at line 80 of file classbuilder.c.

◆ create_constructor_box

GtkWidget* _CreateClassDialog::create_constructor_box

Definition at line 89 of file classbuilder.c.

◆ create_destructor_box

GtkWidget* _CreateClassDialog::create_destructor_box

Definition at line 90 of file classbuilder.c.

◆ create_isabstract_box

GtkWidget* _CreateClassDialog::create_isabstract_box

Definition at line 95 of file classbuilder.c.

◆ create_issingleton_box

GtkWidget* _CreateClassDialog::create_issingleton_box

Definition at line 96 of file classbuilder.c.

◆ dialog

GtkWidget* _CreateClassDialog::dialog

Definition at line 81 of file classbuilder.c.

◆ gtk_constructor_type_entry

GtkWidget* _CreateClassDialog::gtk_constructor_type_entry

Definition at line 91 of file classbuilder.c.

◆ header_entry

GtkWidget* _CreateClassDialog::header_entry

Definition at line 83 of file classbuilder.c.

◆ source_entry

GtkWidget* _CreateClassDialog::source_entry

Definition at line 84 of file classbuilder.c.


The documentation for this struct was generated from the following file: