Home
last modified time | relevance | path

Searched refs:wapp (Results 1 – 25 of 85) sorted by relevance

1234

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dapplication.c74 return wapp; in wApplicationOf()
97 if (wapp) { in wApplicationCreate()
99 if (wapp->app_icon && wapp->app_icon->docked && in wApplicationCreate()
103 return wapp; in wApplicationCreate()
117 wfree(wapp); in wApplicationCreate()
131 wapp->menu = wUserMenuGet(scr, wapp->main_window_desc); in wApplicationCreate()
145 return wapp; in wApplicationCreate()
153 if (!wapp) in wApplicationDestroy()
179 wapp->next->prev = wapp->prev; in wApplicationDestroy()
181 wapp->prev->next = wapp->next; in wApplicationDestroy()
[all …]
H A Dappicon.c150 create_appicon_from_dock(wwin, wapp, wapp->main_window); in create_appicon_for_application()
155 wapp->app_icon = wAppIconCreate(wapp->main_window_desc); in create_appicon_for_application()
177 if (!wapp || !wapp->app_icon) in unpaint_app_icon()
209 if (!wapp || !wapp->app_icon || !wapp->main_window_desc) in paint_app_icon()
214 wapp->app_icon->main_window = wapp->main_window; in paint_app_icon()
263 if (wapp->app_icon->docked && !wapp->app_icon->attracted) { in removeAppIconFor()
287 wDockDetach(wapp->app_icon->dock, wapp->app_icon); in removeAppIconFor()
407 wapp = NULL; in wAppIconPaint()
422 if (wapp && wapp->flags.hidden) { in wAppIconPaint()
708 if (wapp) in appIconMouseDown()
[all …]
H A Dsuperfluous.c186 WApplication *wapp; member
202 if (data->wapp->refcount > 1) { in doAppBounce()
322 if (!wPreferences.no_animations && wapp->app_icon && !wapp->flags.bouncing in wAppBounce()
324 ++wapp->refcount; in wAppBounce()
325 wapp->flags.bouncing = 1; in wAppBounce()
328 data->wapp = wapp; in wAppBounce()
340 if (!wapp->main_window_desc) { in appIsUrgent()
364 if (appIsUrgent(wapp)) { in doAppUrgentBounce()
374 if (!wapp) return; in wAppBounceWhileUrgent()
375 if (appIsUrgent(wapp)) { in wAppBounceWhileUrgent()
[all …]
H A Dclient.c326 if (!wapp || !wapp->app_icon || wapp->app_icon->docked) in wClientCheckProperty()
331 if (wapp->app_icon->command) in wClientCheckProperty()
456 WApplication *wapp; in wClientCheckProperty() local
462 if (wapp && wapp->app_icon) { in wClientCheckProperty()
464 wAppIconPaint(wapp->app_icon); in wClientCheckProperty()
558 WApplication *wapp; in wClientCheckProperty() local
561 if (wapp) { in wClientCheckProperty()
562 if (wapp->menu) { in wClientCheckProperty()
565 wAppMenuDestroy(wapp->menu); in wClientCheckProperty()
572 wApplicationDestroy(wapp); in wClientCheckProperty()
[all …]
H A Dappicon.h79 void create_appicon_for_application(WApplication *wapp, WWindow *wwin);
80 void removeAppIconFor(WApplication * wapp);
82 void paint_app_icon(WApplication *wapp);
83 void unpaint_app_icon(WApplication *wapp);
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dapplication.c74 return wapp; in wApplicationOf()
97 if (wapp) { in wApplicationCreate()
99 if (wapp->app_icon && wapp->app_icon->docked && in wApplicationCreate()
103 return wapp; in wApplicationCreate()
117 wfree(wapp); in wApplicationCreate()
131 wapp->menu = wUserMenuGet(scr, wapp->main_window_desc); in wApplicationCreate()
145 return wapp; in wApplicationCreate()
153 if (!wapp) in wApplicationDestroy()
179 wapp->next->prev = wapp->prev; in wApplicationDestroy()
181 wapp->prev->next = wapp->next; in wApplicationDestroy()
[all …]
H A Dappicon.c150 create_appicon_from_dock(wwin, wapp, wapp->main_window); in create_appicon_for_application()
155 wapp->app_icon = wAppIconCreate(wapp->main_window_desc); in create_appicon_for_application()
177 if (!wapp || !wapp->app_icon) in unpaint_app_icon()
209 if (!wapp || !wapp->app_icon || !wapp->main_window_desc) in paint_app_icon()
214 wapp->app_icon->main_window = wapp->main_window; in paint_app_icon()
263 if (wapp->app_icon->docked && !wapp->app_icon->attracted) { in removeAppIconFor()
287 wDockDetach(wapp->app_icon->dock, wapp->app_icon); in removeAppIconFor()
407 wapp = NULL; in wAppIconPaint()
422 if (wapp && wapp->flags.hidden) { in wAppIconPaint()
708 if (wapp) in appIconMouseDown()
[all …]
H A Dsuperfluous.c186 WApplication *wapp; member
202 if (data->wapp->refcount > 1) { in doAppBounce()
322 if (!wPreferences.no_animations && wapp->app_icon && !wapp->flags.bouncing in wAppBounce()
324 ++wapp->refcount; in wAppBounce()
325 wapp->flags.bouncing = 1; in wAppBounce()
328 data->wapp = wapp; in wAppBounce()
340 if (!wapp->main_window_desc) { in appIsUrgent()
364 if (appIsUrgent(wapp)) { in doAppUrgentBounce()
374 if (!wapp) return; in wAppBounceWhileUrgent()
375 if (appIsUrgent(wapp)) { in wAppBounceWhileUrgent()
[all …]
H A Dclient.c326 if (!wapp || !wapp->app_icon || wapp->app_icon->docked) in wClientCheckProperty()
331 if (wapp->app_icon->command) in wClientCheckProperty()
456 WApplication *wapp; in wClientCheckProperty() local
462 if (wapp && wapp->app_icon) { in wClientCheckProperty()
464 wAppIconPaint(wapp->app_icon); in wClientCheckProperty()
558 WApplication *wapp; in wClientCheckProperty() local
561 if (wapp) { in wClientCheckProperty()
562 if (wapp->menu) { in wClientCheckProperty()
565 wAppMenuDestroy(wapp->menu); in wClientCheckProperty()
572 wApplicationDestroy(wapp); in wClientCheckProperty()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dwapp.tcl24 proc wapp {txt} { procedure
25 global wapp
47 global wapp
190 global wapp
197 global wapp
204 global wapp
211 global wapp
224 global wapp
249 global wapp
257 global wapp
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dwapp.tcl24 proc wapp {txt} { procedure
25 global wapp
47 global wapp
190 global wapp
197 global wapp
204 global wapp
211 global wapp
224 global wapp
249 global wapp
257 global wapp
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/
H A DWhiteboard.tcl735 set wapp(can,) $wapp(can)
836 set wapp(servCan) $wapp(can)
837 pack $wapp(frcan) -in $wapp(ccon) -fill both -expand true -side right
865 InitDnD $wapp(can)
964 set wnb $wapp(nb)
984 set wnb $wapp(nb)
998 set wapp(can,$name) $wapp(can,)
1005 $wapp(nb) forget $wapp(page,$name)
1014 set wapp(can) $wapp(can,$name)
1342 return $wapp(can)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/filesystem/windows/
H A DSDL_sysfilesystem.c117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
132 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
133 if (wapp == NULL) { in SDL_GetPrefPath()
139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
143 SDL_free(wapp); in SDL_GetPrefPath()
155 SDL_free(wapp); in SDL_GetPrefPath()
162 lstrcatW(path, wapp); in SDL_GetPrefPath()
163 SDL_free(wapp); in SDL_GetPrefPath()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/filesystem/windows/
H A DSDL_sysfilesystem.c117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
132 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
133 if (wapp == NULL) { in SDL_GetPrefPath()
139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
143 SDL_free(wapp); in SDL_GetPrefPath()
155 SDL_free(wapp); in SDL_GetPrefPath()
162 lstrcatW(path, wapp); in SDL_GetPrefPath()
163 SDL_free(wapp); in SDL_GetPrefPath()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/filesystem/windows/
H A DSDL_sysfilesystem.c117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
140 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
141 if (wapp == NULL) { in SDL_GetPrefPath()
147 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
151 SDL_free(wapp); in SDL_GetPrefPath()
165 SDL_free(wapp); in SDL_GetPrefPath()
172 lstrcatW(path, wapp); in SDL_GetPrefPath()
173 SDL_free(wapp); in SDL_GetPrefPath()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/filesystem/windows/
H A DSDL_sysfilesystem.c117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
132 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
133 if (wapp == NULL) { in SDL_GetPrefPath()
139 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()
143 SDL_free(wapp); in SDL_GetPrefPath()
155 SDL_free(wapp); in SDL_GetPrefPath()
162 lstrcatW(path, wapp); in SDL_GetPrefPath()
163 SDL_free(wapp); in SDL_GetPrefPath()
/dports/devel/sdl20/SDL2-2.0.18/src/filesystem/windows/
H A DSDL_sysfilesystem.c118 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
141 wapp = WIN_UTF8ToStringW(app); in SDL_GetPrefPath()
142 if (wapp == NULL) { in SDL_GetPrefPath()
148 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
152 SDL_free(wapp); in SDL_GetPrefPath()
166 SDL_free(wapp); in SDL_GetPrefPath()
173 SDL_wcslcat(path, wapp, SDL_arraysize(path)); in SDL_GetPrefPath()
174 SDL_free(wapp); in SDL_GetPrefPath()
/dports/x11/controllermap/SDL2-2.0.18/src/filesystem/windows/
H A DSDL_sysfilesystem.c118 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
141 wapp = WIN_UTF8ToStringW(app); in SDL_GetPrefPath()
142 if (wapp == NULL) { in SDL_GetPrefPath()
148 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
152 SDL_free(wapp); in SDL_GetPrefPath()
166 SDL_free(wapp); in SDL_GetPrefPath()
173 SDL_wcslcat(path, wapp, SDL_arraysize(path)); in SDL_GetPrefPath()
174 SDL_free(wapp); in SDL_GetPrefPath()
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/twisted/wamp/app/crochet/example2/
H A Dserver.py40 wapp = Application() variable
43 @wapp.register(u'com.example.square')
49 @wapp.register(u'com.example.slowsquare')
60 return wapp.session.call(u'com.example.square', x)
65 return wapp.session.call(u'com.example.slowsquare', x)
97 wapp.run(u"ws://127.0.0.1:9000", u"realm1", standalone=True, start_reactor=False)
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
173 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
174 if (wapp == NULL) { in SDL_GetPrefPath()
180 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
184 SDL_free(wapp); in SDL_GetPrefPath()
196 SDL_free(wapp); in SDL_GetPrefPath()
203 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
204 SDL_free(wapp); in SDL_GetPrefPath()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
173 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
174 if (wapp == NULL) { in SDL_GetPrefPath()
180 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
184 SDL_free(wapp); in SDL_GetPrefPath()
196 SDL_free(wapp); in SDL_GetPrefPath()
203 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
204 SDL_free(wapp); in SDL_GetPrefPath()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
173 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
174 if (wapp == NULL) { in SDL_GetPrefPath()
180 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
184 SDL_free(wapp); in SDL_GetPrefPath()
196 SDL_free(wapp); in SDL_GetPrefPath()
203 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
204 SDL_free(wapp); in SDL_GetPrefPath()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
181 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
182 if (wapp == NULL) { in SDL_GetPrefPath()
188 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
192 SDL_free(wapp); in SDL_GetPrefPath()
206 SDL_free(wapp); in SDL_GetPrefPath()
213 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
214 SDL_free(wapp); in SDL_GetPrefPath()
/dports/devel/sdl20/SDL2-2.0.18/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp160 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
190 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
191 if (wapp == NULL) { in SDL_GetPrefPath()
197 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
201 SDL_free(wapp); in SDL_GetPrefPath()
215 SDL_free(wapp); in SDL_GetPrefPath()
222 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
223 SDL_free(wapp); in SDL_GetPrefPath()
/dports/x11/controllermap/SDL2-2.0.18/src/filesystem/winrt/
H A DSDL_sysfilesystem.cpp160 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
190 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
191 if (wapp == NULL) { in SDL_GetPrefPath()
197 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
201 SDL_free(wapp); in SDL_GetPrefPath()
215 SDL_free(wapp); in SDL_GetPrefPath()
222 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
223 SDL_free(wapp); in SDL_GetPrefPath()

1234