Home
last modified time | relevance | path

Searched refs:showicons (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DStatePickerController.m4 #include "prefs.h" // for showicons
61 [iconsSwitch setOn:showicons animated:NO];
68 showicons = !showicons;
H A DSettingsViewController.m95 [iconsSwitch setOn:showicons animated:NO];
229 showicons = !showicons;
H A DStatePickerView.m4 #include "prefs.h" // for showicons
70 if (showicons && iconmaps && iconmaps[i]) {
H A DStateView.m4 #include "prefs.h" // for showicons
165 if (showicons && iconmaps && iconmaps[state]) {
/dports/games/golly/golly-3.3-src/gui-common/
H A Dprefs.h61 extern bool showicons; // display icons for cell states?
H A Dprefs.cpp64 bool showicons = false; // display icons for cell states? variable
237 fprintf(f, "show_icons=%d\n", showicons ? 1 : 0); in SavePrefs()
552 showicons = value[0] == '1'; in GetPrefs()
H A Drender.cpp568 } else if (showicons && pmscale > 4 && iconatlas) { in pixblit()
857 if (showicons && pastemag > 2) { in DrawPasteImage()
1088 if (showicons && currmag > 2) { in DrawPattern()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xswatch/modules/news/
H A Dnews_article.tpl31 <{if $showicons == true}>
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xbootstrap/modules/news/
H A Dnews_article.tpl31 <{if $showicons == true}>
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxprefs.h78 extern bool showicons; // display icons for cell states?
H A Dwxedit.cpp518 if (showicons) { in DrawEditBar()
599 if (colorbox.Contains(x,y) && showicons) { in OnMouseDown()
601 } else if (iconbox.Contains(x,y) && !showicons) { in OnMouseDown()
H A Dwxrender.cpp865 } else if (showicons && pmscale > 4 && iconatlas) { in pixblit()
1078 if (showicons && pastemag > 2) { in DrawPasteImage()
1465 if (showicons && currmag > 2) { in DrawOneLayer()
1517 if (showicons && currmag > 2 && live_alpha < 255) { in DrawOneLayer()
1749 if (showicons && currmag > 2) { in DrawView()
H A Dwxlayer.cpp3028 if (showicons && iconmaps && iconmaps[state]) { in OnPaint()
3243 iconcheck->SetValue(showicons); in CreateControls()
3299 showicons = iconcheck->GetValue() == 1; in OnCheckBoxClicked()
3445 saveshowicons = showicons; in SaveData()
3456 showicons = saveshowicons; in RestoreData()
H A Dwxprefs.cpp119 bool showicons = false; // display icons for cell states? variable
1558 fprintf(f, "show_icons=%d\n", showicons ? 1 : 0); in SavePrefs()
2198 showicons = value[0] == '1'; in GetPrefs()
2472 } else if (showicons) { in OnPaint()
4050 iconcheck->SetValue(showicons); in CreateColorPrefs()
4449 showicons = iconcheck->GetValue() == 1; in OnCheckBoxClicked()
4900 bool saveshowicons = showicons; in ChangePrefs()
4951 showicons = saveshowicons; in ChangePrefs()
H A Dwxscript.cpp760 *oldval = showicons ? 1 : 0; in GSF_setoption()
921 else if (strcmp(optname, "showicons") == 0) *optval = showicons ? 1 : 0; in GSF_getoption()
H A Dwxview.cpp1261 showicons = !showicons; in ToggleCellIcons()
/dports/games/golly/golly-3.3-src/gui-android/Golly/app/src/main/jni/
H A Djnicalls.cpp1562 if (name == "icon") return showicons ? 1 : 0; in Java_net_sf_golly_SettingsActivity_nativeGetPref()
1581 if (name == "icon") showicons = val == 1; else in Java_net_sf_golly_SettingsActivity_nativeSetPref()
1728 return showicons; in Java_net_sf_golly_StateActivity_nativeShowIcons()
1736 showicons = !showicons; in Java_net_sf_golly_StateActivity_nativeToggleIcons()
2132 if (showicons) { in Java_net_sf_golly_StateRenderer_nativeRender()
/dports/games/golly/golly-3.3-src/gui-web/
H A Dmain.cpp1049 showicons = !showicons; in ToggleIcons()
1419 jsTickMenuItem("view_icons", showicons); in UpdateMenuItems()
H A Dwebcalls.cpp162 jsSetCheckBox("toggle_icons", showicons); in UpdateEditBar()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A DLayDes.lay47 …ITEM(Option, showicons, SetLabel(t_("Show icons in layout list")).LeftPosZ(10, 146).TopPosZ(70, 18…
H A Dlaywin.cpp254 s % setting.paintgrid % setting.showicons; in Serialize()
H A Dlaydes.cpp440 bool icons = setting.showicons; in SyncItem()
457 bool icons = setting.showicons; in SyncItem()
/dports/www/moodle311/moodle/blocks/accessreview/amd/build/
H A Dmodule.min.js.map1 …essreview_warning');\n }\n\n const showIcons = (displayFormat == 'showicons') || (displayFor…
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkblist.c6772 gboolean showicons = purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/show_buddy_icons"); in pidgin_blist_update_chat() local
6798 if(showicons) in pidgin_blist_update_chat()
6840 BUDDY_ICON_VISIBLE_COLUMN, showicons, in pidgin_blist_update_chat()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkblist.c6772 gboolean showicons = purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/show_buddy_icons"); in pidgin_blist_update_chat() local
6798 if(showicons) in pidgin_blist_update_chat()
6840 BUDDY_ICON_VISIBLE_COLUMN, showicons, in pidgin_blist_update_chat()

12