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

Problem in insert toolbar #1

Open
brcontainer opened this issue Nov 26, 2014 · 1 comment
Open

Problem in insert toolbar #1

brcontainer opened this issue Nov 26, 2014 · 1 comment

Comments

@brcontainer
Copy link

I still do not understand GTK, but apparently this line is not working and is sending a problem: https://github.com/tgdn/browser/blob/master/tabview.c#L91

gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(entries_paned), 3);

No create element.

@tgdn
Copy link
Owner

tgdn commented May 13, 2015

What is the error that you get?
The toolbar is created on this line

GtkWidget *toolbar = gtk_toolbar_new();

Repository owner deleted a comment from wordfeng Feb 21, 2024
Repository owner deleted a comment from DylanZhu2021 Feb 23, 2024
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

3 participants
@tgdn @brcontainer and others