Lines Matching refs:uctrl

43     struct uctrl *uc;
53 struct uctrl { struct
158 struct uctrl *a = (struct uctrl *)av; in uctrl_cmp_byctrl()
159 struct uctrl *b = (struct uctrl *)bv; in uctrl_cmp_byctrl()
170 struct uctrl *b = (struct uctrl *)bv; in uctrl_cmp_byctrl_find()
180 struct uctrl *a = (struct uctrl *)av; in uctrl_cmp_bywidget()
181 struct uctrl *b = (struct uctrl *)bv; in uctrl_cmp_bywidget()
192 struct uctrl *b = (struct uctrl *)bv; in uctrl_cmp_bywidget_find()
217 struct uctrl *uc; in dlg_cleanup()
233 static void dlg_add_uctrl(struct dlgparam *dp, struct uctrl *uc) in dlg_add_uctrl()
239 static struct uctrl *dlg_find_byctrl(struct dlgparam *dp, union control *ctrl) in dlg_find_byctrl()
246 static struct uctrl *dlg_find_bywidget(struct dlgparam *dp, GtkWidget *w) in dlg_find_bywidget()
248 struct uctrl *ret = NULL; in dlg_find_bywidget()
270 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_radiobutton_set()
278 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_radiobutton_get()
291 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_checkbox_set()
298 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_checkbox_get()
305 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_editbox_set()
343 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_editbox_get()
372 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_clear()
400 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_del()
447 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_addwithid()
594 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_getid()
633 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_index()
717 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_issel()
774 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_listbox_select()
842 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_text_set()
852 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_label_change()
890 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_filesel_set()
902 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_filesel_get()
910 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_fontsel_set()
922 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_fontsel_get()
951 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_set_focus()
1082 struct uctrl *uc; in dlg_refresh()
1101 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_coloursel_start()
1204 struct uctrl *uc = dlg_find_bywidget(dp, widget); in widget_focus()
1223 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(button)); in button_clicked()
1230 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(tb)); in button_toggled()
1261 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(ed)); in editbox_changed()
1270 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(ed)); in editbox_lostfocus()
1391 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(item)); in listitem_button_press()
1405 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(item)); in listitem_button_release()
1416 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(list)); in list_selchange()
1421 static void draglist_move(struct dlgparam *dp, struct uctrl *uc, int direction) in draglist_move()
1449 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(button)); in draglist_up()
1456 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(button)); in draglist_down()
1470 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(treeview)); in listbox_doubleclick()
1480 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(tree)); in listbox_selchange()
1486 struct uctrl *uc;
1508 struct uctrl *uc; in listbox_reorder()
1549 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(optmenu)); in menuitem_activate()
1558 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(combo)); in droplist_selchange()
1570 struct uctrl *uc = g_object_get_data(G_OBJECT(dialog), "user-data"); in filechoose_response()
1583 struct uctrl *uc = g_object_get_data(G_OBJECT(filesel), "user-data"); in filesel_ok()
1597 struct uctrl *uc = g_object_get_data(G_OBJECT(fontsel), "user-data"); in fontsel_ok()
1606 struct uctrl *uc = (struct uctrl *)fontsel->user_data; in fontsel_ok()
1621 struct uctrl *uc = g_object_get_data(G_OBJECT(dialog), "user-data"); in colourchoose_response()
1645 struct uctrl *uc = g_object_get_data(G_OBJECT(coloursel), "user-data"); in coloursel_ok()
1678 struct uctrl *uc = g_object_get_data(G_OBJECT(coloursel), "user-data"); in coloursel_cancel()
1688 struct uctrl *uc = dlg_find_bywidget(dp, GTK_WIDGET(button)); in filefont_clicked()
1822 struct uctrl *uc = dlg_find_bywidget(dp, widget); in label_sizealloc()
1881 struct uctrl *uc; in layout_ctrls()
1894 struct uctrl *uc = dlg_find_byctrl(dp, ctrl->tabdelay.ctrl); in layout_ctrls()
1901 uc = snew(struct uctrl); in layout_ctrls()
2504 struct uctrl *uc2 = dlg_find_byctrl( in layout_ctrls()
2581 struct uctrl *uc = dlg_find_byctrl(dp, ctrl); in dlg_is_visible()
2862 scs->sc[chr].uc = (struct uctrl *)ptr; in shortcut_add()
3398 struct uctrl *uc = dlg_find_byctrl(dp, textctrl); in create_message_box_general()
3984 struct uctrl *uc; in eventlog_selection_clear()