#include <gdk/gdk.h>
#include <gtk/gtkdialog.h>
#include <gtk/gtkselection.h>
Data Structures | |
struct | _GtkSavebox |
Defines | |
#define | GTK_TARGET_XDS 0x584453 |
#define | GTK_TYPE_SAVEBOX (gtk_savebox_get_type ()) |
#define | GTK_SAVEBOX(obj) (GTK_CHECK_CAST ((obj), GTK_TYPE_SAVEBOX, GtkSavebox)) |
#define | GTK_SAVEBOX_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_SAVEBOX, GtkSaveboxClass)) |
#define | GTK_IS_SAVEBOX(obj) (GTK_CHECK_TYPE ((obj), GTK_TYPE_SAVEBOX)) |
#define | GTK_IS_SAVEBOX_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SAVEBOX)) |
Enumerations | |
enum | { GTK_XDS_SAVED, GTK_XDS_SAVE_ERROR, GTK_XDS_NO_HANDLER } |
Functions | |
GType | gtk_savebox_get_type (void) |
GtkWidget * | gtk_savebox_new (const gchar *action) |
void | gtk_savebox_set_icon (GtkSavebox *savebox, GdkPixbuf *pixbuf) |
void | gtk_savebox_set_pathname (GtkSavebox *savebox, const gchar *pathname) |
void | gtk_savebox_set_has_discard (GtkSavebox *savebox, gboolean setting) |
|
Check a pointer to GtkSavebox
|
|
Check a pointer to a GtkSavebox class
|
|
Cast pointer into a pointer to GtkSavebox only if it is valid, otherwise return
|
|
Cast pointer into a pointer to GtkSavebox class only if it is valid, otherwise return
|
|
This is for the 'info' value of the GtkTargetList. It's for the XdndDirectSave0 target - ignore requests for this target because they're handled internally by the widget. Don't use this value for anything else! |
|
|
|
|
|
|
|
Create and return a new GtkSavebox widget.
|
|
Set whether the discard area is show. Normally this is hidden but contains a single "Discard" button.
|
|
Set the icon used for dragging the file.
|
|
Set the initial path to show in the widget.
|