#include <interface.h>
Public Attributes | |
void **(* | create_prefs_window )(void) |
void(* | show_prefs_window )(void) |
void(* | hide_prefs_window )(void) |
void(* | destroy_prefs_window )(void) |
gint(* | prefswin_page_new )(void *container, const gchar *name, const gchar *imgurl) |
Definition at line 35 of file interface.h.
void* *(* IfaceOps::create_prefs_window)(void) |
void(* IfaceOps::destroy_prefs_window)(void) |
void(* IfaceOps::hide_prefs_window)(void) |
gint(* IfaceOps::prefswin_page_new)(void *container, const gchar *name, const gchar *imgurl) |
void(* IfaceOps::show_prefs_window)(void) |