Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
GTK
»
[Solved] ListView columns render '_' wrong
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
WIKI Timeout issues
Please read here if you have trouble connecting to the wiki
Recent
Shenanigans with ncurses ...
by
Gustavo 'Gus' Carreno
[
Today
at 11:00:34 am]
Has anyone loaded ReactOS...
by
Thaddy
[
Today
at 10:51:44 am]
OpenDialog is too big and...
by
Thaddy
[
Today
at 10:48:31 am]
Status and Maintenance of...
by
Thaddy
[
Today
at 09:53:53 am]
Inheritance of Classes th...
by
Thaddy
[
Today
at 09:31:25 am]
Trouble compiling fpc for...
by
ermok
[
Today
at 09:22:20 am]
A Tutorial for LazReport
by
Thaddy
[
Today
at 09:12:25 am]
Are there units that give...
by
Thaddy
[
Today
at 09:08:08 am]
LAMW complaining about "A...
by
Alcatiz
[
Today
at 08:03:36 am]
Hints for method name mis...
by
CM630
[
Today
at 07:55:47 am]
Variable number of button...
by
Martin_fr
[
Today
at 07:41:02 am]
TTask 'file not found' er...
by
Thaddy
[
Today
at 07:09:45 am]
Has the function of findi...
by
gary
[
Today
at 06:02:48 am]
TaurusTLS 1.0.0.25 beta 2...
by
J. Peter Mugaas
[
Today
at 05:26:43 am]
My second "paint" program
by
TBMan
[
Today
at 04:13:41 am]
Zeos 8, Acces violation
by
incendio
[
Today
at 04:08:35 am]
Opencv version 4.6 C++ AP...
by
Mongkey
[
Today
at 02:39:07 am]
TBitBtn no longer shows g...
by
wp
[
Today
at 01:09:04 am]
Modbus summary thread
by
bobby100
[June 22, 2025, 11:18:35 pm]
connection lost
by
ADMGNS
[June 22, 2025, 10:58:19 pm]
Loop Iteration Speed Test
by
Martin_fr
[June 22, 2025, 10:51:08 pm]
How to export Pascal vari...
by
ecm
[June 22, 2025, 09:54:37 pm]
What WinAPI functions can...
by
440bx
[June 22, 2025, 09:01:50 pm]
Error: Identifier not fou...
by
Yoghoo
[June 22, 2025, 06:34:44 pm]
Lazarus Release 4.0
by
JuhaManninen
[June 22, 2025, 05:20:55 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] ListView columns render '_' wrong (Read 3662 times)
AlexTP
Hero Member
Posts: 2574
[Solved] ListView columns render '_' wrong
«
on:
January 15, 2019, 08:07:49 am »
Seems some GTK2 caveat. name "work_local" in column title of listview. Shows as "worklocal" with underlined "l" char.
Pls fix.
«
Last Edit: January 16, 2019, 03:29:12 pm by Alextp
»
Logged
CudaText editor
-
ATSynEdit
-
More from me
lucamar
Hero Member
Posts: 4219
Re: ListView header shows name "work_local" with underlined "l" instead of "_"
«
Reply #1 on:
January 15, 2019, 12:29:43 pm »
It's a widgetset gotcha, I think. IIRC the underline character is used in the GTK API for the same purpose the ampersand is in the Windows API.
Logged
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!)
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.
AlexTP
Hero Member
Posts: 2574
Re: ListView header shows name "work_local" with underlined "l" instead of "_"
«
Reply #2 on:
January 15, 2019, 07:41:23 pm »
https://developer.gnome.org/gtk3/3.5/GtkButton.html
If characters in label are preceded by an underscore, they are underlined. If you need a literal underscore character in a label, use “__” (two underscores). The first underlined character represents a keyboard accelerator called a mnemonic.
//Maybe will try making a patch
Logged
CudaText editor
-
ATSynEdit
-
More from me
AlexTP
Hero Member
Posts: 2574
Re: ListView header shows name "work_local" with underlined "l" instead of "_"
«
Reply #3 on:
January 16, 2019, 03:28:28 pm »
Fix here
https://bugs.freepascal.org/view.php?id=34882
Someone pls adapt it for Gtk3 (I cannot compile it)
Logged
CudaText editor
-
ATSynEdit
-
More from me
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
GTK
»
[Solved] ListView columns render '_' wrong
TinyPortal
© 2005-2018