Lines Matching refs:dialog
3 * A dockable dialog implementation.
25 #include "dialog.h"
27 #include "ui/dialog-events.h"
41 DockBehavior::DockBehavior(Dialog &dialog) :
42 Behavior(dialog),
44 Inkscape::Verb::get(dialog._verb_num)->get_id(), dialog._title.c_str(),
45 (Inkscape::Verb::get(dialog._verb_num)->get_image() ?
46 Inkscape::Verb::get(dialog._verb_num)->get_image() : ""),
73 DockBehavior::create(Dialog &dialog)
75 return new DockBehavior(dialog);
246 /* if retransientizing of this dialog is still forbidden after
257 _dialog.retransientize_suppress = true; // disallow other attempts to retranzientize this dialog