-
```
Would it be complicated to port gtkdialog to gtk3?
```
Original issue reported on code.google.com by `nicolas....@gmail.com` on 26 Jun 2012 at 6:54
-
```
Would it be complicated to port gtkdialog to gtk3?
```
Original issue reported on code.google.com by `nicolas....@gmail.com` on 26 Jun 2012 at 6:54
-
`>meld "/home/serge/Downloads/tmmmmmmmmp/Redmond-Themes-master/Windows 9x/gtk-3.0/gtk-widgets.css" "/home/serge/Downloads/tmp/Windows 9x/gtk-3.0/gtk-widgets.css" (29822)
(meld:29822): Gtk-WARNING …
-
Since Skrifa does not add itself to the application menu, I start it from a terminal.
So I see these:
`Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
…
-
The `GtkList` object [was deprecated](http://developer.gimp.org/api/2.0/gtk/GtkList.html#id4527696) in favour of `GtkTreeView` since GTK+ 2.0. `GtkList` has therefore been removed from GTK+ 3, and is…
-
Dear,
I am using below code to destroy & release gtk.Main() after every 5 seconds but it gives me error (Gtk-CRITICAL **: IA__gtk_widget_realize: assertion 'GTK_IS_WIDGET (widget)' failed)...
Pleas…
-
This shouldn't be too hard, because GTK+ 4 uses CSS. The selectors are different and the default settings are different.
The GTK+ 3 themes are a good starting point: there are some errors, some wid…
dimkr updated
2 years ago
-
**Project description**
Utility to split mp3, ogg vorbis and FLAC files without decoding. It's the gtk-version; the console-version already exists on NixOS.
**Metadata**
* homepage URL: https…
-
relm4's documentation contains [an example](https://relm4.org/book/stable/child_components.html) that uses [gtk::MessageDialog](https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/struct.MessageDialog.…
-
Hi,
Is it possible to use linenoise in a graphical GTK application ?
If yes, how to deal with blocking `linenoise()` calls in the loop, and the `gtk_main()` function?