Home
last modified time | relevance | path

Searched refs:CELL_FONT (Results 1 – 14 of 14) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DTableTab.java60 static final int CELL_FONT = 8; field in TableTab
202 case CELL_FONT: { in changeFontOrColor()
550 TableItem item = colorAndFontTable.getItem(CELL_FONT); in setCellFont()
H A DTreeTab.java62 static final int CELL_FONT = 8; field in TreeTab
204 case CELL_FONT: { in changeFontOrColor()
713 TableItem item = colorAndFontTable.getItem(CELL_FONT); in setCellFont()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTable.java111 static final int CELL_FONT = 4; field in Table
112 static final int CELL_TYPES = CELL_FONT + 1;
258 GTK.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1); in cellDataProc()
1051 GTK.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_FONT, ptr, -1); in destroyItem()
1052 GTK.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_FONT, ptr [0], -1); in destroyItem()
1074 GTK.gtk_list_store_set (modelHandle, iter, modelIndex + CELL_FONT, (long )0, -1); in destroyItem()
1310 types [i + CELL_FONT] = OS.PANGO_TYPE_FONT_DESCRIPTION (); in getColumnTypes()
H A DTree.java119 static final int CELL_FONT = 4; field in Tree
120 static final int CELL_TYPES = CELL_FONT + 1;
307 GTK.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1); in cellDataProc()
1147 GTK.gtk_tree_store_set (modelHandle, iter, modelIndex + CELL_FONT, (long )0, -1); in destroyItem()
1431 types [i + CELL_FONT] = OS.PANGO_TYPE_FONT_DESCRIPTION (); in getColumnTypes()
H A DTableItem.java1035 GTK.gtk_list_store_set (parent.modelHandle, handle, modelIndex + Table.CELL_FONT, fontHandle, -1); in setFont()
H A DTreeItem.java1341 GTK.gtk_tree_store_set (parent.modelHandle, handle, modelIndex + Tree.CELL_FONT, fontHandle, -1); in setFont()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h149 CELL_FONT = 354, enumerator
1079 #define CELL_FONT 354 macro
H A Dreserved.c558 { "CELL-FONT", 0, 1, CELL_FONT, /* ACU extension */
H A Dparser.c2435 CELL_FONT = 354, enumerator
3365 #define CELL_FONT 354 macro
H A Dparser.y2357 %token CELL_FONT "CELL-FONT"
9361 | CELL_FONT /* GRP-CELL-FONT --> 18 */
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTable.java114 static final int CELL_FONT = 4; field in Table
262 GTK.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1); in cellDataProc()
1094 GTK.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_FONT, ptr, -1); in destroyItem()
1095 GTK.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_FONT, ptr [0], -1); in destroyItem()
1117 GTK.gtk_list_store_set (modelHandle, iter, modelIndex + CELL_FONT, (long )0, -1); in destroyItem()
1353 types [i + CELL_FONT] = OS.PANGO_TYPE_FONT_DESCRIPTION (); in getColumnTypes()
H A DTree.java124 static final int CELL_FONT = 4; field in Tree
313 GTK.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1); in cellDataProc()
1228 GTK.gtk_tree_store_set (modelHandle, iter, modelIndex + CELL_FONT, (long )0, -1); in destroyItem()
1511 types [i + CELL_FONT] = OS.PANGO_TYPE_FONT_DESCRIPTION (); in getColumnTypes()
H A DTableItem.java1044 GTK.gtk_list_store_set (parent.modelHandle, handle, modelIndex + Table.CELL_FONT, fontHandle, -1); in setFont()
H A DTreeItem.java1345 GTK.gtk_tree_store_set (parent.modelHandle, handle, modelIndex + Tree.CELL_FONT, fontHandle, -1); in setFont()