comparison src/gqview.h @ 3:c0e337a01cb7

0.8.0
author gqview
date Thu, 13 Apr 2000 12:55:19 +0000
parents b3e0e515fabf
children e149abcda4eb
comparison
equal deleted inserted replaced
2:0591360d4e38 3:c0e337a01cb7
1 /* 1 /*
2 * GQview image viewer 2 * GQview image viewer
3 * (C)1999 John Ellis 3 * (C)2000 John Ellis
4 * 4 *
5 * Author: John Ellis 5 * Author: John Ellis
6 * 6 *
7 */ 7 */
8 8
249 gchar *image_get_path(); 249 gchar *image_get_path();
250 gchar *image_get_name(); 250 gchar *image_get_name();
251 void image_change_to(gchar *path); 251 void image_change_to(gchar *path);
252 void image_set_labels(GtkWidget *info, GtkWidget *zoom); 252 void image_set_labels(GtkWidget *info, GtkWidget *zoom);
253 GtkWidget *image_create(); 253 GtkWidget *image_create();
254 void image_to_root();
254 255
255 /* filelist.c */ 256 /* filelist.c */
256 void update_status_label(gchar *text); 257 void update_status_label(gchar *text);
257 void rebuild_file_filter(); 258 void rebuild_file_filter();
258 gint find_file_in_list(gchar *path); 259 gint find_file_in_list(gchar *path);
279 GdkEvent *event, gpointer data); 280 GdkEvent *event, gpointer data);
280 void file_unselect_cb(GtkWidget *widget, gint row, gint col, 281 void file_unselect_cb(GtkWidget *widget, gint row, gint col,
281 GdkEvent *event, gpointer data); 282 GdkEvent *event, gpointer data);
282 void file_clist_highlight_set(); 283 void file_clist_highlight_set();
283 void file_clist_highlight_unset(); 284 void file_clist_highlight_unset();
285 void path_entry_tab_cb(gchar *newpath, gpointer data);
284 void path_entry_cb(gchar *newdir, gpointer data); 286 void path_entry_cb(gchar *newdir, gpointer data);
285 void interrupt_thumbs(); 287 void interrupt_thumbs();
286 void filelist_populate_clist(); 288 void filelist_populate_clist();
287 void filelist_refresh(); 289 void filelist_refresh();
288 void filelist_change_to(gchar *path); 290 void filelist_change_to(gchar *path);
340 gint maintain_thumbnail_dir(gchar *dir, gint recursive); 342 gint maintain_thumbnail_dir(gchar *dir, gint recursive);
341 343
342 /* slideshow.c */ 344 /* slideshow.c */
343 void slideshow_start(); 345 void slideshow_start();
344 void slideshow_stop(); 346 void slideshow_stop();
347 void slideshow_next();
348 void slideshow_prev();
345 void slideshow_toggle(); 349 void slideshow_toggle();
346 gint slideshow_is_running(); 350 gint slideshow_is_running();
347 351
348 /* img-view.c */ 352 /* img-view.c */
349 void view_window_new(gchar *path); 353 void view_window_new(gchar *path);
350 void view_window_active_edit(gint n); 354 void view_window_active_edit(gint n);
355 void view_window_active_to_root(gint n);
351 void create_menu_view_popup(); 356 void create_menu_view_popup();
352 357
353 358
354 359