small/crippled fonts

Franz Klammer klammer at webonaut.com
Tue Jan 20 08:44:15 PST 2004


Piero wrote:

>On Tue, 20 Jan 2004 16:26:08 +0100, Franz Klammer
><klammer at webonaut.com>  wrote:
>
>  
>
>>Jacek Wotka wrote:
>>
>>    
>>
>>>On Tue, 2004-01-20 at 09:25, Franz Klammer wrote:
>>>
>>>      
>>>
>[...]
>  
>
>>from http://www.scintilla.org/SciTEDoc.html:
>>
>>_On GTK+ 2, Pango anti-aliased fonts can be chosen by
>>prefixing the font name with "!", such as "font:!Sans"._
>>
>>    
>>
>>>i've seen this before in several mails about scite,
>>>but in other context.
>>>
>>>      
>>>
>>i installed yesterday some (X-) editors i my search for a good one
>>and fall into the same problems like you ;-)
>>scite is one of the best... :-)
>>
>>maybe you can also help me why scite did not respect my multiline
>>tab-setting: tabbar.multiline=1
>>
>>    
>>
>
>Unfortunately it's Windows only feature. 
>
>  
>

oh! that's not good :-(

a question to the c++ gurus outside: is the attached pach correct?
it not multilined that at least scrollable ;-)

if yes, then i will try send it to the scite developers.

Franz.


-------------- next part --------------
--- scite/gtk/SciTEGTK.cxx.orig	Tue Jan 20 17:03:28 2004
+++ scite/gtk/SciTEGTK.cxx	Tue Jan 20 17:29:14 2004
@@ -2673,6 +2673,7 @@
 
 #if GTK_MAJOR_VERSION >= 2
 	wTabBar=gtk_notebook_new();
+	gtk_notebook_set_scrollable(GTK_NOTEBOOK(PWidget(wTabBar)), TRUE);
 	GTK_WIDGET_UNSET_FLAGS(PWidget(wTabBar),GTK_CAN_FOCUS);
 	gtk_box_pack_start(GTK_BOX(boxMain),PWidget(wTabBar),FALSE,FALSE,0);
 	gtk_signal_connect_after(GTK_OBJECT(PWidget(wTabBar)),


More information about the freebsd-gnome mailing list