tk tag

7 questions


1 answers
375 views
0
Understanding Combo Boxes with Check Boxes (List Boxes)

Is there a way to make something like this happen in my environment?(Is there anything other than tkinter?) [.NET] How to select multiple items in the combo box●About my environment·Python 3.9.7·tkint...

2 years ago

1 answers
105 views
0
I want to focus on multiple lines in tree.view on Tkinter.

I want to focus on multiple lines in Tkinter's tree.view.For example, I want to focus only 3 and 4 from the 10 lines of tree.view list, but for some reason only 4 is focused.If you know how to select ...

2 years ago

1 answers
83 views
0
Questions about C language

#include<gtk/gtk.h># include <math.h>gboolean redraw (GtkWidget*w, gpointer user_data);gboolean draw (GtkWidget*w, gpointer user_data);int main (int argc, char**argv){ GtkWidget*win, *l1, ...

c gtk
2 years ago

1 answers
89 views
0
Questions about C language

#include<gtk/gtk.h># include <math.h>gboolean redraw (GtkWidget*w, gpointer user_data);gboolean draw (GtkWidget*w, gpointer user_data);int main (int argc, char**argv){ GtkWidget*win, *l1, ...

c gtk
2 years ago

1 answers
99 views
0
I want to change the size of gtk_file_chooser_dialog_new() in GTK.

The built-in GUI uses GTK.Output is 640x480 LCD panel.When I used the file selection dialog in gtk_file_chooser_dialog_new() to select a file, the dialog is sticking out the LCD display and I can't se...

gtk
2 years ago

2 answers
91 views
0
Unable to compile gtk+2.0.

Unable to compile gtk+2.0.Operating System: Windowscompilers:GCCSource File:J:\gtk\main.cWe expanded gtk+-bundle_3.10.4-20131202_win32.zip to J:\gtk\gtk.in batch fileset PATH=gtk\bin\;%PATH%cmdRun and...

2 years ago

1 answers
109 views
0
Gtk::GLAarea does not draw

I am trying to program graphics with OpenGL using Gtkmm's GLArea, but when I call glBegin~glEnd or glDraw*, the contents are not drawn.DrawCall seems to be ignored when using Gtkmm, even though it is ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.