Home
last modified time | relevance | path

Searched refs:COLUMN_DESC (Results 1 – 12 of 12) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_net_inspector.h68 struct COLUMN_DESC;
75 static const COLUMN_DESC COLUMN_NET;
76 static const COLUMN_DESC COLUMN_NAME;
77 static const COLUMN_DESC COLUMN_PAD_COUNT;
78 static const COLUMN_DESC COLUMN_VIA_COUNT;
79 static const COLUMN_DESC COLUMN_VIA_LENGTH;
80 static const COLUMN_DESC COLUMN_BOARD_LENGTH;
81 static const COLUMN_DESC COLUMN_CHIP_LENGTH;
82 static const COLUMN_DESC COLUMN_TOTAL_LENGTH;
H A Ddialog_net_inspector.cpp50 struct DIALOG_NET_INSPECTOR::COLUMN_DESC struct in DIALOG_NET_INSPECTOR
71 const DIALOG_NET_INSPECTOR::COLUMN_DESC DIALOG_NET_INSPECTOR::c = { num, \ argument
74 COLUMN_DESC::csv_flags }
285 static const std::array<COLUMN_DESC, 8> r = in columnDesc()
2003 if( col.csv_flags & COLUMN_DESC::CSV_QUOTE ) in onReport()
/dports/x11-wm/selectwm/selectwm-0.4.1/src/
H A Dsearchwm.c70 COLUMN_DESC, enumerator
79 gtk_tree_model_get (model, iter, COLUMN_CMD, &cmd,COLUMN_DESC, &dsc , -1); in add_wms()
98 …column = gtk_tree_view_column_new_with_attributes (_("Description"), renderer, "text", COLUMN_DESC in add_columns()
99 g_object_set_data (G_OBJECT (renderer), "column", (gint *) COLUMN_DESC); in add_columns()
118 …gtk_list_store_set (store, &iter, COLUMN_CMD, command->str, COLUMN_DESC, wm[i].name, COLUMN_EDITAB… in create_model()
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dicmp.cpp53 add_packet_column("desc", "", Coltype::_text, COLUMN_DESC); in add_packet_columns()
140 case COLUMN_DESC: in parse()
H A Dicmp.h48 COLUMN_DESC enumerator
/dports/devel/anjuta/anjuta-3.34.0/plugins/sourceview/
H A Dplugin.c267 COLUMN_DESC, enumerator
290 COLUMN_DESC, gtk_source_style_scheme_get_description (scheme), in create_style_model()
384 "text", COLUMN_DESC); in ipreferences_merge()
/dports/sysutils/gigolo/gigolo-0.5.2/src/
H A Dbookmarkeditdialog.c126 COLUMN_DESC
648 COLUMN_DESC, scheme,
652 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(store), COLUMN_DESC, GTK_SORT_ASCENDING);
1005 gtk_cell_layout_add_attribute(GTK_CELL_LAYOUT(combo), renderer, "text", COLUMN_DESC);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkappchooserwidget.c121 COLUMN_DESC, enumerator
489 COLUMN_DESC, app_string, in gtk_app_chooser_widget_add_section()
546 COLUMN_DESC, string, in gtk_app_chooser_add_default()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkappchooserwidget.c105 COLUMN_DESC, enumerator
563 COLUMN_DESC, app_string, in gtk_app_chooser_widget_add_section()
620 COLUMN_DESC, string, in gtk_app_chooser_add_default()
/dports/devel/p5-Devel-MAT/Devel-MAT-0.44/lib/Devel/MAT/
H A DUI.pod94 =head2 COLUMN_DESC section
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dmod_mgr.c110 COLUMN_DESC, enumerator
294 gtk_tree_model_get(model, &iter, COLUMN_DESC, &desc, -1); in query_tooltip()
720 COLUMN_DESC, NULL); in add_columns()
1255 info->installsize, COLUMN_DESC, in add_module_to_language_folder()
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_setup.cpp163 COLUMN_DESC = 2, enumerator
661 COLUMN_DESC, _(__key_conf_pages[idx].data[i].tooltip), in append_key_bindings()
891 "text", COLUMN_DESC, in create_keyboard_page()