Fri, 20 Jul 2007 21:46:29 +0000
Allow disabling the widget actions on specific widgets. This allows, for
example, to search in the tree without triggering some action.
#include "gtkmodule.h" MODULE = Pidgin::Roomlist PACKAGE = Pidgin::Roomlist PREFIX = pidgin_roomlist_ PROTOTYPES: ENABLE gboolean pidgin_roomlist_is_showable() MODULE = Pidgin::Roomlist PACKAGE = Pidgin::Roomlist::Dialog PREFIX = pidgin_roomlist_dialog_ PROTOTYPES: ENABLE void pidgin_roomlist_dialog_show() void pidgin_roomlist_dialog_show_with_account(account) Purple::Account account