Home
last modified time | relevance | path

Searched refs:RedrawControls (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/tut/tut-0.0.17/
H A Dfeed.go32 RedrawControls() methodSpec
557 func (t *TimelineFeed) RedrawControls() { func
593 t.RedrawControls()
677 func (t *ThreadFeed) RedrawControls() { func
718 t.RedrawControls()
857 func (u *UserFeed) RedrawControls() { func
911 u.RedrawControls()
1141 n.RedrawControls()
1250 func (t *TagFeed) RedrawControls() { func
1286 t.RedrawControls()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DWindow.h137 void RedrawControls(const char* VarName, unsigned int Sum);
H A DButton.cpp606 window->RedrawControls( VarName, tmp ); in DoToggle()
617 window->RedrawControls( VarName, val ); in DoToggle()
H A DControl.cpp205 window->RedrawControls(VarName, val); in StartActionTimer()
H A DWindow.cpp265 void Window::RedrawControls(const char* VarName, unsigned int Sum) in RedrawControls() function in GemRB::Window
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtgisdl.c182 void RedrawControls(pTdgtBase, skip) in RedrawControls() function
288 RedrawControls(pTdgtBase, SKIP_NONE);
474 RedrawControls(pTdgtBase, SKIP_NONE);
H A Dtgcwdl.c602 void RedrawControls(pTdgtBase, skip) in RedrawControls() function
792 RedrawControls(pTdgtBase, SKIP_NONE);
869 RedrawControls(pTdgtBase, SKIP_HS_PIXMAP);
1101 RedrawControls(pTdgtBase, SKIP_NONE);
1238 RedrawControls(pTdgtBase, SKIP_NONE);
1261 RedrawControls(pTdgtBase, SKIP_HS_PIXMAP);
1349 RedrawControls(pTdgtBase, SKIP_NONE);
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.cpp3818 loadwin->RedrawControls("Progress", percent); in LoadProgress()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp2025 win->RedrawControls(VarName, curVal); in GemRB_Control_SetVarAssoc()