Code Search for Developers
 
 
  

search_cb.h from Gtk-Gnutella at Krugle


Show search_cb.h syntax highlighted

/*
 * $Id: search_cb.h 14452 2007-08-13 15:10:27Z cbiere $
 *
 * Copyright (c) 2001-2003, Raphael Manfredi, Richard Eckart
 *
 *----------------------------------------------------------------------
 * This file is part of gtk-gnutella.
 *
 *  gtk-gnutella is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  gtk-gnutella 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 gtk-gnutella; if not, write to the Free Software
 *  Foundation, Inc.:
 *      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *----------------------------------------------------------------------
 */

#ifndef _gtk1_search_cb_h_
#define _gtk1_search_cb_h_

#include "gtk/gui.h"

void search_gui_set_cursor_position(int x, int y);

void on_clist_search_select_row(GtkCList *, int row, int column, GdkEvent *,
	void *user_data);
void on_clist_search_results_click_column(GtkCList *, int column,
	void *user_data);

void on_ctree_search_results_select_row(GtkCTree *, GList *node,
	int column, void *user_data);
void on_ctree_search_results_unselect_row(GtkCTree *, GList *node,
	int column, void *user_data);

void on_clist_search_details_select_row(GtkCList *, int row, int column,
	GdkEventButton *, void *user_data);
void on_clist_search_details_unselect_row(GtkCList *, int row, int column,
	GdkEventButton *, void *unused_udata);

#endif /* _gtk1_search_cb_h_ */




See more files for this project here

Gtk-Gnutella

A GTK+ Gnutella client for Unix, efficient, reliable and fast, written in C. It has been optimized for speed and scalability, with low-memory consumption. It is meant to be left running 24x7, using little CPU and only the configured bandwidth.

Project homepage: http://sourceforge.net/projects/gtk-gnutella
Programming language(s): C
License: other

  Jmakefile
  Makefile.SH
  downloads.c
  downloads_cb.c
  downloads_cb.h
  fileinfo.c
  gnet_stats.c
  gtk-gnutella.glade
  hcache.c
  interface-glade.c
  interface-glade.h
  interface-glade.t
  monitor.c
  monitor_cb.c
  nodes.c
  nodes_cb.c
  nodes_cb.h
  search.c
  search_cb.c
  search_cb.h
  search_stats.c
  support-glade.c
  support-glade.h
  upload_stats.c
  uploads.c