Re: gtk windows question

2018-08-06 Thread Bill Kelly
Hi, Wojciech Puchar wrote: > How to (if it is possible) actually FORCE some font size when windows > user sets "change the size of text, apps and other items". We ran into this recently. Setting the following environment variable provides some control over the font scaling:

Re: GtkGrid children and GTK_ALIGN_END

2017-10-18 Thread Bill Kelly
Bill Kelly wrote: > Daniel Boles wrote: > >> I found that hexpanding the Entry too got around this, but it may not be >> exactly what you want. > > I'd noticed that too, though it's indeed not what I'd wanted in this case. In case anyone encounters this thread later lo

Re: GtkGrid children and GTK_ALIGN_END

2017-10-12 Thread Bill Kelly
Daniel Boles wrote: > Assuming I understand this guide right, then it does kinda make sense to me. > > https://developer.gnome.org/gtk3/stable/ch30s02.html Thanks, that's a handy link. > I found that hexpanding the Entry too got around this, but it may not be > exactly what you want. I'd

GtkGrid children and GTK_ALIGN_END

2017-10-11 Thread Bill Kelly
Hi, Would it be correct to expect right-justification of a child in the following situation? (Assuming: GTK_ORIENTATION_HORIZONTAL, GTK_TEXT_DIR_LTR.) GtkWindow |_ GtkGrid {hexpand=TRUE; halign=GTK_ALIGN_FILL} |_ GtkEntry {halign=GTK_ALIGN_END} I believe GTK 3.12 used to place the

Re: argv

2016-04-17 Thread Bill Kelly
Andrew Robinson wrote: > > The AddressOfEntryPoint is 0088 and is determined by me. The entry point > is therefore always the same. I may be misunderstanding the problem; but if you're implementing the startup code yourself, don't you need to call GetCommandLine() in

Re: argv

2016-04-16 Thread Bill Kelly
Howdy, Andrew Robinson wrote: > This should be easy, but it is not. I am writing an assembly language program > involving GTK+. I want to parse the command line for options but am unable to > do so. The code to find argv and argc is simple: > > main: >push ebp >mov ebp, esp >lea eax,

Re: Outdated win32 bundle

2015-06-10 Thread Bill Kelly
Hi, Emmanuele Bassi wrote: Developers using the G* core platform libraries on Windows are strongly encouraged to use the MSYS2 distribution: https://msys2.github.io/ This will provide you with pre-built packages that are known to work and maintained. It also allows you to build your