Codebase list gtkwave / run/5c18ec39-6001-42fa-8d34-f863677f6233/upstream src / pagebuttons.h
run/5c18ec39-6001-42fa-8d34-f863677f6233/upstream

Tree @run/5c18ec39-6001-42fa-8d34-f863677f6233/upstream (Download .tar.gz)

pagebuttons.h @run/5c18ec39-6001-42fa-8d34-f863677f6233/upstreamraw · 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_PAGEBUTTONS_H
#define WAVE_PAGEBUTTONS_H

void service_left_page(GtkWidget *text, gpointer data);
void service_right_page(GtkWidget *text, gpointer data);

#endif