aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-container.c
Commit message (Collapse)AuthorAgeFilesLines
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-091-1/+1
| | | | Bug #636790
* Implemented print previewJose Millan Soto2010-02-091-4/+0
| | | | | | | | | | | | | | Created function ephy_web_view_show_print_preview, which replaces the old implementation of print preview, which was not working now. Preview is displayed in an external viewer, so print preview mode does no longer exist. All functions of the old implementation of print preview have been removed, PPViewToolbar was removed also. Also, as EphyWebView has no more a print preview mode, all functions which checked if a view was in print preview mode were modified. Bug #609021
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-2/+3
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵Xan Lopez2009-06-051-5/+5
| | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now.
* 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