12.2. Description

This is the GnomeMDI interface from Jaka Mocnik used in GHex and GTop.

12.2.1. gnome_mdi_new - create a new GnomeMDI object

12.2.2. gnome_mdi_set_mode - set GnomeMDI mode

12.2.3. gnome_mdi_set_tab_pos - set the position of the MDI notebook tabs

12.2.4. gnome_mdi_set_menu_template - set the template for MDI menus

12.2.5. gnome_mdi_set_toolbar_template - set the template for MDI toolbar

12.2.6. gnome_mdi_set_child_menu_path - sets the path for child-specific menus

12.2.7. gnome_mdi_set_child_list_path - sets the menu path for the list of children

12.2.8. gnome_mdi_add_view - adds a new view to the MDI

12.2.9. gnome_mdi_add_toplevel_view - adds a new view to the MDI in a new toplevel window

12.2.10. gnome_mdi_remove_view - removes an existing view from the MDI

12.2.11. gnome_mdi_active_view - returns a pointer to the last active view

12.2.12. gnome_mdi_set_active_view - sets the active view

12.2.13. gnome_mdi_add_child - adds a new child to an MDI

12.2.14. gnome_mdi_remove_child - removes a child from the MDI

12.2.15. gnome_mdi_remove_all - removes all children from the MDI

12.2.16. gnome_mdi_update_child - updates a child when its name changes

12.2.17. gnome_mdi_active_child - returns the active child

12.2.18. gnome_mdi_find_child - returns a named child

12.2.19. gnome_mdi_open_toplevel - opens a new toplevel window

12.2.20. gnome_mdi_register - registers a GtkObject with MDI

12.2.21. gnome_mdi_unregister - removes a GtkObject from the list of registered objects

12.2.22. gnome_mdi_get_app_from_view - retrieves a view's toplevel window

12.2.23. gnome_mdi_get_child_from_view - retrieves a view's child

12.2.24. gnome_mdi_get_view_from_window - retrieves a view from a certain window