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
|
440635447d
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
Pietro Gagliardi
|
e8cedf502f
|
Split uiCombobox on GTK+.
|
2016-05-24 01:35:05 -04:00 |
Pietro Gagliardi
|
01912877ce
|
Converted the basic GTK+ controls. Now for the containers.
|
2016-04-25 20:00:25 -04:00 |
Pietro Gagliardi
|
96e8f1f8ea
|
Did the rest of the object changes on GTK+.
|
2016-04-24 16:59:46 -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
|
843ea0d46c
|
Implemented uiComboboxSetSelected() on GTK+.
|
2015-10-09 13:54:34 -04:00 |
Pietro Gagliardi
|
06f17aa4de
|
Implemented the new uiCombobox stuff on GTK+.
|
2015-10-08 14:55:18 -04:00 |
Pietro Gagliardi
|
54332b90fb
|
Finally merged out the redo folder.
|
2015-09-02 13:48:06 -04:00 |
Pietro Gagliardi
|
46b865a298
|
Begin the GTK+ backend migration.
|
2015-08-27 12:29:19 -04:00 |
Pietro Gagliardi
|
8213eac2d7
|
Moved everything up a directory level.
|
2015-08-27 12:05:11 -04:00 |