~ubuntu-branches/ubuntu/hardy/gnome-commander/hardy

« back to all changes in this revision

Viewing changes to libgcmd/libgcmd-widget-factory.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-06-13 15:39:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060613153948-gvrt3mb2ddk5u62o
Tags: 1.2.0-3
added --disable-scrollkeeper on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    GNOME Commander - A GNOME based file manager 
 
2
    GNOME Commander - A GNOME based file manager
3
3
    Copyright (C) 2001-2006 Marcus Bjurman
4
4
 
5
5
    This program is free software; you can redistribute it and/or modify
15
15
    You should have received a copy of the GNU General Public License
16
16
    along with this program; if not, write to the Free Software
17
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 
*/ 
 
18
*/
19
19
 
20
20
#ifndef __LIBGCMD_WIDGET_FACTORY_H__
21
21
#define __LIBGCMD_WIDGET_FACTORY_H__
118
118
 
119
119
GtkWidget *
120
120
create_clist (GtkWidget *parent, gchar *name, gint cols, gint rowh,
121
 
                          GtkSignalFunc on_row_selected, GtkSignalFunc on_row_moved);
 
121
              GtkSignalFunc on_row_selected, GtkSignalFunc on_row_moved);
122
122
 
123
123
void
124
124
create_clist_column (GtkWidget *sw, gint col, gint width, gchar *label);
146
146
 
147
147
void
148
148
table_add_y (GtkWidget *table, GtkWidget *w, gint x, gint y,
149
 
                         GtkAttachOptions x_opts, GtkAttachOptions y_opts);
 
149
             GtkAttachOptions x_opts, GtkAttachOptions y_opts);
150
150
 
151
151
GtkWidget *
152
152
create_pixmap (GtkWidget *parent, GdkPixmap *pm, GdkBitmap *mask);