Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.45 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.45 KB

14/05/2024 gtktest-1.0: Shows a window with a simple menubar.

14/05/2024 gtktest-1.1: Shows a window with a simple menubar with some menu items with separator or "sectioned".

16/05/2024 gtktest-1.2: Shows a window with a simple menubar with some menu items with separator or "sectioned". Also include a gresource file with icons used by GtkWindow.

01/06/2024 gtktest-2.2: A GtkColumnView for testing to get data based on selected index or selected row.

08/06/2024 gtktest-2.3: A GtkColumnView for testing to get data, based on selected index or selected row, to show it in a custom dialog. Also a custom dialog to input data and store it in the GtkColumnView's model.

19/06/2024 gtktest-2.4: A GtkColumnView for testing to get data, based on selected index or selected row, to show it in a custom dialog. Also a custom dialog to input data and store it in the GtkColumnView's model, a dialog to edit selected itemos and editable item to modify labels in the GtkColumnView. Some changes like include a drop down (combobox) to display strings.

25/06/2024 gtktest-2.5: A GtkColumnView for testing to get data, based on selected index or selected row, to show it in a custom dialog. Also a custom dialog to input data and store it in the GtkColumnView's model, a dialog to edit selected itemos and editable item to modify labels in the GtkColumnView. Some changes like include a drop down (combobox) to display strings. Now menu items are disabled when GtkColumnView doesn't have rows.