Home
last modified time | relevance | path

Searched refs:PROP_MIN_VALUE (Results 1 – 10 of 10) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/options/
H A Doptions_screen_ui.cpp98 minimap_options->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in loadedFromFile()
106 minimap_options->m_properties[GUIEngine::PROP_MIN_VALUE] = "1"; in loadedFromFile()
118 splitscreen_method->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in loadedFromFile()
142 font_size->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in loadedFromFile()
147 font_size->m_properties[GUIEngine::PROP_MIN_VALUE] = "1"; in loadedFromFile()
228 skinSelector->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in init()
362 camera_preset->m_properties[GUIEngine::PROP_MIN_VALUE] = "1"; in init()
408 camera_preset->m_properties[GUIEngine::PROP_MIN_VALUE] = std::to_string(0); in updateCameraPresetSpinner()
H A Doptions_screen_video.cpp188 blur->m_properties[GUIEngine::PROP_MIN_VALUE] = in loadedFromFile()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-multi-choice.c50 PROP_MIN_VALUE, enumerator
315 case PROP_MIN_VALUE: in gcal_multi_choice_get_property()
351 case PROP_MIN_VALUE: in gcal_multi_choice_set_property()
353 g_object_notify_by_pspec (object, properties[PROP_MIN_VALUE]); in gcal_multi_choice_set_property()
397 properties[PROP_MIN_VALUE] = in gcal_multi_choice_class_init()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Daddons_screen.cpp112 w_filter_date->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in beforeAddingWidget()
123 w_filter_rating->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in beforeAddingWidget()
133 w_filter_installation->m_properties[GUIEngine::PROP_MIN_VALUE] = "0"; in beforeAddingWidget()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtklevelbar.c141 PROP_MIN_VALUE, enumerator
844 case PROP_MIN_VALUE: in gtk_level_bar_get_property()
878 case PROP_MIN_VALUE: in gtk_level_bar_set_property()
972 properties[PROP_MIN_VALUE] = in gtk_level_bar_class_init()
1201 g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_VALUE]); in gtk_level_bar_set_min_value()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtklevelbar.c148 PROP_MIN_VALUE, enumerator
904 case PROP_MIN_VALUE: in gtk_level_bar_get_property()
938 case PROP_MIN_VALUE: in gtk_level_bar_set_property()
1043 properties[PROP_MIN_VALUE] = in gtk_level_bar_class_init()
1320 g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_VALUE]); in gtk_level_bar_set_min_value()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dwidget.hpp106 PROP_MIN_VALUE, enumerator
H A Dscreen_loader.cpp246 READ_PROPERTY(min_value, PROP_MIN_VALUE); in parseScreenFileDiv()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A Dplayer_kart_widget.cpp129 m_player_ident_spinner->m_properties[PROP_MIN_VALUE] = "0"; in PlayerKartWidget()
136 m_player_ident_spinner->m_properties[PROP_MIN_VALUE] = "0"; in PlayerKartWidget()
H A Dspinner_widget.cpp120 std::string min_s = m_properties[PROP_MIN_VALUE]; in add()