Skip to content
Snippets Groups Projects
Commit ae7de714 authored by rds's avatar rds
Browse files

added SetBackgroundSizePlusBorder prototype

parent afa96e64
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
* feature context.
*
* HISTORY:
* Last edited: Jan 23 13:23 2006 (edgrif)
* Last edited: Mar 17 12:22 2006 (rds)
* Created: Fri Dec 9 16:40:20 2005 (edgrif)
* CVS info: $Id: zmapWindowContainer.h,v 1.3 2006-01-23 14:17:16 edgrif Exp $
* CVS info: $Id: zmapWindowContainer.h,v 1.4 2006-03-17 12:42:38 rds Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_CONTAINER_H
......@@ -79,6 +79,9 @@ ZMapFeatureTypeStyle zmapWindowContainerGetStyle(FooCanvasGroup *column_group) ;
void zmapWindowContainerReposition(FooCanvasGroup *container) ;
gboolean zmapWindowContainerHasFeatures(FooCanvasGroup *container_parent) ;
void zmapWindowContainerSetBackgroundSize(FooCanvasGroup *container_parent, double y_extent) ;
void zmapWindowContainerSetBackgroundSizePlusBorder(FooCanvasGroup *container_parent,
double height,
double border);
void zmapWindowContainerMaximiseBackground(FooCanvasGroup *container_parent) ;
void zmapWindowContainerMoveEvent(FooCanvasGroup *container_parent, ZMapWindow window) ;
void zmapWindowContainerPrint(FooCanvasGroup *container_parent) ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment