Searched refs:clist1 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dtranslatorchooser.c271 GtkWidget *clist1, *l_name, *l_file, *l_date, *l_size, *dialog_action_area1; local
330 clist1 = gtk_clist_new (4);
331 gtk_widget_ref (clist1);
332 gtk_object_set_data_full (GTK_OBJECT (translatorchooser), "clist1", clist1, local
334 gtk_widget_show (clist1);
335 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
336 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 165);
337 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 118);
338 gtk_clist_set_column_width (GTK_CLIST (clist1),
[all...]
H A Dgensetup.c369 GtkWidget *l_comment, *scrolledwindow1, *clist1; local
446 clist1 = gtk_clist_new (2);
447 gtk_widget_ref (clist1);
448 gtk_object_set_data_full (GTK_OBJECT (gensetup), "clist1", clist1, local
450 gtk_widget_show (clist1);
451 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
452 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 137);
453 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 80);
454 gtk_clist_column_titles_show (GTK_CLIST (clist1));
653 GtkWidget *l_comment, *scrolledwindow1, *clist1; local
714 gtk_object_set_data_full (GTK_OBJECT (gensetup), "clist1", clist1, local
717 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
[all...]
H A Ddriverchooser.c374 GtkWidget *clist1, *l_name, *l_file, *l_date, *l_size, *dialog_action_area1; local
433 clist1 = gtk_clist_new (4);
434 gtk_widget_ref (clist1);
435 gtk_object_set_data_full (GTK_OBJECT (driverchooser), "clist1", clist1, local
437 gtk_widget_show (clist1);
438 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
439 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 165);
440 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 118);
441 gtk_clist_set_column_width (GTK_CLIST (clist1),
917 GtkWidget *clist1; local
1031 gtk_container_add (GTK_CONTAINER (scrolledwindow3), clist1); local
[all...]
H A Ddriversetup.c489 GtkWidget *l_setup, *scrolledwindow1, *clist1, *l_key, *l_value, *l_keyword; local
637 clist1 = gtk_clist_new (2);
638 gtk_widget_ref (clist1);
639 gtk_object_set_data_full (GTK_OBJECT (driversetup), "clist1", clist1, local
641 gtk_widget_show (clist1);
642 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
643 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 134);
644 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 80);
645 gtk_clist_column_titles_show (GTK_CLIST (clist1));
[all...]
H A Ddsnchooser.c1622 GtkWidget *clist1, *l_name, *l_description, *l_driver, *l_usdsn, *frame1, local
1698 clist1 = gtk_clist_new (3);
1699 gtk_widget_ref (clist1);
1700 gtk_object_set_data_full (GTK_OBJECT (dsnchooser), "clist1", clist1, local
1702 gtk_widget_show (clist1);
1703 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
1704 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 100);
1705 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 162);
1706 gtk_clist_set_column_width (GTK_CLIST (clist1),
[all...]
H A Dadministrator.c914 GtkWidget *clist1, *l_name, *l_description, *l_driver, *l_usdsn, *frame1, local
1009 clist1 = gtk_clist_new (3);
1010 gtk_widget_ref (clist1);
1011 gtk_object_set_data_full (GTK_OBJECT (admin), "clist1", clist1, local
1013 gtk_widget_show (clist1);
1014 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
1015 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 100);
1016 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 162);
1017 gtk_clist_set_column_width (GTK_CLIST (clist1),
[all...]
/macosx-10.10/iodbc-42.5/iodbc/drvproxy/gtk/
H A Dgensetup.c364 GtkWidget *t_comment, *l_comment, *scrolledwindow1, *clist1; local
449 clist1 = gtk_clist_new (2);
450 gtk_widget_ref (clist1);
451 gtk_object_set_data_full (GTK_OBJECT (gensetup), "clist1", clist1, local
453 gtk_widget_show (clist1);
454 gtk_container_add (GTK_CONTAINER (scrolledwindow1), clist1); local
455 gtk_clist_set_column_width (GTK_CLIST (clist1), 0, 137);
456 gtk_clist_set_column_width (GTK_CLIST (clist1), 1, 80);
457 gtk_clist_column_titles_show (GTK_CLIST (clist1));
[all...]
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.c1332 struct xcmd *clist1,
1345 if (clist1 != 0)
1346 clist = clist1;
1376 if (clist == clist1 && clist2 != 0) {
1330 findcmd( register char *str, struct xcmd *clist1, struct xcmd *clist2, struct xcmd **cmd ) argument
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c1732 struct xcmd *clist1,
1745 if (clist1 != 0)
1746 clist = clist1;
1776 if (clist == clist1 && clist2 != 0) {
1730 findcmd( register char *str, struct xcmd *clist1, struct xcmd *clist2, struct xcmd **cmd ) argument

Completed in 234 milliseconds