Trond Arne Bråthen
|
26fc1804e5
|
Add method for inserting ComboBox item
void uiComboboxInsertAt(uiComboBox *c, int n, const char *text)
* Unix: gtk_combo_box_insert
* Windows: CB_INSERTSTRING
* Darwin: NSArrayController.insert
|
2019-05-30 22:08:49 +02:00 |
Trond Arne Bråthen
|
d78dc94a48
|
Add method for clearing ComboBox items
void uiComboboxClear(uiCombobox *c)
* Unix: gtk_combo_box_text_remove_all
* Windows: CB_RESETCONTENT
* Darwin: NSPopUpButton.removeAllItems
|
2019-05-30 22:08:49 +02:00 |
Trond Arne Bråthen
|
d4ecc16dd7
|
Add method for removing ComboBox item
void uiComboboxDelete(uiCombobox *c, int n)
* Unix: gtk_combo_box_text_remove
* Windows: CB_DELETESTRING
* Darwin: NSPopUpButton.removeItemAtIndex
|
2019-05-30 22:08:49 +02:00 |
Pietro Gagliardi
|
c6bb463692
|
uiAlloc() et al -> uiprivAlloc() et al, Windows code.
|
2018-04-15 18:12:58 -04:00 |
Pietro Gagliardi
|
440635447d
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
Pietro Gagliardi
|
a226c80993
|
More TODO resolution and elimination and delegation and explanation.
|
2016-05-29 19:55:53 -04:00 |
Pietro Gagliardi
|
095e08bc79
|
Added uiEditableCombobox on Windows.
|
2016-05-24 10:06:24 -04:00 |
Pietro Gagliardi
|
1956270ed1
|
More conversions. Almost done!
|
2016-04-29 13:50:08 -04:00 |
Pietro Gagliardi
|
840e21456c
|
Migrated checkbox.cpp and combobox.cpp.
|
2016-04-29 12:49:42 -04:00 |
Pietro Gagliardi
|
bc0a1d43c9
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
Pietro Gagliardi
|
7b0f930185
|
Removed all the type function declarations from all the controls. More TODOs.
|
2016-04-24 15:04:36 -04:00 |
Pietro Gagliardi
|
cef1f90634
|
Oh right, also changed this to me in control implementations. Forgot that. NOW we can fix up the makefiles and test.
|
2016-04-23 16:52:53 -04:00 |
Pietro Gagliardi
|
6ec5f4800d
|
Migrated simple controls to C++.
|
2016-04-22 20:14:12 -04:00 |