mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
who needs query actually
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@519 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -280,13 +280,6 @@ MWDECL void MwHideCursor(MwWidget handle);
|
|||||||
*/
|
*/
|
||||||
MWDECL void MwToggleDarkTheme(MwWidget handle, int toggle);
|
MWDECL void MwToggleDarkTheme(MwWidget handle, int toggle);
|
||||||
|
|
||||||
/*!
|
|
||||||
* @brief Queries the widget
|
|
||||||
* @param handle Widget
|
|
||||||
* @param query Query
|
|
||||||
*/
|
|
||||||
MWDECL MwWidget MwQuery(MwWidget handle, const char* query);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -588,10 +588,3 @@ void MwToggleDarkTheme(MwWidget handle, int toggle) {
|
|||||||
force_render_all(handle);
|
force_render_all(handle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MwWidget MwQuery(MwWidget handle, const char* query){
|
|
||||||
(void)handle;
|
|
||||||
(void)query;
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user