#include "rox-clib.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <gtk/gtk.h>
#include "infowin.h"
#include "rox.h"
#include "rox_debug.h"
#include "rox_filer_action.h"
#include "uri.h"
#include <libxml/parser.h>
Functions | |
GType | rox_info_win_get_type (void) |
GtkWidget * | rox_info_win_new (const gchar *program, const gchar *purpose, const gchar *version, const gchar *author, const gchar *website) |
void | rox_info_win_add_browser_command (ROXInfoWin *iw, const gchar *cmd) |
GtkWidget * | rox_info_win_new_from_appinfo (const char *program) |
GtkWidget * | rox_info_win_get_extension_area (ROXInfoWin *iw) |
GType | info_win_get_type (void) |
GtkWidget * | info_win_new (const gchar *program, const gchar *purpose, const gchar *version, const gchar *author, const gchar *website) |
GtkWidget * | info_win_new_from_appinfo (const gchar *program) |
void | info_win_add_browser_command (ROXInfoWin *iw, const gchar *cmd) |
|
|
|
|
|
|
|
|
|
Add a possible command for viewing a web page.
|
|
Get pointer to a GtkVBox between the default contents and the dialog area with the close button. Arbitrary content may be added here.
|
|
Type code for an InfoWin |
|
Construct an information window for the program.
|
|
Construct an information window for the program. The data is taken from the file
|