[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Add 'ListBox[].Display', 'ListBox[].Enabled', and 'ComboBox[].Display' properties.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] Add 'ListBox[].Display', 'ListBox[].Enabled', and 'ComboBox[].Display' properties.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 30 Sep 2025 12:58:34 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 02f35bb9 by Benoît Minisini at 2025-09-30T14:57:52+02:00 Add 'ListBox[].Display', 'ListBox[].Enabled', and 'ComboBox[].Display' properties. [GB.GUI.BASE] * NEW: ListBox: Add 'ListBox[].Display' property that allows to display some rich text instead of the actual item text. Beware that sorting does not take it into account. * NEW: ListBox: Add 'ListBox[].Enabled' property that allows to disable some listbox items. * NEW: ComboBox: Add 'ComboBox[].Display' property that allows to display some rich text instead of the actual item text. Beware that sorting does not take it into account. - - - - - 11 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class - comp/src/gb.gui.base/.src/ComboBox/_ComboBox_Item.class - comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/ListBox/_ListBox_Item.class - comp/src/gb.gui.base/.src/Main.module - comp/src/gb.gui.base/.src/Test/FTestCombo.class - comp/src/gb.gui.base/.src/Test/FTestListBox.class - comp/src/gb.gui.base/.src/Test/FTestListBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02f35bb917b5ec35fd41cf2d23f4f76905803281 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02f35bb917b5ec35fd41cf2d23f4f76905803281 You're receiving this email because of your account on gitlab.com.