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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user