new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on

window creation. some indentation fixes.
this basically brings my tree back in sync with the repository again...
This commit is contained in:
Gnome CVS User
1997-11-28 01:22:38 +00:00
parent 64fd713042
commit 8d073b0232
13 changed files with 678 additions and 590 deletions

View File

@ -41,10 +41,10 @@ struct _GtkAcceleratorTable
/* Accelerator tables.
*/
GtkAcceleratorTable* gtk_accelerator_table_new (void);
GtkAcceleratorTable* gtk_accelerator_table_find (GtkObject *object,
const gchar *signal_name,
guchar accelerator_key,
guint8 accelerator_mods);
GtkAcceleratorTable* gtk_accelerator_table_find (GtkObject *object,
const gchar *signal_name,
guchar accelerator_key,
guint8 accelerator_mods);
void gtk_accelerator_table_destroy (GtkAcceleratorTable *table);
GtkAcceleratorTable *gtk_accelerator_table_ref (GtkAcceleratorTable *table);