Home
last modified time | relevance | path

Searched refs:COL_COLOR (Results 1 – 25 of 112) sorted by relevance

12345

/dports/net/mtr/mtr-0.94/ui/
H A Dgtk.c335 COL_COLOR, enumerator
407 COL_COLOR, NULL); in TreeViewCreate()
418 COL_COLOR, NULL); in TreeViewCreate()
429 COL_COLOR, NULL); in TreeViewCreate()
442 COL_COLOR, NULL); in TreeViewCreate()
452 COL_COLOR, NULL); in TreeViewCreate()
462 COL_COLOR, NULL); in TreeViewCreate()
472 COL_COLOR, NULL); in TreeViewCreate()
482 COL_COLOR, NULL); in TreeViewCreate()
492 COL_COLOR, NULL); in TreeViewCreate()
[all …]
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Dgtk.c335 COL_COLOR, enumerator
407 COL_COLOR, NULL); in TreeViewCreate()
418 COL_COLOR, NULL); in TreeViewCreate()
429 COL_COLOR, NULL); in TreeViewCreate()
442 COL_COLOR, NULL); in TreeViewCreate()
452 COL_COLOR, NULL); in TreeViewCreate()
462 COL_COLOR, NULL); in TreeViewCreate()
472 COL_COLOR, NULL); in TreeViewCreate()
482 COL_COLOR, NULL); in TreeViewCreate()
492 COL_COLOR, NULL); in TreeViewCreate()
[all …]
/dports/sysutils/gigolo/gigolo-0.5.2/src/
H A Dbookmarkdialog.c60 COL_COLOR, enumerator
118 COL_COLOR, gigolo_bookmark_get_color(bm), in update_row_in_model()
302 _("Name"), renderer, "text", COL_NAME, "cell-background", COL_COLOR, NULL); in tree_prepare()
310 _("Service Type"), renderer, "text", COL_SCHEME, "cell-background", COL_COLOR, NULL); in tree_prepare()
318 _("Host"), renderer, "text", COL_HOST, "cell-background", COL_COLOR, NULL); in tree_prepare()
326 _("Port"), renderer, "text", COL_PORT, "cell-background", COL_COLOR, NULL); in tree_prepare()
334 _("Auto-Connect"), renderer, "active", COL_AUTOMOUNT, "cell-background", COL_COLOR, NULL); in tree_prepare()
342 _("Username"), renderer, "text", COL_USERNAME, "cell-background", COL_COLOR, NULL); in tree_prepare()
350 _("Other information"), renderer, "text", COL_OTHER, "cell-background", COL_COLOR, NULL); in tree_prepare()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
228 case COL_COLOR: in citizens_dialog_create()
231 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
338 case COL_COLOR: in citizens_dialog_row()
341 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
228 case COL_COLOR: in citizens_dialog_create()
231 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
338 case COL_COLOR: in citizens_dialog_row()
341 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
229 case COL_COLOR: in citizens_dialog_create()
232 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
339 case COL_COLOR: in citizens_dialog_row()
342 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
229 case COL_COLOR: in citizens_dialog_create()
232 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
339 case COL_COLOR: in citizens_dialog_row()
342 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
229 case COL_COLOR: in citizens_dialog_create()
232 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
339 case COL_COLOR: in citizens_dialog_row()
342 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dcitizensinfo.c137 case COL_COLOR: in citizens_dialog_store_new()
229 case COL_COLOR: in citizens_dialog_create()
232 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_create()
339 case COL_COLOR: in citizens_dialog_row()
342 fc_assert(pcol->type != COL_COLOR && pcol->type != COL_BOOLEAN); in citizens_dialog_row()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Ddccgui.c53 COL_COLOR, /* GdkColor */ enumerator
214 COL_COLOR, in dcc_prepare_row_send()
231 COL_COLOR, in dcc_prepare_row_send()
274 COL_COLOR, in dcc_prepare_row_recv()
291 COL_COLOR, in dcc_prepare_row_recv()
821 dcc_add_column (view, COL_FILE, COL_COLOR, _("File"), FALSE); in fe_dcc_open_recv_win()
822 dcc_add_column (view, COL_SIZE, COL_COLOR, _("Size"), TRUE); in fe_dcc_open_recv_win()
824 dcc_add_column (view, COL_PERC, COL_COLOR, "%", TRUE); in fe_dcc_open_recv_win()
825 dcc_add_column (view, COL_SPEED, COL_COLOR, "KB/s", TRUE); in fe_dcc_open_recv_win()
826 dcc_add_column (view, COL_ETA, COL_COLOR, _("ETA"), FALSE); in fe_dcc_open_recv_win()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/
H A Dgconf.c61 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
249 COL_COLOR, NULL); in init_left_tree()
299 COL_COLOR, NULL); in init_right_tree()
306 COL_COLOR, NULL); in init_right_tree()
312 COL_COLOR, NULL); in init_right_tree()
318 COL_COLOR, NULL); in init_right_tree()
324 COL_COLOR, NULL); in init_right_tree()
332 COL_COLOR, NULL); in init_right_tree()
1057 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1062 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
254 COL_COLOR, NULL); in init_left_tree()
304 COL_COLOR, NULL); in init_right_tree()
311 COL_COLOR, NULL); in init_right_tree()
317 COL_COLOR, NULL); in init_right_tree()
323 COL_COLOR, NULL); in init_right_tree()
329 COL_COLOR, NULL); in init_right_tree()
337 COL_COLOR, NULL); in init_right_tree()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c67 COL_MENU, COL_COLOR, COL_EDIT, COL_PIXBUF, enumerator
278 COL_COLOR, NULL); in init_left_tree()
328 COL_COLOR, NULL); in init_right_tree()
335 COL_COLOR, NULL); in init_right_tree()
341 COL_COLOR, NULL); in init_right_tree()
347 COL_COLOR, NULL); in init_right_tree()
353 COL_COLOR, NULL); in init_right_tree()
361 COL_COLOR, NULL); in init_right_tree()
1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]

12345