Home
last modified time | relevance | path

Searched refs:s_icon (Results 1 – 13 of 13) sorted by relevance

/dports/net/yate/yate-6.4.0-1/windows/
H A Dmain-client.cpp45 static HICON s_icon = 0; variable
182 ::SendMessage(wnd,WM_SETICON,ICON_BIG,(LPARAM)s_icon); in initMainDlg()
183 s_icon = (HICON)::LoadImage(s_handle,MAKEINTRESOURCE(IDI_NULLTEAM),IMAGE_ICON,16,16,0); in initMainDlg()
184 if (s_icon) in initMainDlg()
185 ::SendMessage(wnd,WM_SETICON,ICON_SMALL,(LPARAM)s_icon); in initMainDlg()
206 return (int)s_icon; in mainDialog()
208 if (s_icon && IsIconic(wnd)) { in mainDialog()
213 ::DrawIcon(ps.hdc,2,2,s_icon); in mainDialog()
250 s_icon = ::LoadIcon(s_handle,MAKEINTRESOURCE(IDI_NULLTEAM)); in run()
254 if (s_icon) in run()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dgschemhotkeystore.c83 SCM s_icon = scm_caddr (s_info); in gschem_hotkey_store_rebuild() local
95 if (scm_is_true (s_icon)) { in gschem_hotkey_store_rebuild()
96 icon = scm_to_utf8_string (s_icon); in gschem_hotkey_store_rebuild()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DImageFormat.cs25 …private static ImageFormat s_icon = new ImageFormat(new Guid("{b96b3cb5-0728-11d3-9d7b-0000f81ef32… field in System.Drawing.Imaging.ImageFormat
122 get { return s_icon; }
173 if (this == s_icon) return "Icon"; in ToString()
/dports/astro/marble/marble-21.12.3/src/plugins/render/opencaching/
H A DOpenCachingItem.cpp19 QPixmap OpenCachingItem::s_icon = QPixmap( "/usr/share/icons/oxygen/32x32/status/folder-open.png" ); member in Marble::OpenCachingItem
136 if( !s_icon.isNull() ) { in paint()
137 width = s_icon.width(); in paint()
138 height = s_icon.height(); in paint()
139 painter->drawPixmap( 0, 0, s_icon ); in paint()
H A DOpenCachingItem.h67 static QPixmap s_icon; variable
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_py_pluginwork.inc131 s_events, s_keys, s_inmenu, s_icon, s_os: string;
171 s_icon:= ini.ReadString(ini_section, 'icon', '');
172 if s_icon='' then Continue;
173 s_icon:= StringReplace(s_icon, '{dir}', dir_inf, []);
175 s_icon:= StringReplace(s_icon, '/', '\', [rfReplaceAll]);
192 DoSidebar_FilenameToImageIndex(s_caption, s_icon),
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/filemanager/
H A Dreaddir.c272 Pixmap s_icon, s_mask; in process_single_entry() local
288 icon = mask = s_icon = s_mask = XmUNSPECIFIED_PIXMAP; in process_single_entry()
291 getIcons(ind, &icon, &mask, &s_icon, &s_mask); in process_single_entry()
293 getIcons(-1, &icon, &mask, &s_icon, &s_mask); in process_single_entry()
344 XmNsmallIconPixmap, s_icon, in process_single_entry()
367 XmNsmallIconPixmap, s_icon, in process_single_entry()
/dports/x11-wm/awesome/awesome-4.3/objects/
H A Dclient.c2524 cairo_surface_t *s_icon, *result; in client_set_icon_from_pixmaps() local
2544 s_icon = cairo_xcb_surface_create_for_bitmap(globalconf.connection, in client_set_icon_from_pixmaps()
2547 s_icon = cairo_xcb_surface_create(globalconf.connection, icon, globalconf.default_visual, in client_set_icon_from_pixmaps()
2549 result = s_icon; in client_set_icon_from_pixmaps()
2556 …result = cairo_surface_create_similar(s_icon, CAIRO_CONTENT_COLOR_ALPHA, geom_icon_r->width, geom_… in client_set_icon_from_pixmaps()
2561 cairo_set_source_surface(cr, s_icon, 0, 0); in client_set_icon_from_pixmaps()
2570 if (result != s_icon) in client_set_icon_from_pixmaps()
2571 cairo_surface_destroy(s_icon); in client_set_icon_from_pixmaps()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h946 } s_icon; //2011_04_05, DC: In game icons added 2005_01_2… typedef
1008s_icon icon; //In game icons added 2005_01_20. 2011_04_05, DC: …
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h938 } s_icon; //2011_04_05, DC: In game icons added 2005_01_2… typedef
1031s_icon icon; //In game icons added 2005_01_20. 2011_04_05, DC: Move…
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h961 } s_icon; //2011_04_05, DC: In game icons added 2005_01_20. typedef
1061 s_icon icon; //In game icons added 2005_01_20. 2011_04_05, DC: Moved to struct.
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1691 } s_icon; typedef
1789 s_icon icon; //In game icons added 2005_01_20. 2011_04_05, DC: Moved to struct.
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2179 } s_icon; typedef
2276 s_icon icon; //In game icons added 2005_01_20. 2011_04_05, DC: Moved to struct.