Home
last modified time | relevance | path

Searched defs:update_size_constraints (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xpra/xpra-4.3/xpra/x11/models/
H A Dwindow.py663 def update_size_constraints(self, minw=0, minh=0, maxw=MAX_WINDOW_SIZE, maxh=MAX_WINDOW_SIZE): member in WindowModel
/dports/x11/xpra/xpra-4.3/xpra/server/mixins/
H A Dwindow_server.py127 def update_size_constraints(self, minw, minh, maxw, maxh): member in WindowServer
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dedit_entity_dialog.cpp1956 void EditEntityDialog::update_size_constraints() { in update_size_constraints() function in SolarusEditor::EditEntityDialog
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dserver.py323 def update_size_constraints(self, minw, minh, maxw, maxh): member in XpraServer