SourceClass RequestRepaintInfo
from egui import RequestRepaintInfoclass RequestRepaintInfo:Information given to the backend about when it is time to repaint the ui.
This is given in the callback set by Context.set_request_repaint_callback.
from egui import RequestRepaintInfoclass RequestRepaintInfo:Information given to the backend about when it is time to repaint the ui.
This is given in the callback set by Context.set_request_repaint_callback.
@property
def current_cumulative_pass_nr(self, /) -> int§@current_cumulative_pass_nr.setter
def current_cumulative_pass_nr(self, /, current_cumulative_pass_nr: int) -> None§@property
def delay(self, /) -> float§@delay.setter
def delay(self, /, delay_secs: float) -> None§@property
def viewport_id(self, /) -> ViewportId§@viewport_id.setter
def viewport_id(self, /, viewport_id: ViewportId) -> None§