This commit is contained in:
fgerlits 2006-10-19 11:26:34 +00:00
parent e616db5419
commit 5dba86951e
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ DialogWindow :: DialogWindow (Ptr<Glib::ustring>::Ref message,
set_default_size(100*buttonCount + 50, 120);
property_window_position().set_value(Gtk::WIN_POS_CENTER);
set_skip_taskbar_hint(true); // do not show in the task bar
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
set_keep_above(true);
add(*layout);
}