Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about gtk2

Read more about gtk2

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - gtk2

How do I create a close button for notebook tab with GTK/C?

I searching a way to create a small close button for notebook tabs. Here is a common way to create a big close button for GTK 2.24, GTK 3 and 4: GtkWidget *head, *content, *image, *btn, *label = gtk_l...
test-img

luigifab

c

gtk3

gtk2

gtk4

Votes: 0

Answers: 1

Latest Answer

So a solution: #if GTK_CHECK_VERSION (4,0,0) GtkCssProvider* provider = gtk_css_provider_new (); gtk_css_provider_load_from_data (provider, "* { padding:0; }", -1); gtk_style_con...
test-img

luigifab

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved