-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
I would have to check it out, but time's missing. What do you mean wich GtkComBox? GtkComboBox? |
Thanks for your response.
yes, it is GtkComboBox.
I keep my records for a while. Since I have not got any response for multiple questions, I delete those records.
…________________________________
From: Fredy Paquet <[email protected]>
Sent: February 9, 2021 12:16 PM
To: fpaquet/gtksheet <[email protected]>
Cc: songqingshan <[email protected]>; Author <[email protected]>
Subject: Re: [fpaquet/gtksheet] gtkcombox in gtksheet (#30)
I would have to check it out, but time's missing.
What do you mean wich GtkComBox? GtkComboBox?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#30 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKKMCUYMELZI43SX5F634WDS6F3YXANCNFSM4RZC4OCQ>.
|
We will try to reproduce this error in our development environment. |
Hello Fredy,
I am reproducing errors that posted before, but solved. one of them is attached (one of column is missing).
Thanks,
Song
…________________________________
From: Fredy Paquet <[email protected]>
Sent: February 16, 2021 1:43 AM
To: fpaquet/gtksheet <[email protected]>
Cc: songqingshan <[email protected]>; Author <[email protected]>
Subject: Re: [fpaquet/gtksheet] gtkcombox in gtksheet (#30)
We will try to reproduce this error in our development environment.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#30 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKKMCU5QXVT25MHWCJD74ATS7IO2PANCNFSM4RZC4OCQ>.
|
the testgtksheet app has a working GtkSpinButton in example "Folder 3" Maybe just increase column width, to get it working. |
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).
The text was updated successfully, but these errors were encountered: