Lines Matching defs:hb
1627 gpointer hb = sp_search_by_data_recursive(aux_toolbox, (gpointer) label);
1628 if (hb && GTK_IS_WIDGET(hb))
1630 gtk_widget_grab_focus(GTK_WIDGET(hb));
1638 gpointer hb = sp_search_by_data_recursive (aux_toolbox, (gpointer) id);
1639 if (hb && GTK_IS_WIDGET(hb)) {
1640 if (GTK_IS_SPIN_BUTTON(hb))
1641 a = gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON(hb));
1642 else if (GTK_IS_RANGE(hb))
1643 a = gtk_range_get_adjustment (GTK_RANGE(hb));
1655 gpointer hb = sp_search_by_data_recursive(aux_toolbox, (gpointer) id);
1656 if (hb) {
1657 ege_select_one_action_set_active(EGE_SELECT_ONE_ACTION(hb), value);