Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Linux improvements
Re: Linux improvements [message #13273 is a reply to message #13272] Thu, 27 December 2007 21:01 Go to previous message
gertwin is currently offline  gertwin
Messages: 25
Registered: May 2007
Location: Netherlands
Promising Member
luzr wrote on Thu, 27 December 2007 18:14

QtCurve fixed.

Quick fix:

CtrlLib/ChGtk.cpp 826

	if(!popup) {
		gtk_widget_style_get(bar, "shadow_type", &shadowtype, NULL);
		GtkWidget *item = gtk_menu_item_new();
		gtk_menu_shell_append(GTK_MENU_SHELL(bar), item);
		gtk_widget_realize(item);
		popup = gtk_menu_new();
		gtk_menu_item_set_submenu(GTK_MENU_ITEM(item), popup);
		gtk_widget_realize(popup);
		GTK_MENU_SHELL(bar)->active = true;
	}


(Some day I will make those doubled scrollbar arrows work too Smile

Mirek


Yes, this looks good, thank you.

About the scrollbars, i modified the default QtCurve settings in config_file.c so that the appearance is round as with Clearlooks.
If that some day comes when you are implementing the double arrows also take a look at the shape of the arrows (upp draws them now the same as firefox).

Gertwin
  • Attachment: config_file.c
    (Size: 32.94KB, Downloaded 404 times)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TheIDE i18n - export .tr file
Next Topic: Sql::
Goto Forum:
  


Current Time: Fri May 10 07:03:59 CEST 2024

Total time taken to generate the page: 0.02554 seconds