Codebase list gtkwave / debian/3.3.37-1 src / edgebuttons.h
debian/3.3.37-1

Tree @debian/3.3.37-1 (Download .tar.gz)

edgebuttons.h @debian/3.3.37-1raw · history · blame

/*
 * Copyright (c) Tony Bybell 2010
 *
 * This program 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.
 */

#ifndef WAVE_EDGEBUTTONS_H
#define WAVE_EDGEBUTTONS_H

void service_left_edge(GtkWidget *text, gpointer data); 
void service_right_edge(GtkWidget *text, gpointer data);

#endif