Definition in file dialog-events.h.
#include <gtk/gtkstyle.h>
#include <gtk/gtkwindow.h>
#include <forward.h>
Go to the source code of this file.
Namespaces | |
namespace | Gtk |
Classes | |
struct | win_data |
Functions | |
void | on_dialog_hide (GtkWidget *w) |
void | on_dialog_unhide (GtkWidget *w) |
void | on_transientize (SPDesktop *desktop, win_data *wd) |
void | sp_dialog_defocus (GtkWindow *win) |
void | sp_dialog_defocus_callback (GtkWindow *win, gpointer data) |
void | sp_dialog_defocus_callback_cpp (Gtk::Entry *e) |
Callback to defocus a widget's parent dialog. | |
void | sp_dialog_defocus_cpp (Gtk::Window *win) |
Remove focus from window to whoever it is transient for... | |
void | sp_dialog_defocus_on_enter (GtkWidget *w) |
void | sp_dialog_defocus_on_enter_cpp (Gtk::Entry *e) |
gboolean | sp_dialog_event_handler (GtkWindow *win, GdkEvent *event, gpointer data) |
gboolean | sp_dialog_hide (GtkObject *object, gpointer data) |
gboolean | sp_dialog_unhide (GtkObject *object, gpointer data) |
void | sp_transientize (GtkWidget *win) |
Make the argument dialog transient to the currently active document window. | |
void | sp_transientize_callback (Inkscape::Application *inkscape, SPDesktop *desktop, win_data *wd) |