[gnome-db] how to use gnome_db_find_dialog



i need help on how to get gnome_db_find_dialog working.
bacicly what i do is,

	find_dlg = gnome_db_find_dialog_new_with_model("Search Account", edb->dpage1);
	gnome_db_find_dialog_run(GNOME_DB_FIND_DIALOG(find_dlg));

it work. Display a dialog for user input. But when i click the find
button, nothing happen.
Do i miss something.when i should do next?

Actually what i want is a search box like devhelp search box (to find
function).
I want the gnome_db_raw_grid to be updated every time the user type
something on the
gtk_entry. How to do it?

thanks you..


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]