Home
last modified time | relevance | path

Searched refs:preferences_data (Results 1 – 4 of 4) sorted by relevance

/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweatherwidget.c116 PreferencesDialogData preferences_data; member
1155 priv->preferences_data.dialog = NULL; in gtk_weather_preferences_dialog_response()
1157 priv->preferences_data.shown = FALSE; in gtk_weather_preferences_dialog_response()
1258 priv->preferences_data.alias_entry = gtk_entry_new(); in gtk_weather_create_preferences_dialog()
1279 priv->preferences_data.alias_entry, in gtk_weather_create_preferences_dialog()
1311 priv->preferences_data.auto_button = in gtk_weather_create_preferences_dialog()
1391 gtk_widget_show_all(priv->preferences_data.dialog); in gtk_weather_create_preferences_dialog()
1393 return priv->preferences_data.dialog; in gtk_weather_create_preferences_dialog()
1412 if (priv->preferences_data.shown) in gtk_weather_run_preferences_dialog()
1422 priv->preferences_data.shown = TRUE; in gtk_weather_run_preferences_dialog()
[all …]
/dports/cad/cura/Cura-58bae31/cura/OAuth2/
H A DAuthorizationService.py231preferences_data = json.loads(self._preferences.getValue(self._settings.AUTH_DATA_PREFERENCE_KEY))
232 if preferences_data:
233 self._auth_data = AuthenticationResponse(**preferences_data)
/dports/audio/goobox/goobox-3.6.0/src/
H A Ddlg-preferences.c478 dlg_format (DialogData *preferences_data, in dlg_format() argument
491 "transient-for", GTK_WINDOW (preferences_data->dialog), in dlg_format()
594 gtk_window_set_transient_for (GTK_WINDOW (data->dialog), GTK_WINDOW (preferences_data->dialog)); in dlg_format()
/dports/games/tkmoo/tkMOO-light-0.3.32/
H A Dsource.tcl13052 foreach name [array names preferences_data] {
13053 foreach info $preferences_data($name) {
13290 global preferences_data preferences_v \
13312 set info $preferences_data($providor,$category)
13646 global preferences_data
13648 set preferences_data($providor,$category) [concat $preferences_data($providor,$category) $info]
13655 global preferences_data
13657 foreach pc [array names preferences_data] {
13658 foreach record $preferences_data($pc) {
13668 global preferences_data
[all …]