mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 10:51:36 +00:00
commit
8536330197
1 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,9 @@ static void DoProjectAddEdit( bool edit, GtkWidget *parent ){
|
||||||
gtk_widget_show( label );
|
gtk_widget_show( label );
|
||||||
|
|
||||||
text = gtk_entry_new();
|
text = gtk_entry_new();
|
||||||
g_object_set_data( G_OBJECT( dialog ), "text", text );
|
gtk_table_attach( GTK_TABLE( table ), text, 1, 2, 0, 1,
|
||||||
|
(GtkAttachOptions) ( GTK_EXPAND | GTK_FILL ),
|
||||||
|
(GtkAttachOptions) ( 0 ), 0, 0 );
|
||||||
gtk_widget_show( text );
|
gtk_widget_show( text );
|
||||||
g_object_set_data( G_OBJECT( dialog ), "text", text );
|
g_object_set_data( G_OBJECT( dialog ), "text", text );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue