X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fgtkmultivpaned.h;h=ff8334e2ac3d934177911278b1f6e8f99db1712a;hb=3bc00fde4e40637fe1b540b64853d2cd00fadb7d;hp=8819a895cacc1cf8f4c30e1c6f29ed821bc7fa01;hpb=daecc161cdd7a5931dc553307e3509010076ac35;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkmultivpaned.h b/ltt/branches/poly/include/lttv/gtkmultivpaned.h index 8819a895..ff8334e2 100644 --- a/ltt/branches/poly/include/lttv/gtkmultivpaned.h +++ b/ltt/branches/poly/include/lttv/gtkmultivpaned.h @@ -1,4 +1,22 @@ +/* This file is part of the Linux Trace Toolkit viewer + * Copyright (C) 2003-2004 Xiangxiu Yang + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License Version 2 as + * published by the Free Software Foundation; + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + */ + #ifndef __GTK_MULTI_VPANED_H__ #define __GTK_MULTI_VPANED_H__ @@ -33,6 +51,7 @@ struct _GtkMultiVPaned GtkPaned * first_pane; GtkPaned * last_pane; GtkPaned * focused_pane; + GtkPaned * iter; guint num_children; GtkWidget * vbox; @@ -58,8 +77,12 @@ void gtk_multi_vpaned_widget_delete(GtkMultiVPaned * multi_vpaned); void gtk_multi_vpaned_widget_move_up(GtkMultiVPaned * multi_vpaned); void gtk_multi_vpaned_widget_move_down(GtkMultiVPaned * multi_vpaned); void gtk_multi_vpaned_set_adjust(GtkMultiVPaned * multi_vpaned, gboolean first_time); - - +void gtk_multi_vpaned_set_data(GtkMultiVPaned * multi_vpaned, char * key, gpointer value); +gpointer gtk_multi_vpaned_get_data(GtkMultiVPaned * multi_vpaned, char * key); +GtkWidget * gtk_multi_vpaned_get_widget(GtkMultiVPaned * multi_vpaned); +GtkWidget * gtk_multi_vpaned_get_first_widget(GtkMultiVPaned * multi_vpaned); +GtkWidget * gtk_multi_vpaned_get_next_widget(GtkMultiVPaned * multi_vpaned); +void gtk_multi_vpaned_set_scroll_value(GtkMultiVPaned * multi_vpaned, double value); #ifdef __cplusplus }