Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtkcombox in gtksheet #30

Open
songqingshan opened this issue Sep 25, 2020 · 6 comments
Open

gtkcombox in gtksheet #30

songqingshan opened this issue Sep 25, 2020 · 6 comments

Comments

@songqingshan
Copy link

gtksheet tutorial: "You can use GtkEntry or a GtkEntry subclass (e.g. GtkSheetEntry, GtkSpinButton) or a box or table containing a GtkEntry subclass (e.g. GtkCombo)".
Is GtkCombo a GtkEntry subclass? I don't think so.
I saw the example that Gtksheet for gtk2 can work with GtkCombo. But It seems that Gtksheet for gtk3 can not directly use with GtkCombo like GtkSpinButton (a subclass of GtkEntry).

@songqingshan
Copy link
Author

It seems that GtkComboBox and GtkComboBoxEntry have the same issue. GtkComBox, GtkComBoxEntry and GtkComBoxText examples are added in testgtksheet.c so that user is easy to use them.

@fpaquet
Copy link
Owner

fpaquet commented Feb 9, 2021

I would have to check it out, but time's missing.

What do you mean wich GtkComBox? GtkComboBox?

@songqingshan
Copy link
Author

songqingshan commented Feb 14, 2021 via email

@fpaquet
Copy link
Owner

fpaquet commented Feb 16, 2021

We will try to reproduce this error in our development environment.

@songqingshan
Copy link
Author

songqingshan commented Feb 28, 2021 via email

@fpaquet
Copy link
Owner

fpaquet commented Feb 12, 2022

the testgtksheet app has a working GtkSpinButton in example "Folder 3"
Just enter some data to see it.

Maybe just increase column width, to get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants