i made my mac os program using GTK2
everything works fine except loading extra theme engines like crux-engine
i'm getting "unable to locate theme engine in module_path "crux-engine"
what should i fix so it will be able to find it
i've tried adding to ~/.gtkrc-2.0
module_path="/here/full/
How to (if it is possible) actually FORCE some font size when windows
user sets "change the size of text, apps and other items".
Windows simply scale up every font i choose in GTK. Program is made for
constant size window.
is it possible?
___
gtk-
i would like to make something like in attached image with gtk2. and be
able to change easily sorting order.
should i use some ready widget type or just make vbox and
add/delete/rearrange items by my own code?
help really needed. thank you
___
gt
On 2018.08.02 15:55, Wojciech Puchar wrote:
how to get width/height of smallest available display - in case of
multiple monitors are attached?
or to be more exact - how to enumerate screens.
all i need is to get resolution of smallest attached monitor
how to get width/height of smallest available display - in case of
multiple monitors are attached?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
how to change date format displayed from like "yesterday" or "friday" to
-mm-dd yy:mm or similar?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
nobody have idea?
On 2018.06.15 13:43, Wojciech Puchar wrote:
how to make dialogs appear on center of screen not on left corner.
tried multiple things no results. For normal windows
gtk_window_set_position works
for dialog it doesn't
below is example routine to ask a yes/no question
how to make dialogs appear on center of screen not on left corner. tried
multiple things no results. For normal windows gtk_window_set_position works
for dialog it doesn't
below is example routine to ask a yes/no question from my program.
i've tried
gtk_window_set_position(GTK_WINDOW(dialog)
nobody program for windows?
Forwarded Message
Subject:gtk_file_chooser_dialog in windows - hot to enable network
places
Date: Wed, 9 May 2018 09:39:34 +0200
From: Wojciech Puchar
To: gtk-app-devel-list list
tried gtk_file_chooser_set_local_only to false
tried gtk_file_chooser_set_local_only to false and it doesn't change
anything.
Is it possible for gtk_file_chooser under windows to be able to browse
network locations?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.g
how to link (or otherwise do other things) to disable opening terminal
when starting my gtk program under mac os x.
on windows it's a link time option -mwindows (no console) or -mconsole
(with console).
thanks
___
gtk-app-devel-list mailing list
g
How to do this in GTK 2. whatever i try i'm getting first label centered
relative to space remaining after second label not to whole hbox. how to
do this properly?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org
works fine. thanks
On 2018.02.23 14:17, Wojciech Puchar wrote:
Gimp can do this so GTK can do this but i cannot find how.
How to turn off text hints (help) when mouse pointer hovers over the
widget?
Like this:
http://www.puchar.net/NOBACKUP/1.jpg
Gimp can do this so GTK can do this but i cannot find how.
How to turn off text hints (help) when mouse pointer hovers over the widget?
Like this:
http://www.puchar.net/NOBACKUP/1.jpg
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.o
how to fix this - large combobox text (with lots of entries) behave like
this
http://www.puchar.net/NOBACKUP/gtk1.png
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
i want in my program to change background color of the gtk_button to red
sometimes as a signal to the user.
it works fine with default theme but not with some other themes like
E17gtk.
how to fix this and ENFORCE color of button?
Same with text_entry - only border is changed not the whole bac
How to disable (if it's possible) scrolling into empty space like on
attached screenshot?
the popup list is created by gtk_combo_box_text_new and
gtk_combo_box_text_append_text. No extra options.
Wojtek
17 matches
Mail list logo