aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-container.c
Commit message (Collapse)AuthorAgeFilesLines
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-0/+4
| | | | | | | | Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709
* Rename param to "set_active".Christian Persch2007-11-171-3/+5
| | | | svn path=/trunk/; revision=7708
* Yes, tabs.Xan Lopez2007-11-171-8/+8
| | | | svn path=/trunk/; revision=7707
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-7/+40
| | | | svn path=/trunk/; revision=7706
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-0/+4
| | | | | | | Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. svn path=/trunk/; revision=7703
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-171-2/+3
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-161-5/+5
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Add EphyEmbedContainer.Xan Lopez2007-11-161-0/+179
svn path=/trunk/; revision=7692