Searched refs:column (Results 1 – 5 of 5) sorted by relevance
/scripts/kconfig/ |
D | gconf.c | 311 GtkTreeViewColumn *column; in init_left_tree() local 317 column = gtk_tree_view_column_new(); in init_left_tree() 318 gtk_tree_view_append_column(view, column); in init_left_tree() 319 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree() 322 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 324 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 331 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 333 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 355 GtkTreeViewColumn *column; in init_right_tree() local 362 column = gtk_tree_view_column_new(); in init_right_tree() [all …]
|
D | qconf.h | 192 void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align);
|
D | qconf.cc | 234 void ConfigItem::paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align) in paintCell() argument 240 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell() 242 Parent::paintCell(p, cg, column, width, align); in paintCell() 244 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
|
D | lex.zconf.c_shipped | 245 int yy_bs_column; /**< The column count. */ 1875 * In that case, we don't want to reset the lineno or column.
|
/scripts/genksyms/ |
D | lex.c_shipped | 281 int yy_bs_column; /**< The column count. */ 1765 * In that case, we don't want to reset the lineno or column.
|