gtk tag

5 questions


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
88 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
89 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
107 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.