wtf
This commit is contained in:
parent
1853cd1e7f
commit
5003d29246
13 changed files with 769 additions and 770 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#include <Mw/Milsko.h>
|
||||
|
||||
int main(){
|
||||
int main() {
|
||||
MwWidget w, cb;
|
||||
|
||||
MwLibraryInit();
|
||||
|
||||
w = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 5 + 320 + 5, 5 + 24 + 5,
|
||||
MwNtitle, "combobox",
|
||||
NULL);
|
||||
MwNtitle, "combobox",
|
||||
NULL);
|
||||
|
||||
cb = MwCreateWidget(MwComboBoxClass, "combobox", w, 5, 5, 320, 24);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue